diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-29 01:17:24 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-30 01:40:15 -0500 |
commit | 13984a4de5090f961b2cf2c1923ffa72f1488343 (patch) | |
tree | dc60b9ea77f9b4599c70fbbf17019a3ef8e999b8 /config | |
parent | 176cb1c73622c103831eae36f59d0497e4e0081c (diff) |
Changes to make SFC deployments functional
Fixes include:
- sfc deployments now are non-HA, and disable swift and ringbuilder as
it causes issues with the 3.13 kernel
- ODL Features boot is now parameterized in heat templates
- SFC features boot is now set to "odl-ovsdb-sfc-rest"
- Coexistence table offsets included if SFC deployment
- VXLAN workaround applied for 123.123.123.x subnet if SFC
Change-Id: Ide5e0b451adcb98c417e57628a51302f3123647f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy/os-odl_l2-sfc-noha.yaml (renamed from config/deploy/os-odl_l2-sfc-ha.yaml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy/os-odl_l2-sfc-ha.yaml b/config/deploy/os-odl_l2-sfc-noha.yaml index d2e49bed..92372a90 100644 --- a/config/deploy/os-odl_l2-sfc-ha.yaml +++ b/config/deploy/os-odl_l2-sfc-noha.yaml @@ -1,5 +1,5 @@ global_params: - ha_enabled: true + ha_enabled: false deploy_options: sdn_controller: opendaylight |