Skip to content
Snippets Groups Projects
Commit 60629590 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add kuryr to precheck"

parents 28a61bfc 4255c3b6
No related branches found
No related tags found
No related merge requests found
...@@ -199,6 +199,16 @@ ...@@ -199,6 +199,16 @@
- inventory_hostname in groups['haproxy'] - inventory_hostname in groups['haproxy']
- enable_gnocchi | bool - 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 - name: Checking free port for Sahara API
wait_for: wait_for:
host: "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}" 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