diff options
author | shuai chen <chenshuai@huawei.com> | 2015-11-28 06:28:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-11-28 06:28:51 +0000 |
commit | 59450840d28991bef93ffe893fd5cde4173c1ad2 (patch) | |
tree | f5cbb5da5ebc5173e3d317af2a57e9a7ac1caeea /deploy/conf | |
parent | dfea1e345723f77a450eac20c6e0f7d03067cee0 (diff) | |
parent | 2f0dbdd9c8bb49b66054f08cce93e8ab4825f873 (diff) |
Merge "split ceph into small size roles with specific purpose"
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 |