blob: 54643091497bc3f7b46a8ac6e4901991c364093b [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.repo.influxdb
vgusev3fe6a862018-01-09 13:16:03 +04003- system.linux.system.repo.elasticsearch.5
4- system.linux.system.repo.kibana.5
Richard Felkl04250022017-10-20 13:55:43 +02005- system.linux.system.repo.docker
Ales Komarekc12dd412017-06-27 16:24:42 +02006# Needed to install Galera packages
7- system.linux.system.repo.mcp.openstack
8- system.docker.host
9- system.elasticsearch.server.cluster
10- system.elasticsearch.server.curator
11- system.kibana.server.single
12- system.haproxy.proxy.listen.stacklight.elasticsearch
13- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020014- system.haproxy.proxy.listen.stacklight.influxdb_relay
Ales Komarekc12dd412017-06-27 16:24:42 +020015- service.haproxy.proxy.single
16- system.galera.server.cluster
17- system.galera.server.database.grafana
Simon Pasquier91b07092017-08-31 15:04:06 +020018- system.influxdb.relay.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020019- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020020- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020021- system.salt.minion.cert.prometheus_server
22- system.keepalived.cluster.instance.prometheus_server_vip
23- system.telegraf.agent.remote
24- system.prometheus.server.remote_write.docker
25- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020026- system.prometheus.server.target.dns
27- system.docker.swarm.stack.monitoring
28- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020029- cluster.sl-k8s-contrail.infra
Ales Komarekc12dd412017-06-27 16:24:42 +020030parameters:
31 _param:
32 cluster_public_host: mon
33 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020034 cluster_local_address: ${_param:single_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020035 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
36 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
37 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
38 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
39 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020040 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020041 docker_image_grafana: grafana/grafana:4.5.2
Ales Komarekc12dd412017-06-27 16:24:42 +020042 grafana_admin_password: admin
43 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
44 keepalived_prometheus_vip_password: password
45 keepalived_prometheus_vip_interface: ens4
46 # Galera
Adam Tenglerfb9b4332017-06-28 16:01:05 +000047 openstack_version: ocata
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040048 galera_innodb_buffer_pool_size: 1024M
49 galera_max_connections: 200
Ales Komarekc12dd412017-06-27 16:24:42 +020050 # Grafana
51 grafana_database_type: mysql
52 grafana_database_host: ${_param:cluster_vip_address}
53 grafana_database_password: ${_param:mysql_grafana_password}
54 # Kibana
55 kibana_elasticsearch_host: ${_param:cluster_vip_address}
56 # Docker/Elasticsearch
Petr Michalec4d366372017-09-18 13:54:53 +020057 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
58 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
59 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
60 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
61 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
62 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020063 influxdb_port: 8086
64 influxdb_admin_password: password
65 influxdb_stacklight_password: lmapass
66 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020067 prometheus_influxdb_db: prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020068 prometheus_influxdb_username: lma
69 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich6c8ec202017-08-16 09:33:19 +020070 rabbitmq_openstack_password: workshop
71 heka_amqp_host: ${_param:kubernetes_control_address}
Martin Polreich1f587122017-07-19 11:16:35 +020072 elasticsearch:
73 server:
74 heap:
75 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020076 keepalived:
77 cluster:
78 instance:
79 VIP:
80 enabled: false