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

Update the place of Watcher HAProxy by alphabet

TrivialFix

Change-Id: I3970a414d6a6a2817d7aa59a444b0197b91a9142
parent 9d3a60ec
No related branches found
No related tags found
No related merge requests found
...@@ -91,17 +91,6 @@ ...@@ -91,17 +91,6 @@
- "{{ 'horizon' not in haproxy_stat }}" - "{{ 'horizon' not in haproxy_stat }}"
- inventory_hostname in groups['haproxy'] - inventory_hostname in groups['haproxy']
- name: Checking free port for watcher API HAProxy
wait_for:
host: "{{ kolla_internal_vip_address }}"
port: "{{ watcher_api_port }}"
connect_timeout: 1
state: stopped
when:
- enable_watcher | bool
- "{{ 'watcher_api' not in haproxy_stat }}"
- inventory_hostname in groups['haproxy']
- name: Checking free port for Manila API HAProxy - name: Checking free port for Manila API HAProxy
wait_for: wait_for:
host: "{{ kolla_internal_vip_address }}" host: "{{ kolla_internal_vip_address }}"
...@@ -123,3 +112,15 @@ ...@@ -123,3 +112,15 @@
- enable_sahara | bool - enable_sahara | bool
- "{{ 'sahara_api' not in haproxy_stat }}" - "{{ 'sahara_api' not in haproxy_stat }}"
- inventory_hostname in groups['haproxy'] - inventory_hostname in groups['haproxy']
- name: Checking free port for Watcher API HAProxy
wait_for:
host: "{{ kolla_internal_vip_address }}"
port: "{{ watcher_api_port }}"
connect_timeout: 1
state: stopped
when:
- enable_watcher | bool
- "{{ 'watcher_api' not in haproxy_stat }}"
- inventory_hostname in groups['haproxy']
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