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