diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2017-02-24 10:30:53 +0200 |
---|---|---|
committer | George Paraskevopoulos <geopar@intracom-telecom.com> | 2017-02-24 10:41:44 +0200 |
commit | d8a98cd629464a20a8b69ba54e310e3652449ec9 (patch) | |
tree | acacb5d598acfaf8f2753ac82bc0a4a55ff4ada5 | |
parent | a11eb30c08e99ea85c8bca40e97d49657e680747 (diff) |
Bump sfc scenario to ODL 5.2.0-1
This might be related to the instances not getting an IP from DHCP
problem in the CI.
(https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/1166/console)
In any case we run the tests using 5.2.0.1 in our pods so we should use
this as well in Jenkins.
Change-Id: Iab424ea4b55d0abb80e6b6a368dfb78046487ec9
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
-rw-r--r-- | deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | 2 | ||||
-rw-r--r-- | deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml b/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml index f02949f94..e675f2df2 100644 --- a/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml @@ -50,6 +50,8 @@ stack-extensions: versions: - enable_sfc: value: true + deb_version: + value: '5.2.0-1' metadata: plugin_version: 1.0.0 - module: tacker diff --git a/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml index 6abea7b77..29d9383e5 100644 --- a/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml @@ -50,6 +50,8 @@ stack-extensions: versions: - enable_sfc: value: true + deb_version: + value: '5.2.0-1' metadata: plugin_version: 1.0.0 - module: tacker |