Vasyl Saienko | b58c641 | 2018-02-21 14:18:05 +0200 | [diff] [blame^] | 1 | classes: |
| 2 | - system.collectd.remote_client.cluster |
| 3 | - system.heka.remote_collector.cluster |
| 4 | - system.linux.system.repo.influxdb |
| 5 | - system.heka.remote_collector.input.amqp |
| 6 | - system.heka.aggregator.cluster |
| 7 | - system.linux.system.repo.mcp.apt_mirantis.elastic |
| 8 | - system.linux.system.repo.mcp.apt_mirantis.kibana |
| 9 | - system.elasticsearch.server.cluster |
| 10 | - system.elasticsearch.server.curator |
| 11 | - system.kibana.server.single |
| 12 | - system.grafana.server.single |
| 13 | - system.nagios.server.cluster |
| 14 | - cluster.virtual-mcp11-ovs-ironic-ssl |
| 15 | - system.haproxy.proxy.listen.stacklight.elasticsearch |
| 16 | - system.haproxy.proxy.listen.stacklight.kibana |
| 17 | - system.haproxy.proxy.listen.stacklight.grafana |
| 18 | - service.haproxy.proxy.single |
| 19 | - system.keepalived.cluster.instance.stacklight_monitor_vip |
| 20 | parameters: |
| 21 | _param: |
| 22 | collectd_remote_collector_host: ${_param:stacklight_monitor_address} |
| 23 | heka_amqp_host: ${_param:openstack_control_address} |
| 24 | kibana_elasticsearch_host: ${_param:stacklight_monitor_address} |
| 25 | keepalived_stacklight_monitor_vip_address: ${_param:stacklight_monitor_address} |
| 26 | keepalived_stacklight_monitor_vip_password: 'password' |
| 27 | keepalived_stacklight_monitor_vip_interface: ens4 |
| 28 | cluster_vip_address: ${_param:stacklight_monitor_address} |
| 29 | cluster_elasticsearch_port: 9200 |
| 30 | cluster_kibana_port: 5601 |
| 31 | cluster_grafana_port: 3000 |
| 32 | cluster_node01_name: mon01 |
| 33 | cluster_node01_address: ${_param:stacklight_monitor_node01_address} |
| 34 | cluster_node02_name: mon02 |
| 35 | cluster_node02_address: ${_param:stacklight_monitor_node02_address} |
| 36 | cluster_node03_name: mon03 |
| 37 | cluster_node03_address: ${_param:stacklight_monitor_node03_address} |
| 38 | linux: |
| 39 | network: |
| 40 | interface: |
| 41 | ens4: |
| 42 | enabled: true |
| 43 | type: eth |
| 44 | proto: static |
| 45 | address: ${_param:single_address} |
| 46 | netmask: 255.255.255.0 |