Merge "Fix grafana post-config check"
This commit is contained in:
commit
ca5c48bd2f
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Wait for grafana application ready
|
- name: Wait for grafana application ready
|
||||||
uri:
|
uri:
|
||||||
url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}"
|
url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}/login"
|
||||||
status_code: 200
|
status_code: 200
|
||||||
register: result
|
register: result
|
||||||
until: result.status == 200
|
until: result.status == 200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user