Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.network.dynamic_hosts |
| 3 | - service.grafana.collector |
Tatyana Leontovich | 6ecb22d | 2018-02-20 13:14:17 +0200 | [diff] [blame] | 4 | - system.fluentd |
| 5 | - system.fluentd.label.default_metric |
| 6 | - system.fluentd.label.default_metric.prometheus |
| 7 | - system.fluentd.label.default_output.elasticsearch |
| 8 | - system.fluentd.label.default_output.drop_event |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 9 | - system.linux.system.repo.mcp.extra |
| 10 | - system.linux.system.single |
Tatyana Leontovich | 6ecb22d | 2018-02-20 13:14:17 +0200 | [diff] [blame] | 11 | - system.linux.system.repo.mcp.apt_mirantis.fluentd |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 12 | - system.rsyslog.client.single |
| 13 | - system.prometheus.collector |
| 14 | - system.telegraf.agent |
| 15 | - system.openssh.server.team.lab |
| 16 | - system.openssh.server.team.tcpcloud |
| 17 | - system.openssh.server.team.mcp_qa |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 18 | - cluster.virtual-mcp-pike-ovs.infra |
| 19 | - cluster.virtual-mcp-pike-ovs.openstack |
| 20 | - cluster.virtual-mcp-pike-ovs.stacklight |
| 21 | |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 22 | parameters: |
| 23 | _param: |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 24 | cluster_domain: virtual-mcp-pike-ovs.local |
| 25 | cluster_name: virtual-mcp-pike-ovs |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 26 | infra_config_hostname: cfg01 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 27 | # infra service addresses |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 28 | infra_config_address: 172.16.10.100 |
| 29 | # openstack service addresses |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 30 | openstack_proxy_address: 172.16.10.121 |
| 31 | openstack_proxy_node01_address: 172.16.10.121 |
| 32 | openstack_control_address: 172.16.10.254 |
| 33 | openstack_control_node01_address: 172.16.10.101 |
| 34 | openstack_control_node02_address: 172.16.10.102 |
| 35 | openstack_control_node03_address: 172.16.10.103 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 36 | openstack_gateway_address: 172.16.10.110 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 37 | openstack_database_address: ${_param:openstack_control_address} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 38 | openstack_message_queue_address: ${_param:openstack_control_address} |
| 39 | openstack_message_queue_node01_address: ${_param:openstack_control_node01_address} |
| 40 | openstack_message_queue_node02_address: ${_param:openstack_control_node02_address} |
| 41 | openstack_message_queue_node03_address: ${_param:openstack_control_node03_address} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 42 | # stacklight service addresses |
| 43 | stacklight_monitor_address: 172.16.10.253 |
| 44 | stacklight_monitor_node01_address: 172.16.10.107 |
| 45 | stacklight_monitor_node02_address: 172.16.10.108 |
| 46 | stacklight_monitor_node03_address: 172.16.10.109 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 47 | stacklight_telemetry_node01_address: ${_param:stacklight_monitor_node01_address} |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 48 | stacklight_log_address: ${_param:stacklight_monitor_address} |
| 49 | openstack_gateway_address: 172.16.10.110 |
| 50 | openstack_gateway_node01_address: ${_param:openstack_gateway_address} |
| 51 | stacklight_telemetry_address: ${_param:stacklight_monitor_address} |
| 52 | |