]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Rebased and moved multisite/rgw playbooks to infrastructure-playbooks 936/head
authorJames Saint-Rossy <james_saintrossy@cable.comcast.com>
Wed, 17 Aug 2016 17:28:01 +0000 (13:28 -0400)
committerJames Saint-Rossy <james_saintrossy@cable.comcast.com>
Wed, 17 Aug 2016 17:28:01 +0000 (13:28 -0400)
1  2 
infrastructure-playbooks/purge-multisite.yml
infrastructure-playbooks/rgw-standalone.yml

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..0677a14915b4af9fe8bb1065e746f689afe4fa7b
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -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
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..10f1c3582ed67a01e5557a4ed642d076f6705a27
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -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