diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2015-11-06 16:42:04 +0800 |
---|---|---|
committer | grakiss <grakiss.wanglei@huawei.com> | 2015-11-06 16:42:04 +0800 |
commit | 8a7fc06daed81f740878c9843221eb1f09a195a1 (patch) | |
tree | c47f849b7b27976056903c3cd5a67e918742e121 /deploy | |
parent | fc218067fdea16f45b8b9d01201a8c8b25ca9eb0 (diff) |
add default ceph role
JIRA: COMPASS-140
- ceph is optional now, add it to virtual deployment
Change-Id: I931bdcba73758544ba4d119705372f7a5a794df7
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/conf/virtual_cluster.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/conf/virtual_cluster.yml b/deploy/conf/virtual_cluster.yml index b3bd9e77..6ee8c95c 100644 --- a/deploy/conf/virtual_cluster.yml +++ b/deploy/conf/virtual_cluster.yml @@ -6,6 +6,7 @@ hosts: roles: - controller - ha + - ceph - name: host2 roles: |