blob: dc3ffea7f3210035a6f500a3be479b635e400a81 [file] [log] [blame]
Simon Pasquieref3efb52017-05-04 12:47:11 +02001classes:
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02002- system.linux.system.repo.influxdb
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +02003- system.linux.system.repo.mcp.apt_mirantis.elastic.5x
4- system.linux.system.repo.mcp.apt_mirantis.kibana.5x
Richard Felkl04250022017-10-20 13:55:43 +02005- system.linux.system.repo.docker
Simon Pasquier994b69d2017-06-08 15:58:53 +02006# Needed to install Galera packages
7- system.linux.system.repo.mcp.openstack
Simon Pasquiera7a449d2017-05-11 10:03:41 +02008- system.docker.host
Simon Pasquieref3efb52017-05-04 12:47:11 +02009- 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
Simon Pasquieref3efb52017-05-04 12:47:11 +020015- service.haproxy.proxy.single
Simon Pasquier994b69d2017-06-08 15:58:53 +020016- system.galera.server.cluster
17- system.galera.server.database.grafana
Simon Pasquier91b07092017-08-31 15:04:06 +020018- system.influxdb.relay.cluster
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020019- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020020- system.influxdb.database.prometheus
Simon Pasquieref3efb52017-05-04 12:47:11 +020021- system.salt.minion.cert.prometheus_server
22- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020023- system.telegraf.agent.remote
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040024- system.mongodb.server.cluster
25- system.prometheus.alerta
26- system.prometheus.alertmanager.notification.alerta
27- system.prometheus.server.alert.alerta_relabel
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020028- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020029- system.prometheus.server.alertmanager.dns
Simon Pasquieref3efb52017-05-04 12:47:11 +020030- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010031- system.docker.swarm.stack.monitoring.prometheus_global
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040032- system.docker.swarm.stack.monitoring.alerta
Simon Pasquierf7614022017-05-18 11:53:24 +020033- system.docker.swarm.stack.dashboard
Victor Ryzhenkin009a1f32018-04-06 15:39:27 +040034- cluster.virtual-mcp11-k8s-contrail
Simon Pasquieref3efb52017-05-04 12:47:11 +020035parameters:
36 _param:
Matthew Mosesohnefddd532017-05-24 17:04:16 +030037 cluster_public_host: mon
Simon Pasquier383e8c52017-05-18 11:00:27 +020038 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020039 cluster_local_address: ${_param:single_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040040 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
41 docker_image_alerta: docker-prod-virtual.docker.mirantis.net/mirantis/external/alerta-web:${_param:apt_mk_version}
42 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
43 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
44 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
45 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
46 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
47 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020048 elasticsearch_version: 5
Simon Pasquieref3efb52017-05-04 12:47:11 +020049 grafana_admin_password: admin
50 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
51 keepalived_prometheus_vip_password: password
52 keepalived_prometheus_vip_interface: ens4
Simon Pasquier994b69d2017-06-08 15:58:53 +020053 # Galera
Dmitry Kalashnik2a068bb2018-04-04 14:11:49 +040054 openstack_version: pike
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040055 galera_innodb_buffer_pool_size: 1024M
56 galera_max_connections: 200
Simon Pasquier994b69d2017-06-08 15:58:53 +020057 # Grafana
58 grafana_database_type: mysql
59 grafana_database_host: ${_param:cluster_vip_address}
60 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquieref3efb52017-05-04 12:47:11 +020061 # Kibana
62 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020063 kibana_version: 5
Simon Pasquiera7a449d2017-05-11 10:03:41 +020064 # Docker/Elasticsearch
Yuriy Taradaydbe8ab72017-10-12 23:31:11 +040065 cluster_elasticsearch_port: 9200
66 cluster_kibana_port: 5601
67 cluster_grafana_port: 3000
Simon Pasquiera7a449d2017-05-11 10:03:41 +020068 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
69 cluster_node01_address: ${_param:stacklight_node01_address}
70 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
71 cluster_node02_address: ${_param:stacklight_node02_address}
72 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
73 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020074 influxdb_port: 8086
75 influxdb_admin_password: password
76 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020077 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020078 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020079 prometheus_influxdb_username: lma
80 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier5d57e702017-07-10 15:17:25 +020081 elasticsearch:
82 server:
83 heap:
84 size: 1
Simon Pasquier994b69d2017-06-08 15:58:53 +020085 keepalived:
86 cluster:
87 instance:
88 VIP:
89 enabled: false