]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
create a directory for infrastructure playbooks 939/head
authorSébastien Han <seb@redhat.com>
Wed, 17 Aug 2016 09:48:42 +0000 (11:48 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 17 Aug 2016 09:53:34 +0000 (11:53 +0200)
commitfde819d1a848260eecd38fd921754a8c44c2a87e
treeb6df839afdea78159acd2276249fa57546664346
parente92d9fbce0519b307b297519ddb629d837e04132
create a directory for infrastructure playbooks

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 <seb@redhat.com>
21 files changed:
cluster-maintenance.yml [deleted file]
cluster-os-migration.yml [deleted file]
infrastructure-playbooks/README.md [new file with mode: 0644]
infrastructure-playbooks/cluster-maintenance.yml [new file with mode: 0644]
infrastructure-playbooks/cluster-os-migration.yml [new file with mode: 0644]
infrastructure-playbooks/localrepo-site.yml.sample [new file with mode: 0644]
infrastructure-playbooks/osd-configure.yml [new file with mode: 0644]
infrastructure-playbooks/purge-cluster.yml [new file with mode: 0644]
infrastructure-playbooks/purge-docker-cluster.yml [new file with mode: 0644]
infrastructure-playbooks/rolling_update.yml [new file with mode: 0644]
infrastructure-playbooks/shrink-mon.yml [new file with mode: 0644]
infrastructure-playbooks/shrink-osd.yml [new file with mode: 0644]
infrastructure-playbooks/take-over-existing-cluster.yml [new file with mode: 0644]
localrepo-site.yml.sample [deleted file]
osd-configure.yml [deleted file]
purge-cluster.yml [deleted file]
purge-docker-cluster.yml [deleted file]
rolling_update.yml [deleted file]
shrink-mon.yml [deleted file]
shrink-osd.yml [deleted file]
take-over-existing-cluster.yml [deleted file]