From: Andrew Schoen Date: Tue, 14 Feb 2017 22:11:30 +0000 (-0600) Subject: rgw-standalone: also fetch keys from mons X-Git-Tag: v2.2.0rc1~29^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1307%2Fhead;p=ceph-ansible.git rgw-standalone: also fetch keys from mons 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 --- diff --git a/infrastructure-playbooks/rgw-standalone.yml b/infrastructure-playbooks/rgw-standalone.yml index 10f1c3582..d4cba6d18 100644 --- a/infrastructure-playbooks/rgw-standalone.yml +++ b/infrastructure-playbooks/rgw-standalone.yml @@ -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