blob: 78c98496e2f20ab4cd7b33549e252069a0a90374 [file] [log] [blame]
Simon Pasquieref3efb52017-05-04 12:47:11 +02001classes:
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02002- system.linux.system.repo.influxdb
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
Simon Pasquier994b69d2017-06-08 15:58:53 +02005# Needed to install Galera packages
6- system.linux.system.repo.mcp.openstack
Simon Pasquiera7a449d2017-05-11 10:03:41 +02007- system.docker.host
Simon Pasquieref3efb52017-05-04 12:47:11 +02008- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
11- system.haproxy.proxy.listen.stacklight.elasticsearch
12- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020013- system.haproxy.proxy.listen.stacklight.influxdb_relay
Simon Pasquieref3efb52017-05-04 12:47:11 +020014- service.haproxy.proxy.single
Simon Pasquier994b69d2017-06-08 15:58:53 +020015- system.galera.server.cluster
16- system.galera.server.database.grafana
Simon Pasquier91b07092017-08-31 15:04:06 +020017- system.influxdb.relay.cluster
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020018- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020019- system.influxdb.database.prometheus
Simon Pasquieref3efb52017-05-04 12:47:11 +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 Pasquieref3efb52017-05-04 12:47:11 +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
Simon Pasquiera7a449d2017-05-11 10:03:41 +020028- cluster.virtual-mcp11-k8s-contrail.infra
Simon Pasquieref3efb52017-05-04 12:47:11 +020029parameters:
30 _param:
Matthew Mosesohnefddd532017-05-24 17:04:16 +030031 cluster_public_host: mon
Simon Pasquier383e8c52017-05-18 11:00:27 +020032 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020033 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 Pasquier5d50d9d2017-10-06 12:45:51 +020040 docker_image_grafana: grafana/grafana:4.5.2
Simon Pasquieref3efb52017-05-04 12:47:11 +020041 grafana_admin_password: admin
42 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
43 keepalived_prometheus_vip_password: password
44 keepalived_prometheus_vip_interface: ens4
Simon Pasquier994b69d2017-06-08 15:58:53 +020045 # Galera
46 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040047 galera_innodb_buffer_pool_size: 1024M
48 galera_max_connections: 200
Simon Pasquier994b69d2017-06-08 15:58:53 +020049 # Grafana
50 grafana_database_type: mysql
51 grafana_database_host: ${_param:cluster_vip_address}
52 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquieref3efb52017-05-04 12:47:11 +020053 # Kibana
54 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020055 # Docker/Elasticsearch
56 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
57 cluster_node01_address: ${_param:stacklight_node01_address}
58 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
59 cluster_node02_address: ${_param:stacklight_node02_address}
60 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
61 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020062 influxdb_port: 8086
63 influxdb_admin_password: password
64 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020065 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020066 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020067 prometheus_influxdb_username: lma
68 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier5d57e702017-07-10 15:17:25 +020069 elasticsearch:
70 server:
71 heap:
72 size: 1
Simon Pasquier994b69d2017-06-08 15:58:53 +020073 keepalived:
74 cluster:
75 instance:
76 VIP:
77 enabled: false