2014-03-04 02:08:51 +08:00
|
|
|
---
|
|
|
|
# Defines deployment design and assigns role to server groups
|
|
|
|
|
|
|
|
- hosts: mons
|
|
|
|
sudo: True
|
|
|
|
roles:
|
2014-07-08 21:39:42 +08:00
|
|
|
- ceph-mon
|
2015-07-02 17:08:59 +08:00
|
|
|
- ceph-restapi
|
2014-03-04 02:08:51 +08:00
|
|
|
|
|
|
|
- hosts: osds
|
|
|
|
sudo: True
|
|
|
|
roles:
|
2014-07-08 21:39:42 +08:00
|
|
|
- ceph-osd
|
2014-03-06 15:49:46 +08:00
|
|
|
|
|
|
|
- hosts: mdss
|
|
|
|
sudo: True
|
|
|
|
roles:
|
2014-07-08 21:39:42 +08:00
|
|
|
- ceph-mds
|
2014-03-06 20:54:37 +08:00
|
|
|
|
|
|
|
- hosts: rgws
|
|
|
|
sudo: True
|
|
|
|
roles:
|
2014-07-08 21:39:42 +08:00
|
|
|
- ceph-radosgw
|