blob: 9feabf74ffb4f5158ff22004ab5d9964fdbcb91f [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}
Dmitry Kalashnik69bf16a2018-07-11 14:53:58 +040022 alerta_admin_username: "admin@alerta.io"
23 alerta_admin_password: "alerta"
Martin Polreich4342c3d2017-08-02 13:48:01 +020024 mysql_admin_user: root
25 mysql_admin_password: workshop
26
27 mysql_grafana_password: password
28 cluster_local_address: ${_param:single_address}
29 galera_server_cluster_name: monitoring_cluster
30 galera_server_maintenance_password: workshop
31 galera_server_admin_password: workshop
32
Petr Michalec4d366372017-09-18 13:54:53 +020033
34 grafana_influxdb_host: ${_param:stacklight_monitor_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020035 heka_elasticsearch_host: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020036 elasticsearch_port: 9200
Ales Komarekc12dd412017-06-27 16:24:42 +020037 stacklight_environment: ${_param:cluster_domain}
Martin Polreichc2620352017-08-10 13:57:19 +020038 stacklight_notification_topic: stacklight_notifications
Ales Komarekc12dd412017-06-27 16:24:42 +020039 linux:
40 network:
41 host:
42 mon:
43 address: ${_param:stacklight_monitor_address}
44 names:
45 - mon
46 - mon.${_param:cluster_domain}
47 mon01:
Adam Tengler98bd6562017-08-01 12:54:50 +020048 address: ${_param:stacklight_monitor_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020049 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020050 - ${_param:stacklight_monitor_node01_hostname}
51 - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020052 mon02:
Adam Tengler98bd6562017-08-01 12:54:50 +020053 address: ${_param:stacklight_monitor_node02_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020054 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020055 - ${_param:stacklight_monitor_node02_hostname}
56 - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020057 mon03:
Adam Tengler98bd6562017-08-01 12:54:50 +020058 address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020059 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020060 - ${_param:stacklight_monitor_node03_hostname}
61 - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain}