diff options
author | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-01-25 16:54:54 +0800 |
---|---|---|
committer | shuai chen <chenshuai@huawei.com> | 2016-01-25 09:45:52 +0000 |
commit | ab4fb9101b705a13da6228e8221ac120f5ee0484 (patch) | |
tree | bddf41730ff7c39e21fc622cdc4a9751f089e59f /deploy/conf/virtual_cluster_opencontrail.yml | |
parent | e30859a707dad0d43292374aeb346e5044e3be8b (diff) |
bugfix: odl cluster function problem
JIRA:COMPASS-285
Change-Id: I78eebc04576141dc48961e0beeb9408b28b10793
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
(cherry picked from commit efa46a5b06c8c138aadbf396f6431acd7b606ed9)
Diffstat (limited to 'deploy/conf/virtual_cluster_opencontrail.yml')
-rw-r--r-- | deploy/conf/virtual_cluster_opencontrail.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/deploy/conf/virtual_cluster_opencontrail.yml b/deploy/conf/virtual_cluster_opencontrail.yml new file mode 100644 index 00000000..56240f35 --- /dev/null +++ b/deploy/conf/virtual_cluster_opencontrail.yml @@ -0,0 +1,25 @@ +TYPE: virtual +FLAVOR: cluster + +hosts: + - name: host1 + roles: + - controller + - ha + - opencontrail + + - name: host2 + roles: + - compute + + - name: host3 + roles: + - compute + + - name: host4 + roles: + - compute + + - name: host5 + roles: + - compute |