diff options
author | Tim Rozet <trozet@redhat.com> | 2016-07-11 11:57:06 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-07-13 11:04:05 -0400 |
commit | 7054599033d84f87037badf6ed896483417af2f6 (patch) | |
tree | 432f4622a8458c45ef631685150c3eb85a604260 /config/deploy | |
parent | e73182cbfa7f7b544fddfcbc0ea79644722d730e (diff) |
Fixes build and deploy options for SFC/ONOS
SFC for colorado will be based on OVS 2.5.90 which does not need 3.13
kernel. This patch removes 3.13 kernel updates, adds OVS 2.5.90 and
sets default odl_version to use boron (required for SFC with OVS
2.5.90). Also updates OVS build to a working one for ONOS.
JIRA: APEX-156
JIRA: APEX-199
Change-Id: I095290d925138122f24e891f8412497f9a2c3141
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/os-odl_l2-sfc-noha.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy/os-odl_l2-sfc-noha.yaml b/config/deploy/os-odl_l2-sfc-noha.yaml index 6d088af8..106fbca9 100644 --- a/config/deploy/os-odl_l2-sfc-noha.yaml +++ b/config/deploy/os-odl_l2-sfc-noha.yaml @@ -4,6 +4,7 @@ global_params: deploy_options: sdn_controller: opendaylight sdn_l3: false + odl_version: boron tacker: false congress: false sfc: true |