blob: fd5a54b535eb6ab8e2ba935c0d6295882da99919 [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
Martin Polreich391d0b02017-08-10 10:41:46 +020011- system.haproxy.proxy.listen.stacklight.influxdb
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
17- system.influxdb.server.single
18- system.influxdb.database.prometheus
19- system.salt.minion.cert.prometheus_server
20- 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
24- system.prometheus.server.target.kubernetes
25- 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 Polreich391d0b02017-08-10 10:41:46 +020029- 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}
38 cluster_elasticsearch_port: 9200
39 cluster_kibana_port: 5601
40 cluster_grafana_port: 3000
41 cluster_node01_name: mon01
Martin Polreich13afb422017-08-09 17:43:03 +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 Polreich13afb422017-08-09 17:43:03 +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 Polreich13afb422017-08-09 17:43:03 +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 Polreichb43c7382017-08-02 12:54:36 +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
Martin Polreich1ee2e092017-08-10 16:06:57 +020052 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
Martin Polreichb43c7382017-08-02 12:54:36 +020053 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
54 docker_image_grafana: grafana/grafana:4.3.2
Martin Polreich13afb422017-08-09 17:43:03 +020055 grafana_admin_password: admin
56 grafana_database_type: mysql
57 grafana_database_host: ${_param:cluster_vip_address}
58 grafana_database_password: ${_param:mysql_grafana_password}
59 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
60 prometheus_influxdb_db: prometheus
61 prometheus_influxdb_username: lma
62 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
63 influxdb_port: 8086
64 influxdb_admin_password: password
65 influxdb_stacklight_password: lmapass
66 openstack_version: newton
67 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
68 glusterfs_node01_address: ${_param:openstack_control_node01_address}
69 glusterfs_node02_address: ${_param:openstack_control_node02_address}
70 glusterfs_node03_address: ${_param:openstack_control_node03_address}
Martin Polreich1ee2e092017-08-10 16:06:57 +020071 remote_collector_telegraf_host: monitoring_remote_agent
Martin Polreich13afb422017-08-09 17:43:03 +020072 linux:
73 network:
74 interface:
75 ens4:
76 enabled: true
77 type: eth
78 proto: static
79 address: ${_param:single_address}
80 netmask: 255.255.255.0
Martin Polreich4342c3d2017-08-02 13:48:01 +020081 elasticsearch:
82 server:
83 heap:
84 size: 1
Martin Polreich13afb422017-08-09 17:43:03 +020085 keepalived:
86 cluster:
87 instance:
88 VIP:
89 enabled: false