Skip to content
Snippets Groups Projects
Commit aa436c5b authored by caoyuan's avatar caoyuan
Browse files

Add aodh checking to port_checks.yml

TrivialFix

Change-Id: I5c9cb7a142baaa398efb215db7b74b32c392dae0
parent b27f1138
No related branches found
No related tags found
No related merge requests found
---
- name: Checking free port for Aodh API
wait_for:
host: "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
port: "{{ aodh_api_port }}"
connect_timeout: 1
state: stopped
when: inventory_hostname in groups['aodh-api']
- name: Checking free port for Aodh API HAProxy
wait_for:
host: "{{ kolla_internal_vip_address }}"
port: "{{ aodh_api_port }}"
connect_timeout: 1
state: stopped
when: inventory_hostname in groups['haproxy']
- name: Checking free port for Barbican API
wait_for:
host: "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
......
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