From 2f0dbdd9c8bb49b66054f08cce93e8ab4825f873 Mon Sep 17 00:00:00 2001 From: grakiss Date: Fri, 27 Nov 2015 10:54:43 +0800 Subject: split ceph into small size roles with specific purpose JIRA: COMPASS-152 - add ceph_adm ceph_mon ceph_osd Signed-off-by: grakiss --- deploy/conf/virtual_cluster.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'deploy/conf') 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 -- cgit 1.2.3-korg