Change featureset030 to work with ML2/OVS

By switching the default mechanism driver in TripleO
from 'openvswitch' to 'ovn', we will be flipping all
the scenario jobs to run with ML2/OVN as the network
backend.

In order to maintain ML2/OVS coverage, the scenario 7
job (which ran previously with ML2/OVN) is now flipped
to run with ML2/OVS.

Change-Id: I74ffb6b7f912e1fce6ce428cd23a7283c91b8b96
Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
This commit is contained in:
Daniel Alvarez 2018-10-18 17:34:14 +02:00 committed by wes hayutin
parent 22faab5b30
commit f4e41ed76b
1 changed files with 3 additions and 1 deletions

View File

@ -46,8 +46,10 @@ telemetry_args: >-
extra_args: >-
{% if release == 'pike' -%}
-e {{ overcloud_templates_path }}/environments/services-docker/neutron-ovn.yaml
{%- else -%}
{%- elif release in ['queens','rocky'] -%}
-e {{ overcloud_templates_path }}/environments/services/neutron-ovn-ha.yaml
{%- else -%}
-e {{ overcloud_templates_path }}/environments/services/neutron-ovs.yaml
{%- endif -%}
deployed_server: >-