Skip to content
Snippets Groups Projects
Unverified Commit 4255c3b6 authored by zhubingbing's avatar zhubingbing
Browse files

Add kuryr to precheck

TrivialFix
Change-Id: Ia7bfa714521366818d848d924aa728819c97982a
parent 0d5407d5
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,16 @@
- inventory_hostname in groups['haproxy']
- enable_gnocchi | bool
- name: Checking free port for Kuryr
wait_for:
host: "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
port: "{{ kuryr_port }}"
connect_timeout: 1
state: stopped
when:
- inventory_hostname in groups['compute']
- enable_kuryr | bool
- name: Checking free port for Sahara 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