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