blob: d434b72d1ef2db3fea2b5270af474ee2b10f12ec [file] [log] [blame]
Simon Pasquieref3efb52017-05-04 12:47:11 +02001classes:
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02002- system.linux.system.repo.influxdb
Simon Pasquieref3efb52017-05-04 12:47:11 +02003- system.linux.system.repo.tcp_elastic
Simon Pasquier994b69d2017-06-08 15:58:53 +02004# Needed to install Galera packages
5- system.linux.system.repo.mcp.openstack
Simon Pasquiera7a449d2017-05-11 10:03:41 +02006- system.docker.host
Simon Pasquieref3efb52017-05-04 12:47:11 +02007- system.elasticsearch.server.cluster
8- system.elasticsearch.server.curator
9- system.kibana.server.single
10- system.haproxy.proxy.listen.stacklight.elasticsearch
11- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020012- system.haproxy.proxy.listen.stacklight.influxdb_relay
Simon Pasquieref3efb52017-05-04 12:47:11 +020013- service.haproxy.proxy.single
Simon Pasquier994b69d2017-06-08 15:58:53 +020014- system.galera.server.cluster
15- system.galera.server.database.grafana
Simon Pasquieref3efb52017-05-04 12:47:11 +020016- system.glusterfs.client.cluster
17- system.glusterfs.client.volume.prometheus
18- system.glusterfs.server.cluster
19- system.glusterfs.server.volume.prometheus
Simon Pasquier91b07092017-08-31 15:04:06 +020020- system.influxdb.relay.cluster
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020021- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020022- system.influxdb.database.prometheus
Simon Pasquieref3efb52017-05-04 12:47:11 +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 Pasquieref3efb52017-05-04 12:47:11 +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 Pasquiera7a449d2017-05-11 10:03:41 +020031- cluster.virtual-mcp11-k8s-contrail.infra
Simon Pasquieref3efb52017-05-04 12:47:11 +020032parameters:
33 _param:
Matthew Mosesohnefddd532017-05-24 17:04:16 +030034 cluster_public_host: mon
Simon Pasquier383e8c52017-05-18 11:00:27 +020035 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020036 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 Pasquieref3efb52017-05-04 12:47:11 +020043 grafana_admin_password: admin
44 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
45 keepalived_prometheus_vip_password: password
46 keepalived_prometheus_vip_interface: ens4
Simon Pasquier994b69d2017-06-08 15:58:53 +020047 # Galera
48 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040049 galera_innodb_buffer_pool_size: 1024M
50 galera_max_connections: 200
Simon Pasquier994b69d2017-06-08 15:58:53 +020051 # Grafana
52 grafana_database_type: mysql
53 grafana_database_host: ${_param:cluster_vip_address}
54 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquieref3efb52017-05-04 12:47:11 +020055 # Kibana
56 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020057 # Docker/Elasticsearch
58 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
59 cluster_node01_address: ${_param:stacklight_node01_address}
60 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
61 cluster_node02_address: ${_param:stacklight_node02_address}
62 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
63 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020064 influxdb_port: 8086
65 influxdb_admin_password: password
66 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020067 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020068 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020069 prometheus_influxdb_username: lma
70 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier5d57e702017-07-10 15:17:25 +020071 elasticsearch:
72 server:
73 heap:
74 size: 1
Simon Pasquier994b69d2017-06-08 15:58:53 +020075 keepalived:
76 cluster:
77 instance:
78 VIP:
79 enabled: false