2016-08-17 02:57:01 +08:00
|
|
|
---
|
|
|
|
# Run ceph-rgw role standalone
|
|
|
|
|
2017-02-15 06:11:30 +08:00
|
|
|
# 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
|
2016-08-17 02:57:01 +08:00
|
|
|
- hosts: mons
|
2017-02-15 06:11:30 +08:00
|
|
|
become: True
|
|
|
|
roles:
|
2017-08-02 17:15:05 +08:00
|
|
|
- ceph-defaults
|
2017-02-15 06:11:30 +08:00
|
|
|
- ceph-fetch-keys
|
2016-08-17 02:57:01 +08:00
|
|
|
|
|
|
|
- hosts: rgws
|
|
|
|
become: True
|
|
|
|
roles:
|
2017-08-02 17:15:05 +08:00
|
|
|
- ceph-defaults
|
|
|
|
- ceph-rgw
|