From efa46a5b06c8c138aadbf396f6431acd7b606ed9 Mon Sep 17 00:00:00 2001 From: "chenshuai@huawei.com" Date: Mon, 25 Jan 2016 16:54:54 +0800 Subject: bugfix: odl cluster function problem JIRA:COMPASS-285 Change-Id: I78eebc04576141dc48961e0beeb9408b28b10793 Signed-off-by: chenshuai@huawei.com --- deploy/conf/virtual_cluster_opencontrail.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 deploy/conf/virtual_cluster_opencontrail.yml (limited to 'deploy/conf') 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 -- cgit 1.2.3-korg