From 265ce343a27d21c178e81c13ead953a41ab828b6 Mon Sep 17 00:00:00 2001 From: m00133142 Date: Tue, 27 Oct 2015 18:10:13 -0700 Subject: add configure files of ONOS/ODL deployment jira: COMPASS-121 Change-Id: I000f9c7f7eee1cf9814bca11dfbdd555348e261c Signed-off-by: m00133142 --- deploy/conf/virtual_cluster_odl.yml | 29 +++++++++++++++++++++++++++++ deploy/conf/virtual_cluster_onos.yml | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 deploy/conf/virtual_cluster_odl.yml create mode 100644 deploy/conf/virtual_cluster_onos.yml (limited to 'deploy/conf') 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 -- cgit 1.2.3-korg