From 13984a4de5090f961b2cf2c1923ffa72f1488343 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 29 Jan 2016 01:17:24 -0500 Subject: 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 --- config/deploy/os-odl_l2-sfc-ha.yaml | 9 --------- config/deploy/os-odl_l2-sfc-noha.yaml | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 config/deploy/os-odl_l2-sfc-ha.yaml create mode 100644 config/deploy/os-odl_l2-sfc-noha.yaml (limited to 'config') diff --git a/config/deploy/os-odl_l2-sfc-ha.yaml b/config/deploy/os-odl_l2-sfc-ha.yaml deleted file mode 100644 index d2e49bed..00000000 --- a/config/deploy/os-odl_l2-sfc-ha.yaml +++ /dev/null @@ -1,9 +0,0 @@ -global_params: - ha_enabled: true - -deploy_options: - sdn_controller: opendaylight - sdn_l3: false - tacker: false - congress: false - sfc: true diff --git a/config/deploy/os-odl_l2-sfc-noha.yaml b/config/deploy/os-odl_l2-sfc-noha.yaml new file mode 100644 index 00000000..92372a90 --- /dev/null +++ b/config/deploy/os-odl_l2-sfc-noha.yaml @@ -0,0 +1,9 @@ +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: opendaylight + sdn_l3: false + tacker: false + congress: false + sfc: true -- cgit 1.2.3-korg