From c400af263ec126dc7f444663030978f122e88de3 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 10 Dec 2015 10:53:02 -0500 Subject: draft for common deploy file Change-Id: I13b3b39f9105bedd6a6ea96d97978dee6f832dcb Signed-off-by: Dan Radez Signed-off-by: Tim Rozet (cherry picked from commit 5dbbbf7c7bf2ec0521b8b1f0cc36aeec6fcc1907) --- common/config/deploy/example.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 common/config/deploy/example.yaml diff --git a/common/config/deploy/example.yaml b/common/config/deploy/example.yaml new file mode 100644 index 0000000..81e3ba8 --- /dev/null +++ b/common/config/deploy/example.yaml @@ -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 -- cgit 1.2.3-korg