diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-09-26 12:16:30 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-09-26 12:36:01 +0300 |
commit | 2c1f17baaf2ce9e892722c7f33586229a5586eed (patch) | |
tree | c4a14b0ce093e4c64f15d2fc342ea921bf6e401a | |
parent | 1d4f96facadd5458a87a4d68b0b5298ca47cd1fd (diff) |
[odl-l3] Get OVS plugin into the action
Update ovs version to 2.5+ in order to get inserted security group
connection tracking flows in ovsdb, which allows to pass
tempest scenario of test_network_basic_ops.
JIRA: FUEL-199
Change-Id: Id3e6c8ed2b79c4b6b4a7623f0d262c63f1d1d89f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
-rw-r--r-- | deploy/scenario/ha_odl-l3_heat_ceilometer_scenario.yaml | 5 | ||||
-rw-r--r-- | deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/deploy/scenario/ha_odl-l3_heat_ceilometer_scenario.yaml b/deploy/scenario/ha_odl-l3_heat_ceilometer_scenario.yaml index 0dda3b3ca..967e7d295 100644 --- a/deploy/scenario/ha_odl-l3_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/ha_odl-l3_heat_ceilometer_scenario.yaml @@ -44,6 +44,11 @@ stack-extensions: value: true metadata: plugin_version: 0.9.0 + + - module: fuel-plugin-ovs + module-config-name: fuel-nshovs + module-config-version: 0.9.0 + # - module: opendaylight # module-config-name: fuel-odl # module-config-version: 0.0.2 diff --git a/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml index 5f800abad..0c8415f78 100644 --- a/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml @@ -44,6 +44,11 @@ stack-extensions: value: true metadata: plugin_version: 0.9.0 + + - module: fuel-plugin-ovs + module-config-name: fuel-nshovs + module-config-version: 0.9.0 + # - module: opendaylight # module-config-name: fuel-odl # module-config-version: 0.0.2 |