From 8a7fc06daed81f740878c9843221eb1f09a195a1 Mon Sep 17 00:00:00 2001
From: grakiss <grakiss.wanglei@huawei.com>
Date: Fri, 6 Nov 2015 16:42:04 +0800
Subject: 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>
---
 deploy/conf/virtual_cluster.yml | 1 +
 1 file changed, 1 insertion(+)

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:
-- 
cgit