ceph-ansible/infrastructure-playbooks
David Galloway 40ed2d7be6 infra: Fix ceph.conf creation when taking over existing cluster
Fixes bug introduced in https://github.com/ceph/ceph-ansible/pull/1330

The "stat ceph.conf" task was basically using the stat module on a
string instead of the ceph.conf filename.  This caused the "generate
ceph configuration file" task to fail.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1463382

Signed-off-by: David Galloway <dgallowa@redhat.com>
2017-06-21 09:52:01 -04: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 rewrite check pgs clean tasks 2017-06-13 09:48:56 +02:00
make-osd-partitions.yml Fixing tabs that are breaking the syntax check 2017-03-15 14:15:15 +01:00
migrate-journal-to-ssd.yml Migrate osd(s) journal to ssd 2017-04-13 11:05:58 +08:00
osd-configure.yml create a directory for infrastructure playbooks 2016-08-17 11:53:34 +02:00
purge-cluster.yml purge-cluster: check for any running ceph process after purge 2017-04-25 09:30:22 -05:00
purge-docker-cluster.yml purge-docker-cluster: include ceph_docker_registry 2017-06-02 09:49:17 -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 health_mon_check_delay to 15 2017-06-13 08:56:44 -05:00
shrink-mon.yml Remove support of releases prior to Jewel. 2017-01-31 11:00:54 +01:00
shrink-osd.yml improve shrink-osd.yml can shrink osd when disk damage 2017-04-27 10:26:26 +08:00
switch-from-non-containerized-to-containerized-ceph-daemons.yml rewrite check pgs clean tasks 2017-06-13 09:48:56 +02:00
take-over-existing-cluster.yml infra: Fix ceph.conf creation when taking over existing cluster 2017-06-21 09:52:01 -04: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>.