blob: c48b77c488b4a4c0ad8317b5090f554c0eaba74f [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
Martin Polreich391d0b02017-08-10 10:41:46 +02004- system.linux.system.repo.tcp_elastic
5- system.linux.system.repo.mcp.openstack
Ales Komarekc12dd412017-06-27 16:24:42 +02006- system.elasticsearch.server.cluster
7- system.elasticsearch.server.curator
8- system.kibana.server.single
Ales Komarekc12dd412017-06-27 16:24:42 +02009- system.haproxy.proxy.listen.stacklight.elasticsearch
10- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020011- system.haproxy.proxy.listen.stacklight.influxdb_relay
Ales Komarekc12dd412017-06-27 16:24:42 +020012- service.haproxy.proxy.single
Martin Polreich391d0b02017-08-10 10:41:46 +020013- system.glusterfs.client.cluster
14- system.glusterfs.client.volume.prometheus
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
20- system.salt.minion.cert.prometheus_server
21- system.keepalived.cluster.instance.prometheus_server_vip
22- system.telegraf.agent.remote
23- system.prometheus.server.remote_write.docker
24- system.prometheus.server.alertmanager.dns
Martin Polreich391d0b02017-08-10 10:41:46 +020025- system.prometheus.server.target.dns
Martin Polreichb43c7382017-08-02 12:54:36 +020026- system.docker.swarm.stack.monitoring
27- system.docker.swarm.stack.dashboard
Martin Polreich1ee2e092017-08-10 16:06:57 +020028- system.docker.swarm.stack.monitoring.remote_collector
Martin Polreich18f0ec52017-08-16 11:44:45 +020029- cluster.sl_os_ovs.stacklight.client
Martin Polreich391d0b02017-08-10 10:41:46 +020030- cluster.sl_os_ovs
Ales Komarekc12dd412017-06-27 16:24:42 +020031parameters:
32 _param:
Ales Komarekc12dd412017-06-27 16:24:42 +020033 heka_amqp_host: ${_param:openstack_control_address}
34 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Martin Polreich83a84942017-08-10 13:45:23 +020035 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
36 keepalived_prometheus_vip_password: password
37 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020038 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020039 cluster_local_address: ${_param:single_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020040 cluster_elasticsearch_port: 9200
41 cluster_kibana_port: 5601
42 cluster_grafana_port: 3000
43 cluster_node01_name: mon01
Martin Polreich13afb422017-08-09 17:43:03 +020044 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020045 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Martin Polreich13afb422017-08-09 17:43:03 +020046 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020047 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Martin Polreich13afb422017-08-09 17:43:03 +020048 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020049 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Martin Polreichb43c7382017-08-02 12:54:36 +020050 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
51 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
52 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
53 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
Martin Polreich1ee2e092017-08-10 16:06:57 +020054 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
Martin Polreichb43c7382017-08-02 12:54:36 +020055 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
56 docker_image_grafana: grafana/grafana:4.3.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
69 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
70 glusterfs_node01_address: ${_param:openstack_control_node01_address}
71 glusterfs_node02_address: ${_param:openstack_control_node02_address}
72 glusterfs_node03_address: ${_param:openstack_control_node03_address}
Martin Polreich1ee2e092017-08-10 16:06:57 +020073 remote_collector_telegraf_host: monitoring_remote_agent
Martin Polreich13afb422017-08-09 17:43:03 +020074 linux:
75 network:
76 interface:
77 ens4:
78 enabled: true
79 type: eth
80 proto: static
81 address: ${_param:single_address}
82 netmask: 255.255.255.0
Martin Polreich4342c3d2017-08-02 13:48:01 +020083 elasticsearch:
84 server:
85 heap:
86 size: 1
Martin Polreich13afb422017-08-09 17:43:03 +020087 keepalived:
88 cluster:
89 instance:
90 VIP:
Simon Pasquier91b07092017-08-31 15:04:06 +020091 enabled: false