Tatyana Leontovich | f5c8393 | 2018-01-31 11:55:19 +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_local.mcp.extra |
| 7 | - system.linux.system.repo_local.mcp.apt_mirantis.saltstack_2016_3 |
| 8 | - system.linux.system.repo_local.mcp.apt_mirantis.ubuntu |
| 9 | - system.linux.system.single |
| 10 | - system.rsyslog.client.single |
| 11 | - system.prometheus.collector |
| 12 | - system.telegraf.agent |
| 13 | - system.openssh.server.team.lab |
| 14 | - system.openssh.server.team.tcpcloud |
| 15 | - system.openssh.server.team.mcp_qa |
| 16 | - cluster.virtual-offline-pike-ovs.infra |
| 17 | - cluster.virtual-offline-pike-ovs.openstack |
| 18 | - cluster.virtual-offline-pike-ovs.stacklight |
| 19 | |
| 20 | parameters: |
| 21 | _param: |
| 22 | cluster_domain: virtual-offline-pike-ovs.local |
| 23 | cluster_name: virtual-offline-pike-ovs |
| 24 | infra_config_hostname: cfg01 |
| 25 | local_repos: true |
| 26 | local_repo_url: mirror.mcp.mirantis.local.test |
| 27 | linux_repo_refresh_db: true |
| 28 | aptly_server_address: 10.170.0.226 |
| 29 | # infra service addresses |
| 30 | infra_config_address: 172.16.10.100 |
| 31 | # openstack service addresses |
| 32 | openstack_proxy_address: 172.16.10.121 |
| 33 | openstack_proxy_node01_address: 172.16.10.121 |
| 34 | openstack_control_address: 172.16.10.254 |
| 35 | openstack_control_node01_address: 172.16.10.101 |
| 36 | openstack_control_node02_address: 172.16.10.102 |
| 37 | openstack_control_node03_address: 172.16.10.103 |
| 38 | openstack_gateway_address: 172.16.10.110 |
| 39 | openstack_database_address: ${_param:openstack_control_address} |
| 40 | openstack_message_queue_address: ${_param:openstack_control_address} |
| 41 | openstack_message_queue_node01_address: ${_param:openstack_control_node01_address} |
| 42 | openstack_message_queue_node02_address: ${_param:openstack_control_node02_address} |
| 43 | openstack_message_queue_node03_address: ${_param:openstack_control_node03_address} |
| 44 | # stacklight service addresses |
| 45 | stacklight_monitor_address: 172.16.10.253 |
| 46 | stacklight_monitor_node01_address: 172.16.10.107 |
| 47 | stacklight_monitor_node02_address: 172.16.10.108 |
| 48 | stacklight_monitor_node03_address: 172.16.10.109 |
| 49 | stacklight_telemetry_node01_address: ${_param:stacklight_monitor_node01_address} |
| 50 | stacklight_log_address: ${_param:stacklight_monitor_address} |
| 51 | openstack_gateway_address: 172.16.10.110 |
| 52 | openstack_gateway_node01_address: ${_param:openstack_gateway_address} |
| 53 | stacklight_telemetry_address: ${_param:stacklight_monitor_address} |
| 54 | |