CI: Disable amphora in OVN jobs

Change-Id: Ie9e2463a1b405453c8ae7caaee6ad57e0562ee47
This commit is contained in:
Michał Nasiadka 2021-03-29 17:17:32 +02:00 committed by Michal Nasiadka
parent c61bee3fb4
commit bd496808c9
2 changed files with 4 additions and 1 deletions

View File

@ -269,7 +269,7 @@
# same host being used by both)
- name: create TLS certificates for octavia
command: kolla-ansible octavia-certificates
when: scenario in ['octavia', 'ovn']
when: scenario in ['octavia']
# NOTE(mgoddard): We are using the script module here and later to ensure
# we use the local copy of these scripts, rather than the one on the remote

View File

@ -157,6 +157,9 @@ neutron_plugin_agent: "linuxbridge"
neutron_plugin_agent: "ovn"
neutron_ovn_distributed_fip: "yes"
enable_octavia: "yes"
octavia_auto_configure: "no"
octavia_provider_drivers: "ovn:OVN provider"
octavia_provider_agents: "ovn"
{% endif %}
{% if scenario == "prometheus-efk" %}