fuel-plugin-influxdb-grafana/node_roles.yaml

22 lines
654 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
# '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