]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Separate OSD scenarios to multiple files 26/head
authorSébastien Han <sebastien.han@enovance.com>
Mon, 10 Mar 2014 15:52:31 +0000 (16:52 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 11 Mar 2014 09:36:24 +0000 (10:36 +0100)
commitfc38e213337eda8979623992161a9cb53d74c078
treea865d4da7769238c927b86bd1adf75eac6f3af31
parent6060a7e56a905b2328ab3f85889373268e841d2c
Separate OSD scenarios to multiple files

Currently everything lives in main.yml, the file has become difficult to
read at some point and can be a real mess since we keep adding new
scenarios.
I think we should separate the scenarios into dedicated files and just
do includes in the main.yml file.

Closes: #16
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/osd/tasks/journal_collocation.yml [new file with mode: 0644]
roles/osd/tasks/main.yml
roles/osd/tasks/raw_journal.yml [new file with mode: 0644]
roles/osd/tasks/raw_multi_journal.yml [new file with mode: 0644]