blob: 7a79a072dbf82306a12f2eb6bebb38e4405a854a [file] [log] [blame]
ibumarskov95a8e2c2018-04-25 15:24:36 +04001classes:
2- system.docker.host
3- system.linux.system.repo.influxdb
4- system.linux.system.repo.mcp.salt
5- system.linux.system.repo.mcp.apt_mirantis.elastic
6- system.linux.system.repo.mcp.apt_mirantis.kibana
7- system.linux.system.repo.docker
8- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
11- system.haproxy.proxy.listen.stacklight.elasticsearch
12- system.haproxy.proxy.listen.stacklight.kibana
13- system.haproxy.proxy.listen.stacklight.influxdb_relay
14- service.haproxy.proxy.single
15- system.influxdb.relay.cluster
16- system.influxdb.server.single
17- system.influxdb.database.prometheus
18- system.influxdb.database.ceilometer
19- system.keepalived.cluster.instance.prometheus_server_vip
20- system.telegraf.agent.remote
21- system.prometheus.server.remote_write.docker
22- system.prometheus.server.alertmanager.dns
23- system.prometheus.server.target.dns
24- system.docker.swarm.stack.monitoring.prometheus_global
25- system.docker.swarm.stack.dashboard
26- cluster.virtual-mcp-mitaka-dvr-trusty
27parameters:
28 _param:
29 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: eth1
33 cluster_vip_address: ${_param:stacklight_monitor_address}
34 cluster_local_address: ${_param:single_address}
35 cluster_elasticsearch_port: 9200
36 cluster_kibana_port: 5601
37 cluster_node01_hostname: mon01
38 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
39 cluster_node02_hostname: mon02
40 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
41 cluster_node03_hostname: mon03
42 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040043 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
44 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
45 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
46 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
47 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
48 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:${_param:apt_mk_version}
49 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
50 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
ibumarskov95a8e2c2018-04-25 15:24:36 +040051 influxdb_port: 8086
52 influxdb_admin_password: password
53 influxdb_stacklight_password: lmapass
54 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
55 prometheus_influxdb_db: prometheus
56 prometheus_influxdb_username: lma
57 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
58 remote_collector_telegraf_host: monitoring_remote_agent
59 linux:
60 network:
61 interface:
62 eth1:
63 enabled: true
64 type: eth
65 proto: static
66 address: ${_param:single_address}
67 netmask: 255.255.255.0