blob: 984443dd537919fb5d3f20e56bb5da7fa45f5d3d [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
Dennis Dmitriev09ac8332017-09-13 21:15:53 +03004- system.linux.system.repo.kibana
Tatyana Leontovich65f78482017-09-06 19:20:57 +03005- system.linux.system.repo.influxdb
Swann Croiset4e3e0842017-05-04 16:49:57 +02006# Needed to install Galera packages
7- system.linux.system.repo.mcp.openstack
Simon Pasquier945a1752017-05-02 16:10:36 +02008- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
11- system.haproxy.proxy.listen.stacklight.elasticsearch
Tatyana Leontovich65f78482017-09-06 19:20:57 +030012- system.haproxy.proxy.listen.stacklight.influxdb_relay
Simon Pasquier945a1752017-05-02 16:10:36 +020013- system.haproxy.proxy.listen.stacklight.kibana
14- service.haproxy.proxy.single
Tatyana Leontovich65f78482017-09-06 19:20:57 +030015- system.influxdb.relay.cluster
Swann Croiset4e3e0842017-05-04 16:49:57 +020016- system.galera.server.cluster
17- system.galera.server.database.grafana
Tatyana Leontovich65f78482017-09-06 19:20:57 +030018- system.influxdb.server.single
19- system.influxdb.database.prometheus
Simon Pasquiera3a92f62017-04-28 15:19:18 +020020- system.salt.minion.cert.prometheus_server
21- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020022- system.telegraf.agent.remote
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020023- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020024- system.prometheus.server.alertmanager.dns
Simon Pasquiera3a92f62017-04-28 15:19:18 +020025- system.prometheus.server.target.dns
26- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020027- system.docker.swarm.stack.dashboard
Dmitry Kalashnik1085a992017-09-08 16:39:21 +040028- cluster.virtual-mcp11-k8s-calico
Simon Pasquiera3a92f62017-04-28 15:19:18 +020029parameters:
30 _param:
Simon Pasquier383e8c52017-05-18 11:00:27 +020031 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020032 cluster_public_host: mon
Tatyana Leontovich65f78482017-09-06 19:20:57 +030033 cluster_local_address: ${_param:single_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020034 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
35 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
36 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
37 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
38 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020039 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier4376c162017-06-15 10:11:58 +020040 docker_image_grafana: grafana/grafana:4.3.2
Simon Pasquier702970f2017-07-24 14:05:42 +020041 docker_influxdb_image: influxdb:1.2
Simon Pasquier40b17692017-05-02 17:09:02 +020042 grafana_admin_password: admin
Simon Pasquiera3a92f62017-04-28 15:19:18 +020043 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
44 keepalived_prometheus_vip_password: password
45 keepalived_prometheus_vip_interface: ens4
Simon Pasquiera7a449d2017-05-11 10:03:41 +020046 # Docker/Elasticsearch
47 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
48 cluster_node01_address: ${_param:stacklight_node01_address}
49 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
50 cluster_node02_address: ${_param:stacklight_node02_address}
51 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
52 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquier945a1752017-05-02 16:10:36 +020053 # Kibana
54 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Swann Croiset4e3e0842017-05-04 16:49:57 +020055 # Galera
56 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040057 galera_innodb_buffer_pool_size: 1024M
58 galera_max_connections: 200
Simon Pasquier3404b562017-05-09 16:01:07 +020059 # Grafana
Simon Pasquier3404b562017-05-09 16:01:07 +020060 grafana_database_type: mysql
61 grafana_database_host: ${_param:cluster_vip_address}
62 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquier702970f2017-07-24 14:05:42 +020063 # InfluxDB
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020064 influxdb_admin_password: password
Simon Pasquier702970f2017-07-24 14:05:42 +020065 influxdb_port: 15016
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020066 influxdb_stacklight_password: lmapass
Simon Pasquier702970f2017-07-24 14:05:42 +020067 influxdb_client_host: ${_param:stacklight_monitor_address}
68 influxdb_client_port: ${_param:influxdb_port}
69 influxdb_client_password: ${_param:influxdb_admin_password}
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020070 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020071 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020072 prometheus_influxdb_username: lma
73 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier702970f2017-07-24 14:05:42 +020074 telegraf_remote_agent_influxdb_address: ${_param:stacklight_monitor_address}
Simon Pasquier5d57e702017-07-10 15:17:25 +020075 elasticsearch:
76 server:
77 heap:
78 size: 1
Swann Croiset4e3e0842017-05-04 16:49:57 +020079 keepalived:
80 cluster:
81 instance:
82 VIP:
83 enabled: false