blob: 819404c5dc8c1ccddfcde967ea5dc782b5aa5186 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.influxdb
5- system.linux.system.repo.mcp.salt
6- system.linux.system.repo.tcp_elastic
Ales Komarekc12dd412017-06-27 16:24:42 +02007- system.glusterfs.client.cluster
8- system.glusterfs.client.volume.prometheus
9- system.elasticsearch.server.cluster
10- system.elasticsearch.server.curator
11- system.kibana.server.single
12- system.haproxy.proxy.listen.stacklight.elasticsearch
13- system.haproxy.proxy.listen.stacklight.kibana
14- system.haproxy.proxy.listen.stacklight.influxdb
15- service.haproxy.proxy.single
16- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020017- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020018- system.keepalived.cluster.instance.prometheus_server_vip
19- system.telegraf.agent.remote
20- system.prometheus.server.remote_write.docker
21- system.prometheus.server.alertmanager.dns
22- system.prometheus.server.target.dns
23- system.docker.swarm.stack.monitoring
24- system.docker.swarm.stack.dashboard
Martin Polreich1ee2e092017-08-10 16:06:57 +020025- system.docker.swarm.stack.monitoring.remote_collector
Ales Komarekc12dd412017-06-27 16:24:42 +020026- cluster.sl_os_contrail
27parameters:
28 _param:
Ales Komarekc12dd412017-06-27 16:24:42 +020029 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
30 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
31 keepalived_prometheus_vip_password: 'password'
32 keepalived_prometheus_vip_interface: ens4
33 cluster_vip_address: ${_param:stacklight_monitor_address}
34 cluster_elasticsearch_port: 9200
35 cluster_kibana_port: 5601
Martin Polreich13afb422017-08-09 17:43:03 +020036 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000037 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Martin Polreich13afb422017-08-09 17:43:03 +020038 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000039 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Martin Polreich13afb422017-08-09 17:43:03 +020040 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000041 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Martin Polreich1dcbbe72017-07-19 11:28:38 +020042 grafana_admin_password: admin
43 grafana_database_type: mysql
44 grafana_database_host: ${_param:openstack_database_address}
45 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquier4a802be2017-06-29 12:54:50 +020046 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
47 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
48 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
49 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
Martin Polreich1ee2e092017-08-10 16:06:57 +020050 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
Simon Pasquier4a802be2017-06-29 12:54:50 +020051 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
52 docker_image_grafana: grafana/grafana:4.3.2
Ales Komarekc12dd412017-06-27 16:24:42 +020053 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
54 glusterfs_node01_address: ${_param:openstack_control_node01_address}
55 glusterfs_node02_address: ${_param:openstack_control_node02_address}
56 glusterfs_node03_address: ${_param:openstack_control_node03_address}
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}
Ales Komarekc12dd412017-06-27 16:24:42 +020061 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020062 prometheus_influxdb_db: prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020063 prometheus_influxdb_username: lma
64 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich13afb422017-08-09 17:43:03 +020065 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 Polreich6c8ec202017-08-16 09:33:19 +020070 heka_amqp_host: ${_param:openstack_control_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020071 linux:
72 network:
73 interface:
74 ens4:
75 enabled: true
76 type: eth
77 proto: static
78 address: ${_param:single_address}
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020079 netmask: 255.255.255.0
Martin Polreich13afb422017-08-09 17:43:03 +020080 elasticsearch:
81 server:
82 heap:
Richard Felkl2b78d8c2017-08-24 11:36:40 +020083 size: 1