Merge "Fix for haproxy precheck failing on CentOS running non-root"
This commit is contained in:
commit
3d74bf0c2f
@ -170,6 +170,7 @@
|
|||||||
- api_interface_address != kolla_internal_vip_address
|
- api_interface_address != kolla_internal_vip_address
|
||||||
|
|
||||||
- name: Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes
|
- name: Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes
|
||||||
|
become: true
|
||||||
command: ip -o addr show dev {{ api_interface }}
|
command: ip -o addr show dev {{ api_interface }}
|
||||||
register: ip_addr_output
|
register: ip_addr_output
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user