diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2015-11-27 10:54:43 +0800 |
---|---|---|
committer | grakiss <grakiss.wanglei@huawei.com> | 2015-11-27 10:54:43 +0800 |
commit | 2f0dbdd9c8bb49b66054f08cce93e8ab4825f873 (patch) | |
tree | e167ef6717dad462f5389c7de2885f373b60568c /deploy/conf | |
parent | a5d9a6384c09ff8e84c7e6bfefb9b9202b0c2341 (diff) |
split ceph into small size roles with specific purpose
JIRA: COMPASS-152
- add ceph_adm ceph_mon ceph_osd
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/virtual_cluster.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/deploy/conf/virtual_cluster.yml b/deploy/conf/virtual_cluster.yml index 6ee8c95c..aa2a1b3e 100644 --- a/deploy/conf/virtual_cluster.yml +++ b/deploy/conf/virtual_cluster.yml @@ -6,22 +6,27 @@ hosts: roles: - controller - ha - - ceph + - ceph-adm + - ceph-mon - name: host2 roles: - controller - ha + - ceph-mon - name: host3 roles: - controller - ha + - ceph-mon - name: host4 roles: - compute + - ceph-osd - name: host5 roles: - compute + - ceph-osd |