blob: 1f95bb954ff199062ea9d68ef9aae42bcf8042f4 [file] [log] [blame]
Tatyana Leontovich444b3462017-11-13 13:33:33 +02001classes:
2- system.docker.host
3- system.linux.system.repo.influxdb
4- system.linux.system.repo.mcp.salt
5- system.linux.system.repo.elasticsearch
6- system.linux.system.repo.kibana
7- system.linux.system.repo.docker
8- system.heka.remote_collector.container
9- system.heka.remote_collector.input.amqp
10- system.heka.remote_collector.output.elasticsearch
11- system.heka.remote_collector.output.telegraf
12- system.elasticsearch.server.cluster
13- system.elasticsearch.server.curator
14- system.kibana.server.single
15- system.haproxy.proxy.listen.stacklight.elasticsearch
16- system.haproxy.proxy.listen.stacklight.kibana
17- system.haproxy.proxy.listen.stacklight.influxdb_relay
18- service.haproxy.proxy.single
19- system.influxdb.relay.cluster
20- system.influxdb.server.single
21- system.influxdb.database.stacklight
22- system.influxdb.database.ceilometer
23- system.keepalived.cluster.instance.prometheus_server_vip
24- system.telegraf.agent.remote
25- system.prometheus.server.remote_write.docker
26- system.prometheus.server.alertmanager.dns
27- system.prometheus.server.target.dns
28- system.docker.swarm.stack.monitoring
29- system.docker.swarm.stack.monitoring.remote_collector
30- system.docker.swarm.stack.dashboard
31- cluster.virtual-mcp-ocata-ovs-ceph
32parameters:
33 _param:
34 heka_amqp_host: ${_param:openstack_control_address}
35 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
36 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
37 keepalived_prometheus_vip_password: 'password'
38 keepalived_prometheus_vip_interface: ens4
39 cluster_vip_address: ${_param:stacklight_monitor_address}
40 cluster_local_address: ${_param:single_address}
41 cluster_elasticsearch_port: 9200
42 cluster_kibana_port: 5601
43 cluster_node01_hostname: mon01
44 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
45 cluster_node02_hostname: mon02
46 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
47 cluster_node03_hostname: mon03
48 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
49 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
53 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
54 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
55 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
56 docker_image_grafana: grafana/grafana:4.5.2
57 influxdb_port: 8086
58 influxdb_admin_password: password
59 influxdb_stacklight_password: lmapass
60 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
61 prometheus_influxdb_db: lma
62 prometheus_influxdb_username: lma
63 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
64 remote_collector_telegraf_host: monitoring_remote_agent
65 linux:
66 network:
67 interface:
68 ens4:
69 enabled: true
70 type: eth
71 proto: static
72 address: ${_param:single_address}
73 netmask: 255.255.255.0