Merge pull request #1307 from ceph/rgw-configure

rgw-standalone.yml will also now collect keys
pull/1311/head
Sébastien Han 2017-02-15 10:52:38 +01:00 committed by GitHub
commit d82dc96d57
1 changed files with 5 additions and 1 deletions

View 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