From: James Saint-Rossy Date: Wed, 17 Aug 2016 17:28:01 +0000 (-0400) Subject: Rebased and moved multisite/rgw playbooks to infrastructure-playbooks X-Git-Tag: v1.0.6~19^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F936%2Fhead;p=ceph-ansible.git Rebased and moved multisite/rgw playbooks to infrastructure-playbooks --- 449d456086ae3ca44af833c7cb0a4d9b2cbb64e3 diff --cc infrastructure-playbooks/purge-multisite.yml index 000000000,000000000..0677a1491 new file mode 100644 --- /dev/null +++ b/infrastructure-playbooks/purge-multisite.yml @@@ -1,0 -1,0 +1,11 @@@ ++--- ++# Nukes a multisite config ++- hosts: rgws ++ become: True ++ tasks: ++ - include: ~/ceph-ansible-master/roles/ceph-rgw/tasks/multisite/destroy.yml ++ ++ handlers: ++ - include: ~/ceph-ansible-master/roles/ceph-rgw/handlers/main.yml ++ # Ansible 2.1.0 bug will ignore included handlers without this ++ static: True diff --cc infrastructure-playbooks/rgw-standalone.yml index 000000000,000000000..10f1c3582 new file mode 100644 --- /dev/null +++ b/infrastructure-playbooks/rgw-standalone.yml @@@ -1,0 -1,0 +1,10 @@@ ++--- ++# Run ceph-rgw role standalone ++ ++# Need to load the facts from mons because ceph-common need them to generate the ceph.conf ++- hosts: mons ++ ++- hosts: rgws ++ become: True ++ roles: ++ - ceph-rgw