blob: 442b8d5fb756abdc71c57081ad44e55e363ce97b [file] [log] [blame]
Simon Pasquiera3a92f62017-04-28 15:19:18 +02001classes:
Simon Pasquiera7a449d2017-05-11 10:03:41 +02002- system.docker.host
Simon Pasquier945a1752017-05-02 16:10:36 +02003- system.linux.system.repo.tcp_elastic
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
Simon Pasquiera3a92f62017-04-28 15:19:18 +020014- system.glusterfs.client.cluster
15- system.glusterfs.client.volume.prometheus
Simon Pasquier30a084a2017-05-04 12:02:55 +020016- system.glusterfs.server.cluster
17- system.glusterfs.server.volume.prometheus
Tatyana Leontovich65f78482017-09-06 19:20:57 +030018- system.influxdb.relay.cluster
Swann Croiset4e3e0842017-05-04 16:49:57 +020019- system.galera.server.cluster
20- system.galera.server.database.grafana
Tatyana Leontovich65f78482017-09-06 19:20:57 +030021- system.influxdb.server.single
22- system.influxdb.database.prometheus
Simon Pasquiera3a92f62017-04-28 15:19:18 +020023- system.salt.minion.cert.prometheus_server
24- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020025- system.telegraf.agent.remote
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020026- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020027- system.prometheus.server.alertmanager.dns
Simon Pasquiera3a92f62017-04-28 15:19:18 +020028- system.prometheus.server.target.dns
29- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020030- system.docker.swarm.stack.dashboard
Simon Pasquiera3a92f62017-04-28 15:19:18 +020031- cluster.virtual-mcp11-k8s-calico.infra
32parameters:
33 _param:
Simon Pasquier383e8c52017-05-18 11:00:27 +020034 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020035 cluster_public_host: mon
Tatyana Leontovich65f78482017-09-06 19:20:57 +030036 cluster_local_address: ${_param:single_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020037 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
38 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
39 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
40 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
41 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Simon Pasquier4376c162017-06-15 10:11:58 +020042 docker_image_grafana: grafana/grafana:4.3.2
Simon Pasquier702970f2017-07-24 14:05:42 +020043 docker_influxdb_image: influxdb:1.2
Simon Pasquier40b17692017-05-02 17:09:02 +020044 grafana_admin_password: admin
Simon Pasquiera3a92f62017-04-28 15:19:18 +020045 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
46 keepalived_prometheus_vip_password: password
47 keepalived_prometheus_vip_interface: ens4
Simon Pasquiera7a449d2017-05-11 10:03:41 +020048 # Docker/Elasticsearch
49 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
50 cluster_node01_address: ${_param:stacklight_node01_address}
51 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
52 cluster_node02_address: ${_param:stacklight_node02_address}
53 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
54 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquier945a1752017-05-02 16:10:36 +020055 # Kibana
56 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Swann Croiset4e3e0842017-05-04 16:49:57 +020057 # Galera
58 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040059 galera_innodb_buffer_pool_size: 1024M
60 galera_max_connections: 200
Simon Pasquier3404b562017-05-09 16:01:07 +020061 # Grafana
Simon Pasquier3404b562017-05-09 16:01:07 +020062 grafana_database_type: mysql
63 grafana_database_host: ${_param:cluster_vip_address}
64 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquier702970f2017-07-24 14:05:42 +020065 # InfluxDB
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020066 influxdb_admin_password: password
Simon Pasquier702970f2017-07-24 14:05:42 +020067 influxdb_port: 15016
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020068 influxdb_stacklight_password: lmapass
Simon Pasquier702970f2017-07-24 14:05:42 +020069 influxdb_client_host: ${_param:stacklight_monitor_address}
70 influxdb_client_port: ${_param:influxdb_port}
71 influxdb_client_password: ${_param:influxdb_admin_password}
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020072 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020073 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020074 prometheus_influxdb_username: lma
75 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier702970f2017-07-24 14:05:42 +020076 telegraf_remote_agent_influxdb_address: ${_param:stacklight_monitor_address}
Simon Pasquier5d57e702017-07-10 15:17:25 +020077 elasticsearch:
78 server:
79 heap:
80 size: 1
Swann Croiset4e3e0842017-05-04 16:49:57 +020081 keepalived:
82 cluster:
83 instance:
84 VIP:
85 enabled: false