add configure files of ONOS/ODL deployment 55/2855/1
authorm00133142 <meimei@huawei.com>
Wed, 28 Oct 2015 01:10:13 +0000 (18:10 -0700)
committerm00133142 <meimei@huawei.com>
Wed, 28 Oct 2015 01:10:44 +0000 (18:10 -0700)
jira: COMPASS-121

Change-Id: I000f9c7f7eee1cf9814bca11dfbdd555348e261c
Signed-off-by: m00133142 <meimei@huawei.com>
deploy/conf/virtual_cluster_odl.yml [new file with mode: 0644]
deploy/conf/virtual_cluster_onos.yml [new file with mode: 0644]

diff --git a/deploy/conf/virtual_cluster_odl.yml b/deploy/conf/virtual_cluster_odl.yml
new file mode 100644 (file)
index 0000000..e2ee19c
--- /dev/null
@@ -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 (file)
index 0000000..fcd07ef
--- /dev/null
@@ -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