diff options
author | Frank Brockners <fbrockne@cisco.com> | 2016-02-07 18:30:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-07 18:30:21 +0000 |
commit | b374ca9fd122a25a77530b43fe3ba220916a675b (patch) | |
tree | 387fc950790b16173dd7d4f43e75282d83143d21 /common/config | |
parent | ac5b3315a20bad9a5a86740254cf6798c1b02456 (diff) | |
parent | 5dbbbf7c7bf2ec0521b8b1f0cc36aeec6fcc1907 (diff) |
Merge "draft for common deploy file"
Diffstat (limited to 'common/config')
-rw-r--r-- | common/config/deploy/example.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
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 |