]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/log
ceph-ansible.git
11 years agoAdd multi-journal support and fix collocation scenario 11/head
Sébastien Han [Fri, 7 Mar 2014 13:04:25 +0000 (14:04 +0100)]
Add multi-journal support and fix collocation scenario

This commits brings the support of multiple journals where each journal
points to a specific OSD and vice-versa. The commit also clarifies the
usage of multi scenarios for both journal and osd_data.
In the meantime, it fixes the collocation scenario.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #4 from leseb/wip-many-devices
Alfredo Deza [Thu, 6 Mar 2014 14:25:54 +0000 (09:25 -0500)]
Merge pull request #4 from leseb/wip-many-devices

Support diverse setup disks

11 years agoSupport diverse setup disks 4/head
Sébastien Han [Thu, 6 Mar 2014 10:12:25 +0000 (11:12 +0100)]
Support diverse setup disks

This brings the support of heterogeneous hardware. Not all the servers
are identical, some have more or less disks than the others. Prior this
commit, the 'parted' command was hanging, now the command simply exits 1
if the device doesn't exist, same for the 'egrep' piped command after.
Then we skip these errors and continue to run. So now, you can specify
multiple devices in group_vars/osds that don't exist on all the
servers.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #2 from leseb/wip-cleanup
Alfredo Deza [Tue, 4 Mar 2014 13:45:55 +0000 (08:45 -0500)]
Merge pull request #2 from leseb/wip-cleanup

Cleanup redundant command

11 years agoCleanup redundant command 2/head
Sébastien Han [Mon, 3 Mar 2014 23:13:17 +0000 (00:13 +0100)]
Cleanup redundant command

Since the fetch module takes care of the permissions it is not necessary
to set them with another module. The second command is useless.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #1 from leseb/wip-ceph-ansible-playbook-init
Alfredo Deza [Mon, 3 Mar 2014 18:35:04 +0000 (13:35 -0500)]
Merge pull request #1 from leseb/wip-ceph-ansible-playbook-init

Add Ceph Playbook

11 years agoAdd Ceph Playbook 1/head
Sébastien Han [Mon, 3 Mar 2014 18:08:51 +0000 (19:08 +0100)]
Add Ceph Playbook

Initial commit.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoInitial commit
ircolle [Mon, 3 Mar 2014 17:12:09 +0000 (09:12 -0800)]
Initial commit