Dont use local connection for kibana post config
We should not assume the VIP is accessible from the deploy node. Change-Id: I39640f98b4adddb9cb8dfdd09d9fb7ecba15a820 Closes-Bug: #1730651
This commit is contained in:
parent
33513db407
commit
c0f2224e61
@ -4,7 +4,6 @@
|
||||
host: "{{ kolla_internal_vip_address }}"
|
||||
port: "{{ kibana_server_port }}"
|
||||
run_once: true
|
||||
connection: local
|
||||
|
||||
- name: Wait for kibana to register in elasticsearch
|
||||
uri:
|
||||
@ -15,7 +14,6 @@
|
||||
retries: 5
|
||||
delay: 2
|
||||
run_once: true
|
||||
connection: local
|
||||
|
||||
- name: Get kibana default indexes
|
||||
uri:
|
||||
@ -24,7 +22,6 @@
|
||||
method: GET
|
||||
register: kibana_default_indexes
|
||||
run_once: true
|
||||
connection: local
|
||||
when: kibana_default_index is defined
|
||||
|
||||
- name: Set kibana default indexes fact
|
||||
@ -43,7 +40,6 @@
|
||||
body_format: json
|
||||
status_code: 201
|
||||
run_once: true
|
||||
connection: local
|
||||
when:
|
||||
- kibana_default_index is defined
|
||||
- kibana_default_indexes is defined
|
||||
@ -77,7 +73,6 @@
|
||||
body_format: json
|
||||
status_code: 200
|
||||
run_once: true
|
||||
connection: local
|
||||
when:
|
||||
- kibana_default_index is defined
|
||||
- kibana_default_indexes is defined
|
||||
|
Loading…
Reference in New Issue
Block a user