From fde819d1a848260eecd38fd921754a8c44c2a87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 17 Aug 2016 11:48:42 +0200 Subject: [PATCH] create a directory for infrastructure playbooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we have a couple of infrastructure related playbooks (additionnally to the roles we are using to deploy Ceph), it makes sense to have them located in a separate directory. Signed-off-by: Sébastien Han --- infrastructure-playbooks/README.md | 5 +++++ .../cluster-maintenance.yml | 0 .../cluster-os-migration.yml | 0 .../localrepo-site.yml.sample | 0 .../osd-configure.yml | 0 .../purge-cluster.yml | 0 .../purge-docker-cluster.yml | 0 .../rolling_update.yml | 0 shrink-mon.yml => infrastructure-playbooks/shrink-mon.yml | 0 shrink-osd.yml => infrastructure-playbooks/shrink-osd.yml | 0 .../take-over-existing-cluster.yml | 0 11 files changed, 5 insertions(+) create mode 100644 infrastructure-playbooks/README.md rename cluster-maintenance.yml => infrastructure-playbooks/cluster-maintenance.yml (100%) rename cluster-os-migration.yml => infrastructure-playbooks/cluster-os-migration.yml (100%) rename localrepo-site.yml.sample => infrastructure-playbooks/localrepo-site.yml.sample (100%) rename osd-configure.yml => infrastructure-playbooks/osd-configure.yml (100%) rename purge-cluster.yml => infrastructure-playbooks/purge-cluster.yml (100%) rename purge-docker-cluster.yml => infrastructure-playbooks/purge-docker-cluster.yml (100%) rename rolling_update.yml => infrastructure-playbooks/rolling_update.yml (100%) rename shrink-mon.yml => infrastructure-playbooks/shrink-mon.yml (100%) rename shrink-osd.yml => infrastructure-playbooks/shrink-osd.yml (100%) rename take-over-existing-cluster.yml => infrastructure-playbooks/take-over-existing-cluster.yml (100%) 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