blob: 7053531f0d49b88bf1c9065bc14ee19e8466fa85 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
Martin Polreichbafb4be2017-08-02 09:39:58 +02002- cluster.sl_os_ovs
3- system.docker.host
4- system.linux.system.repo.glusterfs
Ales Komarekc12dd412017-06-27 16:24:42 +02005- system.linux.system.repo.influxdb
Martin Polreichbafb4be2017-08-02 09:39:58 +02006- system.linux.system.repo.mcp.salt
7- system.linux.system.repo.tcp_elastic
8- system.heka.remote_collector
Ales Komarekc12dd412017-06-27 16:24:42 +02009- system.heka.remote_collector.input.amqp
Martin Polreichbafb4be2017-08-02 09:39:58 +020010- system.heka.remote_collector.output.elasticsearch
11- system.glusterfs.client.cluster
12- system.glusterfs.client.volume.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020013- system.elasticsearch.server.cluster
14- system.elasticsearch.server.curator
15- system.kibana.server.single
Ales Komarekc12dd412017-06-27 16:24:42 +020016- system.haproxy.proxy.listen.stacklight.elasticsearch
17- system.haproxy.proxy.listen.stacklight.kibana
Martin Polreichbafb4be2017-08-02 09:39:58 +020018- system.haproxy.proxy.listen.stacklight.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +020019- service.haproxy.proxy.single
Martin Polreichbafb4be2017-08-02 09:39:58 +020020- system.influxdb.server.single
21- system.influxdb.database.stacklight
22- system.keepalived.cluster.instance.prometheus_server_vip
23- system.telegraf.agent.remote
24- system.prometheus.server.remote_write.docker
25- system.prometheus.server.alertmanager.dns
26- system.prometheus.server.target.dns
27- system.docker.swarm.stack.monitoring
28- system.docker.swarm.stack.dashboard
Ales Komarekc12dd412017-06-27 16:24:42 +020029parameters:
30 _param:
31 collectd_remote_collector_host: ${_param:stacklight_monitor_address}
32 heka_amqp_host: ${_param:openstack_control_address}
33 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
34 keepalived_stacklight_monitor_vip_address: ${_param:stacklight_monitor_address}
35 keepalived_stacklight_monitor_vip_password: 'password'
36 keepalived_stacklight_monitor_vip_interface: ens4
37 cluster_vip_address: ${_param:stacklight_monitor_address}
38 cluster_elasticsearch_port: 9200
39 cluster_kibana_port: 5601
40 cluster_grafana_port: 3000
41 cluster_node01_name: mon01
Martin Polreichbafb4be2017-08-02 09:39:58 +020042 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020043 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Martin Polreichbafb4be2017-08-02 09:39:58 +020044 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020045 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Martin Polreichbafb4be2017-08-02 09:39:58 +020046 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
Ales Komarekc12dd412017-06-27 16:24:42 +020047 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Martin Polreichbafb4be2017-08-02 09:39:58 +020048 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
49 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
50 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
51 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
52 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
53 docker_image_grafana: grafana/grafana:4.3.2
54 grafana_admin_password: admin
55 kibana_elasticsearch_host: ${_param:cluster_vip_address}
56 openstack_version: newton
57 grafana_database_type: mysql
58 grafana_database_host: ${_param:cluster_vip_address}
59 grafana_database_password: ${_param:mysql_grafana_password}
60 influxdb_port: 8086
61 influxdb_admin_password: password
62 influxdb_stacklight_password: lmapass
63 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
64 prometheus_influxdb_db: lma
65 prometheus_influxdb_username: lma
66 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Ales Komarekc12dd412017-06-27 16:24:42 +020067 linux:
68 network:
69 interface:
70 ens4:
71 enabled: true
72 type: eth
73 proto: static
74 address: ${_param:single_address}
75 netmask: 255.255.255.0
Martin Polreichbafb4be2017-08-02 09:39:58 +020076 elasticsearch:
77 server:
78 heap:
79 size: 1
80 keepalived:
81 cluster:
82 instance:
83 VIP:
84 enabled: false