blob: 82ca05d2a2fb5bf61c4384571e9dffe7d2accc69 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00003- system.linux.system.repo.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +02004- system.linux.system.repo.tcp_elastic
5# Needed to install Galera packages
6- system.linux.system.repo.mcp.openstack
7- system.elasticsearch.server.cluster
8- system.elasticsearch.server.curator
9- system.kibana.server.single
10- system.haproxy.proxy.listen.stacklight.elasticsearch
11- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020012- system.haproxy.proxy.listen.stacklight.influxdb_relay
Ales Komarekc12dd412017-06-27 16:24:42 +020013- service.haproxy.proxy.single
Ales Komarekc12dd412017-06-27 16:24:42 +020014- system.galera.server.cluster
15- system.galera.server.database.grafana
Simon Pasquier91b07092017-08-31 15:04:06 +020016- system.influxdb.relay.cluster
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000017- system.influxdb.server.single
18- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020019- system.salt.minion.cert.prometheus_server
20- system.keepalived.cluster.instance.prometheus_server_vip
Martin Polreich60f94c72017-07-17 09:29:10 +020021- system.telegraf.agent.remote
22- system.prometheus.server.remote_write.docker
23- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020024- system.prometheus.server.target.dns
25- system.docker.swarm.stack.monitoring
Martin Polreich60f94c72017-07-17 09:29:10 +020026- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020027- cluster.sl-k8s-calico
Ales Komarekc12dd412017-06-27 16:24:42 +020028parameters:
29 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +020030 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020031 cluster_local_address: ${_param:single_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020032 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020033 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
34 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
35 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
36 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
37 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
38 docker_image_grafana: grafana/grafana:4.3.2
Martin Polreich23093312017-08-15 15:47:25 +020039 docker_influxdb_image: influxdb:1.2
Ales Komarekc12dd412017-06-27 16:24:42 +020040 grafana_admin_password: admin
41 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
42 keepalived_prometheus_vip_password: password
Martin Polreich60f94c72017-07-17 09:29:10 +020043 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020044 # Docker/Elasticsearch
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000045 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
46 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
47 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
48 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
49 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
50 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040051 # Galera
52 galera_innodb_buffer_pool_size: 1024M
53 galera_max_connections: 200
Ales Komarekc12dd412017-06-27 16:24:42 +020054 # Kibana
55 kibana_elasticsearch_host: ${_param:cluster_vip_address}
56 # Galera
Martin Polreich60f94c72017-07-17 09:29:10 +020057 openstack_version: newton
Ales Komarekc12dd412017-06-27 16:24:42 +020058 # Grafana
Ales Komarekc12dd412017-06-27 16:24:42 +020059 grafana_database_type: mysql
60 grafana_database_host: ${_param:cluster_vip_address}
61 grafana_database_password: ${_param:mysql_grafana_password}
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000062 influxdb_port: 8086
Martin Polreichf429d852017-07-12 14:28:15 +020063 influxdb_admin_password: password
64 influxdb_stacklight_password: lmapass
Martin Polreich23093312017-08-15 15:47:25 +020065 influxdb_client_host: ${_param:stacklight_monitor_address}
66 influxdb_client_port: ${_param:influxdb_port}
67 influxdb_client_password: ${_param:influxdb_admin_password}
Martin Polreich60f94c72017-07-17 09:29:10 +020068 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020069 prometheus_influxdb_db: prometheus
Adam Tengler99446832017-07-11 12:43:05 +000070 prometheus_influxdb_username: lma
Martin Polreich60f94c72017-07-17 09:29:10 +020071 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000072 rabbitmq_openstack_password: workshop
73 heka_amqp_host: ${_param:kubernetes_control_address}
Martin Polreich60f94c72017-07-17 09:29:10 +020074 elasticsearch:
75 server:
76 heap:
77 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020078 keepalived:
79 cluster:
80 instance:
81 VIP:
82 enabled: false