Merge "Do not make Kibana available at the external VIP"
This commit is contained in:
commit
bab46d5ac4
@ -377,14 +377,6 @@ listen kibana
|
||||
{% for host in groups['kibana'] %}
|
||||
server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ kibana_server_port }} check inter 2000 rise 2 fall 5
|
||||
{% endfor %}
|
||||
{% if haproxy_enable_external_vip | bool %}
|
||||
|
||||
listen kibana_external
|
||||
bind {{ kolla_external_vip_address }}:{{ kibana_server_port }}
|
||||
{% for host in groups['kibana'] %}
|
||||
server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ kibana_server_port }} check inter 2000 rise 2 fall 5
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
listen elasticsearch
|
||||
option dontlog-normal
|
||||
|
Loading…
Reference in New Issue
Block a user