diff options
author | Justin chi <chigang@huawei.com> | 2015-10-28 04:06:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-28 04:06:26 +0000 |
commit | 67ffe75c9cff33b283e98f4b98feab7b59cba80d (patch) | |
tree | b597444d8aea14d9a5b17bea3f7f5d31939a2ae5 | |
parent | e4048077eca86b7a0bf76ef93477c6e953173c3e (diff) | |
parent | 265ce343a27d21c178e81c13ead953a41ab828b6 (diff) |
Merge "add configure files of ONOS/ODL deployment"
-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 |