ceph-ansible/infrastructure-playbooks
Guillaume Abrioux 0ddc1ac304 purge: fix bug on 'wait_for' task
this task hangs because `{{ inventory_hostname }}` doesn't resolv to an
actual ip address.
Using `hostvars[inventory_hostname]['ansible_default_ipv4']['address']`
should fix this because it will reach the node with its actual IP
address.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit aaaf980140)
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-11-29 14:58:49 +01:00
..
README.md rolling_update: fix wrong indent 2016-10-26 12:51:08 -05:00
ansible.cfg Update for infrastructure-playbooks execution 2016-10-26 09:43:37 -07:00
cluster-maintenance.yml create a directory for infrastructure playbooks 2016-08-17 11:53:34 +02:00
cluster-os-migration.yml Resolve issues when groups names not in default value. 2017-03-27 21:44:30 +07:00
make-osd-partitions.yml Fixing tabs that are breaking the syntax check 2017-03-15 14:15:15 +01:00
osd-configure.yml create a directory for infrastructure playbooks 2016-08-17 11:53:34 +02:00
purge-cluster.yml purge: fix bug on 'wait_for' task 2017-11-29 14:58:49 +01:00
purge-docker-cluster.yml purge-docker-cluster: include ceph_docker_registry 2017-06-05 09:33:13 -05:00
purge-multisite.yml infrastructure-playbooks: fix syntax errors in all playbooks 2016-10-25 16:56:58 -05:00
recover-osds-after-ssd-journal-failure.yml command module instead shell 2017-03-23 17:38:41 +08:00
rgw-standalone.yml rgw-standalone: also fetch keys from mons 2017-02-14 16:12:59 -06:00
rolling_update.yml rolling-update: set/unset flags on the right container 2017-05-24 15:24:53 +02:00
shrink-mon.yml Remove support of releases prior to Jewel. 2017-01-31 11:00:54 +01:00
shrink-osd.yml this patch fix the regex pattern in infrastructure-playbooks/shrink-osd.yml when the osd's pid num is bigger than 9999 2016-12-05 13:40:38 +08:00
switch-from-non-containerized-to-containerized-ceph-daemons.yml playbook: homogenize the way list osd ids 2017-03-30 11:51:38 +02:00
take-over-existing-cluster.yml infra: Fix ceph.conf creation when taking over existing cluster 2017-10-11 23:21:32 +02:00

README.md

Infrastructure playbooks

This directory contains a variety of playbooks that can be used independently of the Ceph roles we have. They aim to perform infrastructure related tasks that would help use managing a Ceph cluster or performing certain operational tasks.

To use them, you must move them to ceph-ansible's root directory, then run using ansible-playbook <playbook>.