draft for common deploy file 97/9597/1
authorDan Radez <dradez@redhat.com>
Thu, 10 Dec 2015 15:53:02 +0000 (10:53 -0500)
committerFrank Brockners <fbrockne@cisco.com>
Tue, 9 Feb 2016 10:43:45 +0000 (10:43 +0000)
Change-Id: I13b3b39f9105bedd6a6ea96d97978dee6f832dcb
Signed-off-by: Dan Radez <dradez@redhat.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 5dbbbf7c7bf2ec0521b8b1f0cc36aeec6fcc1907)

common/config/deploy/example.yaml [new file with mode: 0644]

diff --git a/common/config/deploy/example.yaml b/common/config/deploy/example.yaml
new file mode 100644 (file)
index 0000000..81e3ba8
--- /dev/null
@@ -0,0 +1,35 @@
+---
+global_params:
+  ha_enabled: true
+  network_isolation_settings: network/network-environment-example.yaml
+  openstack_version: liberty
+
+deploy_options:
+  sdn_controller:
+    name: opendaylight
+    version: lithium
+    enable_l3: false #only applies to supported controllers
+  tacker: false
+  congress: false
+  sfc: false
+  openvswitch_version: dpdk
+  ceph: true
+
+installer_options: #installer specific flags
+  my_specific_apex_param: true
+
+roles:  #attach roles to each controller/compute
+  controller1:
+      - opendaylight  #example, when ODL supports HA this could be attached to all 3 controllers
+      - ceph
+      - aodh
+  controller2:
+      - ceph
+      - aodh
+  controller3:
+      - ceph
+      - aodh
+  compute1:
+      - mongodb
+  compute2:
+      - mongodb