]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rgw-standalone: also fetch keys from mons 1307/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 14 Feb 2017 22:11:30 +0000 (16:11 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 14 Feb 2017 22:12:59 +0000 (16:12 -0600)
This is to allow for ceph-installer usage of this playbook and
to ensure that you have the correct keys locally when bootstrapping.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
infrastructure-playbooks/rgw-standalone.yml

index 10f1c3582ed67a01e5557a4ed642d076f6705a27..d4cba6d189d6d8db776f0d5a76cfad45822189d4 100644 (file)
@@ -1,8 +1,12 @@
 ---
 # Run ceph-rgw role standalone
 
-# Need to load the facts from mons because ceph-common need them to generate the ceph.conf
+# Need to load the facts from mons because ceph-common needs them to generate the ceph.conf
+# and collect keys from a mon to bootstrap the rgw nodes
 - hosts: mons
+  become: True
+  roles:
+    - ceph-fetch-keys
 
 - hosts: rgws
   become: True