Merge "Provision another network and VIP for Kibana"

This commit is contained in:
Jenkins 2016-07-04 10:02:28 +00:00 committed by Gerrit Code Review
commit d9f57cd99e
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# Network and virtual IP address for the Elasticsearch service
- id: "elasticsearch"
default_mapping: "management"
properties:
@ -10,3 +11,18 @@
node_roles:
- "elasticsearch_kibana"
- "primary-elasticsearch_kibana"
# Network and virtual IP address for the Kibana service
# TODO(pasquier-s): expose the Kibana service on this virtual IP address
# instead of es_vip_mgmt
- id: "kibana"
default_mapping: "management"
properties:
subnet: true
gateway: false
vip:
- name: "kibana"
namespace: "haproxy"
alias: "kibana"
node_roles:
- "elasticsearch_kibana"
- "primary-elasticsearch_kibana"