fuel-plugin-influxdb-grafana/node_roles.yaml

29 lines
915 B
YAML

influxdb_grafana:
name: 'InfluxDB Grafana'
description: 'Install InfluxDB and Grafana'
has_primary: true
# A public IP address is required when Grafana is deployed on the public network
public_ip_required: true
weight: 100
limits:
max: 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-influxdb_grafana
- influxdb_grafana