diff --git a/infrastructure-playbooks/README.md b/infrastructure-playbooks/README.md new file mode 100644 index 000000000..ba32864c0 --- /dev/null +++ b/infrastructure-playbooks/README.md @@ -0,0 +1,5 @@ +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. diff --git a/cluster-maintenance.yml b/infrastructure-playbooks/cluster-maintenance.yml similarity index 100% rename from cluster-maintenance.yml rename to infrastructure-playbooks/cluster-maintenance.yml diff --git a/cluster-os-migration.yml b/infrastructure-playbooks/cluster-os-migration.yml similarity index 100% rename from cluster-os-migration.yml rename to infrastructure-playbooks/cluster-os-migration.yml diff --git a/localrepo-site.yml.sample b/infrastructure-playbooks/localrepo-site.yml.sample similarity index 100% rename from localrepo-site.yml.sample rename to infrastructure-playbooks/localrepo-site.yml.sample diff --git a/osd-configure.yml b/infrastructure-playbooks/osd-configure.yml similarity index 100% rename from osd-configure.yml rename to infrastructure-playbooks/osd-configure.yml diff --git a/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml similarity index 100% rename from purge-cluster.yml rename to infrastructure-playbooks/purge-cluster.yml diff --git a/purge-docker-cluster.yml b/infrastructure-playbooks/purge-docker-cluster.yml similarity index 100% rename from purge-docker-cluster.yml rename to infrastructure-playbooks/purge-docker-cluster.yml diff --git a/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml similarity index 100% rename from rolling_update.yml rename to infrastructure-playbooks/rolling_update.yml diff --git a/shrink-mon.yml b/infrastructure-playbooks/shrink-mon.yml similarity index 100% rename from shrink-mon.yml rename to infrastructure-playbooks/shrink-mon.yml diff --git a/shrink-osd.yml b/infrastructure-playbooks/shrink-osd.yml similarity index 100% rename from shrink-osd.yml rename to infrastructure-playbooks/shrink-osd.yml diff --git a/take-over-existing-cluster.yml b/infrastructure-playbooks/take-over-existing-cluster.yml similarity index 100% rename from take-over-existing-cluster.yml rename to infrastructure-playbooks/take-over-existing-cluster.yml