Merge "Fix "Enable influxdb datasource" random error"
This commit is contained in:
commit
322eb353a2
@ -1,8 +1,14 @@
|
|||||||
---
|
---
|
||||||
- name: Wait for grafana port
|
- name: Wait for grafana application ready
|
||||||
wait_for:
|
uri:
|
||||||
host: "{{ api_interface_address }}"
|
url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}"
|
||||||
port: "{{ grafana_server_port }}"
|
status_code: 200
|
||||||
|
register: result
|
||||||
|
until: result.status == 200
|
||||||
|
retries: 10
|
||||||
|
delay: 2
|
||||||
|
run_once: true
|
||||||
|
connection: local
|
||||||
|
|
||||||
- name: Enable influxdb datasource
|
- name: Enable influxdb datasource
|
||||||
uri:
|
uri:
|
||||||
|
Loading…
Reference in New Issue
Block a user