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-ceph.infra |
| 15 | - cluster.virtual-mcp-pike-ovs-ceph.ceph |
| 16 | - cluster.virtual-mcp-pike-ovs-ceph.openstack |
| 17 | - cluster.virtual-mcp-pike-ovs-ceph.stacklight |
| 18 | |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 19 | parameters: |
| 20 | _param: |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame^] | 21 | cluster_domain: virtual-mcp-pike-ovs-ceph.local |
| 22 | cluster_name: virtual-mcp-pike-ovs-ceph |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 23 | infra_config_hostname: cfg01 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame^] | 24 | # infra service addresses |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 25 | infra_config_address: 172.16.10.100 |
| 26 | # openstack service addresses |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 27 | openstack_proxy_address: 172.16.10.121 |
| 28 | openstack_proxy_node01_address: 172.16.10.121 |
| 29 | openstack_control_address: 172.16.10.254 |
| 30 | openstack_control_node01_address: 172.16.10.101 |
| 31 | openstack_control_node02_address: 172.16.10.102 |
| 32 | openstack_control_node03_address: 172.16.10.103 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame^] | 33 | openstack_gateway_address: 172.16.10.110 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 34 | openstack_database_address: ${_param:openstack_control_address} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 35 | openstack_message_queue_address: ${_param:openstack_control_address} |
| 36 | openstack_message_queue_node01_address: ${_param:openstack_control_node01_address} |
| 37 | openstack_message_queue_node02_address: ${_param:openstack_control_node02_address} |
| 38 | openstack_message_queue_node03_address: ${_param:openstack_control_node03_address} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 39 | # stacklight service addresses |
| 40 | stacklight_monitor_address: 172.16.10.253 |
| 41 | stacklight_monitor_node01_address: 172.16.10.107 |
| 42 | stacklight_monitor_node02_address: 172.16.10.108 |
| 43 | stacklight_monitor_node03_address: 172.16.10.109 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 44 | stacklight_telemetry_node01_address: ${_param:stacklight_monitor_node01_address} |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame^] | 45 | stacklight_log_address: ${_param:stacklight_monitor_address} |
| 46 | openstack_gateway_address: 172.16.10.110 |
| 47 | openstack_gateway_node01_address: ${_param:openstack_gateway_address} |
| 48 | stacklight_telemetry_address: ${_param:stacklight_monitor_address} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 49 | # ceph addresses |
| 50 | ceph_osd_node01_address: 172.16.10.94 |
| 51 | ceph_osd_node02_address: 172.16.10.95 |
| 52 | ceph_mon_node01_address: 172.16.10.96 |
| 53 | ceph_mon_node02_address: 172.16.10.97 |
| 54 | ceph_mon_node03_address: 172.16.10.98 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame^] | 55 | |