mirror of
https://github.com/clearlinux/clear-config-management.git
synced 2026-08-19 03:57:28 +00:00
9ef93eff40
Ceph FileSystem requires a metadata server. This functionallity is already provided. This commit updates the example to install a metadata server. Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
13 lines
121 B
YAML
13 lines
121 B
YAML
---
|
|
- hosts: mons
|
|
roles:
|
|
- ceph-mon
|
|
|
|
- hosts: osds
|
|
roles:
|
|
- ceph-osd
|
|
|
|
- hosts: mdss
|
|
roles:
|
|
- ceph-mds
|