diff options
author | m00133142 <meimei@huawei.com> | 2015-10-27 18:10:13 -0700 |
---|---|---|
committer | m00133142 <meimei@huawei.com> | 2015-10-27 18:10:44 -0700 |
commit | 265ce343a27d21c178e81c13ead953a41ab828b6 (patch) | |
tree | aa05074d63ae52f5bb839fcaf59339d52ffef241 | |
parent | a29ab7627e71e2170e5af8e03f399f7801e9fe7b (diff) |
add configure files of ONOS/ODL deployment
jira: COMPASS-121
Change-Id: I000f9c7f7eee1cf9814bca11dfbdd555348e261c
Signed-off-by: m00133142 <meimei@huawei.com>
-rw-r--r-- | deploy/conf/virtual_cluster_odl.yml | 29 | ||||
-rw-r--r-- | deploy/conf/virtual_cluster_onos.yml | 29 |
2 files changed, 58 insertions, 0 deletions
diff --git a/deploy/conf/virtual_cluster_odl.yml b/deploy/conf/virtual_cluster_odl.yml new file mode 100644 index 00000000..e2ee19c6 --- /dev/null +++ b/deploy/conf/virtual_cluster_odl.yml @@ -0,0 +1,29 @@ +TYPE: virtual +FLAVOR: cluster + +hosts: + - name: host1 + roles: + - controller + - ha + - odl + + - name: host2 + roles: + - controller + - ha + - odl + + - name: host3 + roles: + - controller + - ha + - odl + + - name: host4 + roles: + - compute + + - name: host5 + roles: + - compute diff --git a/deploy/conf/virtual_cluster_onos.yml b/deploy/conf/virtual_cluster_onos.yml new file mode 100644 index 00000000..fcd07efc --- /dev/null +++ b/deploy/conf/virtual_cluster_onos.yml @@ -0,0 +1,29 @@ +TYPE: virtual +FLAVOR: cluster + +hosts: + - name: host1 + roles: + - controller + - ha + - onos + + - name: host2 + roles: + - controller + - ha + - onos + + - name: host3 + roles: + - controller + - ha + - onos + + - name: host4 + roles: + - compute + + - name: host5 + roles: + - compute |