From d8a98cd629464a20a8b69ba54e310e3652449ec9 Mon Sep 17 00:00:00 2001 From: George Paraskevopoulos Date: Fri, 24 Feb 2017 10:30:53 +0200 Subject: 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 --- deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | 2 ++ deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | 2 ++ 2 files changed, 4 insertions(+) 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 -- cgit 1.2.3-korg