add magnum to precheck
TrivialFix Change-Id: Ib9b199c2edcc48972491b46b41ae502953cd8a81
This commit is contained in:
parent
622c88ec99
commit
982e3bffa3
@ -239,6 +239,22 @@
|
||||
state: stopped
|
||||
when: inventory_hostname in groups['tgtd']
|
||||
|
||||
- name: Checking free port for Magnum API
|
||||
wait_for:
|
||||
host: "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
|
||||
port: "{{ magnum_api_port }}"
|
||||
connect_timeout: 1
|
||||
state: stopped
|
||||
when: inventory_hostname in groups['magnum-api']
|
||||
|
||||
- name: Checking free port for Magnum API HAProxy
|
||||
wait_for:
|
||||
host: "{{ kolla_internal_vip_address }}"
|
||||
port: "{{ magnum_api_port }}"
|
||||
connect_timeout: 1
|
||||
state: stopped
|
||||
when: inventory_hostname in groups['haproxy']
|
||||
|
||||
- name: Checking free port for MariaDB
|
||||
wait_for:
|
||||
host: "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
|
||||
|
Loading…
Reference in New Issue
Block a user