diff options
author | Ricardo Noriega <rnoriega@redhat.com> | 2018-08-07 18:29:54 +0200 |
---|---|---|
committer | Ricardo Noriega <rnoriega@redhat.com> | 2018-08-22 17:48:28 +0200 |
commit | 14de5d725e74cb885a48146217e2fc9d8f093df6 (patch) | |
tree | bc189f9ce4c5bb2d8d21d48b174a54da21df8bbd /config/deploy/os-odl-sfc-noha.yaml | |
parent | c0a4aa96bbe70eefb179d59a1267b8115651bba5 (diff) |
Enable SFC scenarios for Gambia
- This patch will install OVS 2.9.2 including
its kernel module which allows native NSH
headers.
- Fix Custom OVS due to bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1544892
- Tacker is disable for the time being, tacker-conductor
needs to be enabled.
JIRA: APEX-630
Change-Id: Ia410309fd7053602ce78eae919839d0f57c9742a
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Diffstat (limited to 'config/deploy/os-odl-sfc-noha.yaml')
-rw-r--r-- | config/deploy/os-odl-sfc-noha.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/deploy/os-odl-sfc-noha.yaml b/config/deploy/os-odl-sfc-noha.yaml index 2b08af6c..3dac36fa 100644 --- a/config/deploy/os-odl-sfc-noha.yaml +++ b/config/deploy/os-odl-sfc-noha.yaml @@ -3,9 +3,11 @@ global_params: ha_enabled: false deploy_options: + containers: true + os_version: master sdn_controller: opendaylight - odl_version: nitrogen - tacker: true - congress: true + odl_version: master + tacker: false + congress: false sfc: true vpn: false |