aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf
diff options
context:
space:
mode:
authorgrakiss <grakiss.wanglei@huawei.com>2015-11-27 10:54:43 +0800
committergrakiss <grakiss.wanglei@huawei.com>2015-11-27 10:54:43 +0800
commit2f0dbdd9c8bb49b66054f08cce93e8ab4825f873 (patch)
treee167ef6717dad462f5389c7de2885f373b60568c /deploy/conf
parenta5d9a6384c09ff8e84c7e6bfefb9b9202b0c2341 (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.yml7
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