blob: 2449e446da05354bc36a41147811973042cc9070 [file] [log] [blame]
Martin Polreich1ee2e092017-08-10 16:06:57 +02001classes:
Simon Pasquier7ceb4b62017-08-23 16:30:46 +02002- service.grafana.collector
Martin Polreich1ee2e092017-08-10 16:06:57 +02003- system.linux.system.repo.mcp.extra
Simon Pasquier7ceb4b62017-08-23 16:30:46 +02004- system.heka.log_collector.single
5- system.heka.log_collector.output.telegraf
Martin Polreich1ee2e092017-08-10 16:06:57 +02006- system.prometheus.collector
7- system.telegraf.agent
Ales Komarekc12dd412017-06-27 16:24:42 +02008parameters:
9 _param:
Martin Polreich4342c3d2017-08-02 13:48:01 +020010 stacklight_monitor_address: 172.16.10.252
11 stacklight_monitor_node01_hostname: mon01
12 stacklight_monitor_node02_hostname: mon02
13 stacklight_monitor_node03_hostname: mon03
Adam Tengler98bd6562017-08-01 12:54:50 +020014 stacklight_monitor_node01_address: 172.16.10.107
15 stacklight_monitor_node02_address: 172.16.10.108
16 stacklight_monitor_node03_address: 172.16.10.109
Martin Polreich23093312017-08-15 15:47:25 +020017 salt_minion_ca_host: cfg01.${_param:cluster_domain}
Martin Polreich498109a2017-08-15 15:59:41 +020018 salt_minion_ca_authority: salt_master_ca
Martin Polreich4342c3d2017-08-02 13:48:01 +020019
20 # Prometheus
21 prometheus_control_address: ${_param:stacklight_monitor_address}
22
23 mysql_admin_user: root
24 mysql_admin_password: workshop
25
26 mysql_grafana_password: password
27 cluster_local_address: ${_param:single_address}
28 galera_server_cluster_name: monitoring_cluster
29 galera_server_maintenance_password: workshop
30 galera_server_admin_password: workshop
31
Ales Komarekc12dd412017-06-27 16:24:42 +020032 heka_elasticsearch_host: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020033 elasticsearch_port: 9200
Ales Komarekc12dd412017-06-27 16:24:42 +020034 stacklight_environment: ${_param:cluster_domain}
Martin Polreichc2620352017-08-10 13:57:19 +020035 stacklight_notification_topic: stacklight_notifications
Ales Komarekc12dd412017-06-27 16:24:42 +020036 linux:
37 network:
38 host:
39 mon:
40 address: ${_param:stacklight_monitor_address}
41 names:
42 - mon
43 - mon.${_param:cluster_domain}
44 mon01:
Adam Tengler98bd6562017-08-01 12:54:50 +020045 address: ${_param:stacklight_monitor_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020046 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020047 - ${_param:stacklight_monitor_node01_hostname}
48 - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020049 mon02:
Adam Tengler98bd6562017-08-01 12:54:50 +020050 address: ${_param:stacklight_monitor_node02_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020051 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020052 - ${_param:stacklight_monitor_node02_hostname}
53 - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020054 mon03:
Adam Tengler98bd6562017-08-01 12:54:50 +020055 address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020056 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020057 - ${_param:stacklight_monitor_node03_hostname}
58 - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain}