Switch the Grafana dashboard to the public network

By default, the Grafana dashboard is now exposed on the public network.
To change this configuration, the deployer will have to assign the
'grafana' role to another network using Fuel netwowrk templates.

DocImpact

Change-Id: I983ef16f4c33a098b4bb8c2ef03ac949d325bcc4
This commit is contained in:
Simon Pasquier 2016-09-02 10:08:28 +02:00
parent 17d3f2c687
commit a86502182e
2 changed files with 3 additions and 4 deletions

View File

@ -12,10 +12,8 @@
- "influxdb_grafana"
- "primary-influxdb_grafana"
# Network and virtual IP address for the Grafana service
# TODO(pasquier-s): expose the Grafana service on this virtual IP address
# instead of influxdb
- id: "grafana"
default_mapping: "management"
default_mapping: "public"
properties:
subnet: true
gateway: false

View File

@ -2,7 +2,8 @@ influxdb_grafana:
name: 'InfluxDB Grafana'
description: 'Install InfluxDB and Grafana'
has_primary: true
public_ip_required: false
# A public IP address is required when Grafana is deployed on the public network
public_ip_required: true
weight: 100
limits:
max: 3