]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
playbook: homogenize the way list osd ids 1404/head
authorSébastien Han <seb@redhat.com>
Thu, 30 Mar 2017 09:51:38 +0000 (11:51 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 30 Mar 2017 09:51:38 +0000 (11:51 +0200)
commitc37aaa41f462b81139ec8d31d912bf7e46de8650
tree3c2d434bb53fbd26f38e8f04a3051f18f0289493
parenta3ca0b3eb36cae46720f100da96572e148c78a21
playbook: homogenize the way list osd ids

Problem: too many different commands to do the same thing. The 'cut'
command on infrastructure-playbooks/purge-cluster.yml was also wrong.
This sed command from osixia in ceph-docker
https://github.com/ceph/ceph-docker/pull/580/ addresses all the
scenarios.

Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
roles/ceph-common/handlers/restart-osd.yml
roles/ceph-common/handlers/validate-osd.yml
roles/ceph-osd/tasks/activate_osds.yml
tests/conftest.py