fuel-plugin-elasticsearch-k.../node_roles.yaml

30 lines
953 B
YAML

elasticsearch_kibana:
name: 'Elasticsearch Kibana'
description: 'Install Elasticsearch and Kibana'
has_primary: true
# A public IP address is required when Kibana is deployed on the public network
public_ip_required: true
weight: 100
limits:
max: 5
recommended: 3
conflicts:
- controller
- compute
- cinder
- ceph-osd
# The Contraill plugin ships a HAProxy package version that isn't
# compatible with the MOS version
# See https://bugs.launchpad.net/fuel/+bug/1646550
- contrail-controller
- contrail-analytics
- contrail-analytics-db
- contrail-tsn
# 'update_required' is needed to make sure that the already deployed nodes
# are updated in the same run as the new nodes. The 'reexecute_on' stanza
# doesn't guarantee this since the reexecuted tasks are run after the new
# nodes are deployed.
update_required:
- primary-elasticsearch_kibana
- elasticsearch_kibana