2014-03-04 02:08:51 +08:00
|
|
|
---
|
|
|
|
# Defines deployment design and assigns role to server groups
|
|
|
|
|
|
|
|
- hosts: mons
|
2016-02-04 19:36:46 +08:00
|
|
|
become: True
|
2014-03-04 02:08:51 +08:00
|
|
|
roles:
|
2014-07-08 21:39:42 +08:00
|
|
|
- ceph-mon
|
2014-03-04 02:08:51 +08:00
|
|
|
|
2016-02-16 20:09:54 +08:00
|
|
|
- hosts: agents
|
|
|
|
become: True
|
|
|
|
roles:
|
|
|
|
- ceph-agent
|
|
|
|
|
2014-03-04 02:08:51 +08:00
|
|
|
- hosts: osds
|
2016-02-04 19:36:46 +08:00
|
|
|
become: True
|
2014-03-04 02:08:51 +08:00
|
|
|
roles:
|
2014-07-08 21:39:42 +08:00
|
|
|
- ceph-osd
|
2014-03-06 15:49:46 +08:00
|
|
|
|
|
|
|
- hosts: mdss
|
2016-02-04 19:36:46 +08:00
|
|
|
become: True
|
2014-03-06 15:49:46 +08:00
|
|
|
roles:
|
2014-07-08 21:39:42 +08:00
|
|
|
- ceph-mds
|
2014-03-06 20:54:37 +08:00
|
|
|
|
|
|
|
- hosts: rgws
|
2016-02-04 19:36:46 +08:00
|
|
|
become: True
|
2014-03-06 20:54:37 +08:00
|
|
|
roles:
|
2015-07-25 00:14:59 +08:00
|
|
|
- ceph-rgw
|
2015-11-27 02:57:16 +08:00
|
|
|
|
|
|
|
- hosts: restapis
|
2016-02-04 19:36:46 +08:00
|
|
|
become: True
|
2015-11-27 02:57:16 +08:00
|
|
|
roles:
|
|
|
|
- ceph-restapi
|
2016-04-04 06:35:09 +08:00
|
|
|
|
|
|
|
- hosts: rbdmirrors
|
|
|
|
become: True
|
|
|
|
roles:
|
|
|
|
- ceph-rbd-mirror
|