Skip to content
Snippets Groups Projects
Commit 66e9a646 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Disable amphora in OVN jobs"

parents bf196868 bd496808
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
# same host being used by both) # same host being used by both)
- name: create TLS certificates for octavia - name: create TLS certificates for octavia
command: kolla-ansible octavia-certificates 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 # 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 # we use the local copy of these scripts, rather than the one on the remote
......
...@@ -157,6 +157,9 @@ neutron_plugin_agent: "linuxbridge" ...@@ -157,6 +157,9 @@ neutron_plugin_agent: "linuxbridge"
neutron_plugin_agent: "ovn" neutron_plugin_agent: "ovn"
neutron_ovn_distributed_fip: "yes" neutron_ovn_distributed_fip: "yes"
enable_octavia: "yes" enable_octavia: "yes"
octavia_auto_configure: "no"
octavia_provider_drivers: "ovn:OVN provider"
octavia_provider_agents: "ovn"
{% endif %} {% endif %}
{% if scenario == "prometheus-efk" %} {% if scenario == "prometheus-efk" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment