blob: 8512f04eeea9d5b96ecf7a7c7b71d2726d1876d2 [file] [log] [blame]
Simon Pasquiera3a92f62017-04-28 15:19:18 +02001classes:
Simon Pasquiera7a449d2017-05-11 10:03:41 +02002- system.docker.host
Olivier Bourdon1a49f052017-09-07 09:31:34 +02003- system.linux.system.repo.elasticsearch
Tatyana Leontovich65f78482017-09-06 19:20:57 +03004- system.linux.system.repo.influxdb
Swann Croiset4e3e0842017-05-04 16:49:57 +02005# Needed to install Galera packages
6- system.linux.system.repo.mcp.openstack
Simon Pasquier945a1752017-05-02 16:10:36 +02007- system.elasticsearch.server.cluster
8- system.elasticsearch.server.curator
9- system.kibana.server.single
10- system.haproxy.proxy.listen.stacklight.elasticsearch
Tatyana Leontovich65f78482017-09-06 19:20:57 +030011- system.haproxy.proxy.listen.stacklight.influxdb_relay
Simon Pasquier945a1752017-05-02 16:10:36 +020012- system.haproxy.proxy.listen.stacklight.kibana
13- service.haproxy.proxy.single
Tatyana Leontovich65f78482017-09-06 19:20:57 +030014- system.influxdb.relay.cluster
Swann Croiset4e3e0842017-05-04 16:49:57 +020015- system.galera.server.cluster
16- system.galera.server.database.grafana
Tatyana Leontovich65f78482017-09-06 19:20:57 +030017- system.influxdb.server.single
18- system.influxdb.database.prometheus
Simon Pasquiera3a92f62017-04-28 15:19:18 +020019- system.salt.minion.cert.prometheus_server
20- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020021- system.telegraf.agent.remote
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020022- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020023- system.prometheus.server.alertmanager.dns
Simon Pasquiera3a92f62017-04-28 15:19:18 +020024- system.prometheus.server.target.dns
25- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020026- system.docker.swarm.stack.dashboard
Dmitry Kalashnik1085a992017-09-08 16:39:21 +040027- cluster.virtual-mcp11-k8s-calico
Simon Pasquiera3a92f62017-04-28 15:19:18 +020028parameters:
29 _param:
Simon Pasquier383e8c52017-05-18 11:00:27 +020030 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020031 cluster_public_host: mon
Tatyana Leontovich65f78482017-09-06 19:20:57 +030032 cluster_local_address: ${_param:single_address}
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
Simon Pasquier4376c162017-06-15 10:11:58 +020038 docker_image_grafana: grafana/grafana:4.3.2
Simon Pasquier702970f2017-07-24 14:05:42 +020039 docker_influxdb_image: influxdb:1.2
Simon Pasquier40b17692017-05-02 17:09:02 +020040 grafana_admin_password: admin
Simon Pasquiera3a92f62017-04-28 15:19:18 +020041 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
42 keepalived_prometheus_vip_password: password
43 keepalived_prometheus_vip_interface: ens4
Simon Pasquiera7a449d2017-05-11 10:03:41 +020044 # Docker/Elasticsearch
45 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
46 cluster_node01_address: ${_param:stacklight_node01_address}
47 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
48 cluster_node02_address: ${_param:stacklight_node02_address}
49 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
50 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquier945a1752017-05-02 16:10:36 +020051 # Kibana
52 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Swann Croiset4e3e0842017-05-04 16:49:57 +020053 # Galera
54 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040055 galera_innodb_buffer_pool_size: 1024M
56 galera_max_connections: 200
Simon Pasquier3404b562017-05-09 16:01:07 +020057 # Grafana
Simon Pasquier3404b562017-05-09 16:01:07 +020058 grafana_database_type: mysql
59 grafana_database_host: ${_param:cluster_vip_address}
60 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquier702970f2017-07-24 14:05:42 +020061 # InfluxDB
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020062 influxdb_admin_password: password
Simon Pasquier702970f2017-07-24 14:05:42 +020063 influxdb_port: 15016
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020064 influxdb_stacklight_password: lmapass
Simon Pasquier702970f2017-07-24 14:05:42 +020065 influxdb_client_host: ${_param:stacklight_monitor_address}
66 influxdb_client_port: ${_param:influxdb_port}
67 influxdb_client_password: ${_param:influxdb_admin_password}
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020068 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020069 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020070 prometheus_influxdb_username: lma
71 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier702970f2017-07-24 14:05:42 +020072 telegraf_remote_agent_influxdb_address: ${_param:stacklight_monitor_address}
Simon Pasquier5d57e702017-07-10 15:17:25 +020073 elasticsearch:
74 server:
75 heap:
76 size: 1
Swann Croiset4e3e0842017-05-04 16:49:57 +020077 keepalived:
78 cluster:
79 instance:
80 VIP:
81 enabled: false