blob: f5e9153ca04be235fd141946892129e3d36e9eaf [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
Martin Polreich391d0b02017-08-10 10:41:46 +02002- system.docker.host
Ales Komarekc12dd412017-06-27 16:24:42 +02003- system.linux.system.repo.influxdb
vgusev3fe6a862018-01-09 13:16:03 +04004- system.linux.system.repo.elasticsearch.5
5- system.linux.system.repo.kibana.5
Martin Polreich391d0b02017-08-10 10:41:46 +02006- system.linux.system.repo.mcp.openstack
Richard Felkl04250022017-10-20 13:55:43 +02007- system.linux.system.repo.docker
Ales Komarekc12dd412017-06-27 16:24:42 +02008- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
Ales Komarekc12dd412017-06-27 16:24:42 +020011- 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
Ales Komarekc12dd412017-06-27 16:24:42 +020014- service.haproxy.proxy.single
Martin Polreich391d0b02017-08-10 10:41:46 +020015- system.galera.server.cluster
16- system.galera.server.database.grafana
Simon Pasquier91b07092017-08-31 15:04:06 +020017- system.influxdb.relay.cluster
Martin Polreich391d0b02017-08-10 10:41:46 +020018- system.influxdb.server.single
19- system.influxdb.database.prometheus
Martin Polreich391d0b02017-08-10 10:41:46 +020020- system.keepalived.cluster.instance.prometheus_server_vip
21- system.telegraf.agent.remote
22- system.prometheus.server.remote_write.docker
23- system.prometheus.server.alertmanager.dns
Martin Polreich391d0b02017-08-10 10:41:46 +020024- system.prometheus.server.target.dns
Martin Polreichb43c7382017-08-02 12:54:36 +020025- system.docker.swarm.stack.monitoring
26- system.docker.swarm.stack.dashboard
Martin Polreich1ee2e092017-08-10 16:06:57 +020027- system.docker.swarm.stack.monitoring.remote_collector
Petr Michalecf05e3ea2017-08-21 17:33:16 +020028- cluster.sl-os-ovs.stacklight.client
29- cluster.sl-os-ovs
Ales Komarekc12dd412017-06-27 16:24:42 +020030parameters:
31 _param:
Ales Komarekc12dd412017-06-27 16:24:42 +020032 heka_amqp_host: ${_param:openstack_control_address}
33 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Martin Polreich83a84942017-08-10 13:45:23 +020034 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
35 keepalived_prometheus_vip_password: password
36 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020037 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020038 cluster_local_address: ${_param:single_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020039 cluster_elasticsearch_port: 9200
40 cluster_kibana_port: 5601
41 cluster_grafana_port: 3000
42 cluster_node01_name: mon01
Martin Polreich13afb422017-08-09 17:43:03 +020043 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020044 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Martin Polreich13afb422017-08-09 17:43:03 +020045 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020046 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Martin Polreich13afb422017-08-09 17:43:03 +020047 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020048 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Martin Polreichb43c7382017-08-02 12:54:36 +020049 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
50 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
51 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
52 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
Martin Polreich1ee2e092017-08-10 16:06:57 +020053 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
Martin Polreichb43c7382017-08-02 12:54:36 +020054 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020055 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020056 docker_image_grafana: grafana/grafana:4.5.2
Martin Polreich13afb422017-08-09 17:43:03 +020057 grafana_admin_password: admin
58 grafana_database_type: mysql
59 grafana_database_host: ${_param:cluster_vip_address}
60 grafana_database_password: ${_param:mysql_grafana_password}
61 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
62 prometheus_influxdb_db: prometheus
63 prometheus_influxdb_username: lma
64 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
65 influxdb_port: 8086
66 influxdb_admin_password: password
67 influxdb_stacklight_password: lmapass
68 openstack_version: newton
Martin Polreich1ee2e092017-08-10 16:06:57 +020069 remote_collector_telegraf_host: monitoring_remote_agent
Martin Polreich13afb422017-08-09 17:43:03 +020070 linux:
71 network:
72 interface:
73 ens4:
74 enabled: true
75 type: eth
76 proto: static
77 address: ${_param:single_address}
78 netmask: 255.255.255.0
Martin Polreich4342c3d2017-08-02 13:48:01 +020079 elasticsearch:
80 server:
81 heap:
82 size: 1
Martin Polreich13afb422017-08-09 17:43:03 +020083 keepalived:
84 cluster:
85 instance:
86 VIP:
Simon Pasquier91b07092017-08-31 15:04:06 +020087 enabled: false