diff options
author | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-01-25 16:54:54 +0800 |
---|---|---|
committer | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-01-25 16:55:37 +0800 |
commit | efa46a5b06c8c138aadbf396f6431acd7b606ed9 (patch) | |
tree | 3e244b9c60fab194e6938f3d8a868d8ddeb83e41 /deploy/conf/virtual_cluster_opencontrail.yml | |
parent | 6c1adf0e4c442d1a97bb1d4ee5043937e6e596c8 (diff) |
bugfix: odl cluster function problem
JIRA:COMPASS-285
Change-Id: I78eebc04576141dc48961e0beeb9408b28b10793
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
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 |