Simon Pasquier | a3a92f6 | 2017-04-28 15:19:18 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Simon Pasquier | 30a084a | 2017-05-04 12:02:55 +0200 | [diff] [blame] | 3 | # glusterfs |
| 4 | glusterfs_service_host: ${_param:docker_swarm_address} |
| 5 | |
| 6 | # prometheus |
Simon Pasquier | a3a92f6 | 2017-04-28 15:19:18 +0200 | [diff] [blame] | 7 | prometheus_control_address: ${_param:docker_swarm_address} |
Swann Croiset | 4e3e084 | 2017-05-04 16:49:57 +0200 | [diff] [blame] | 8 | |
| 9 | mysql_admin_user: root |
| 10 | mysql_admin_password: workshop |
| 11 | |
| 12 | mysql_grafana_password: password |
| 13 | cluster_local_address: ${_param:single_address} |
| 14 | galera_server_cluster_name: monitoring_cluster |
| 15 | galera_server_maintenance_password: workshop |
| 16 | galera_server_admin_password: workshop |