Merge "Stop haproxy on ovn-controller nodes" into stable/zed

This commit is contained in:
Zuul 2023-10-12 21:43:14 +00:00 committed by Gerrit Code Review
commit a898b44506

View File

@ -220,6 +220,6 @@
enabled: false
when:
- ansible_facts['pkg_mgr'] == 'apt'
- ansible_facts['hostname'] in groups['neutron_metadata_agent']
- ansible_facts['hostname'] in groups['neutron_metadata_agent'] or (neutron_plugin_type == 'ml2.ovn' and ansible_facts['hostname'] in groups['neutron_ovn_controller'])
- groups['haproxy_all'] is defined
- ansible_facts['hostname'] not in groups['haproxy_all']