blob: edbbe4deef426cee0edd87afe5a343e614016205 [file] [log] [blame]
Tatyana Leontovichf5c83932018-01-31 11:55:19 +02001classes:
azvyagintsev928d28f2018-09-26 15:58:11 +03002- system.defaults
Tatyana Leontovichf5c83932018-01-31 11:55:19 +02003- system.linux.network.dynamic_hosts
4- service.grafana.collector
5- system.heka.log_collector.single
6- system.heka.log_collector.output.telegraf
7- system.linux.system.repo_local.mcp.extra
azvyagintsev98cba952018-07-13 12:40:53 +03008- system.linux.system.repo.mcp.apt_mirantis.saltstack
9- system.linux.system.repo.mcp.apt_mirantis.ubuntu
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020010- system.linux.system.single
11- system.rsyslog.client.single
Tatyana Leontovich67abbf82018-03-23 19:11:02 +020012- system.linux.system.single.debian
Tatyana Leontovich59ce1c32018-03-29 23:59:25 +030013- system.watchdog.server
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020014- system.prometheus.collector
15- system.telegraf.agent
16- system.openssh.server.team.lab
17- system.openssh.server.team.tcpcloud
18- system.openssh.server.team.mcp_qa
Tatyana Leontovicheed679c2018-07-23 16:29:36 +030019- system.auditd.server.ciscat
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020020- cluster.virtual-offline-pike-ovs.infra
21- cluster.virtual-offline-pike-ovs.openstack
22- cluster.virtual-offline-pike-ovs.stacklight
23
24parameters:
25 _param:
26 cluster_domain: virtual-offline-pike-ovs.local
27 cluster_name: virtual-offline-pike-ovs
28 infra_config_hostname: cfg01
29 local_repos: true
azvyagintsev98cba952018-07-13 12:40:53 +030030 # new in 2018.7+
31 linux_system_repo_url: http://${_param:local_repo_url}/${_param:apt_mk_version}/
32 #
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020033 local_repo_url: mirror.mcp.mirantis.local.test
34 linux_repo_refresh_db: true
35 aptly_server_address: 10.170.0.226
36 # infra service addresses
37 infra_config_address: 172.16.10.100
38 # openstack service addresses
39 openstack_proxy_address: 172.16.10.121
40 openstack_proxy_node01_address: 172.16.10.121
41 openstack_control_address: 172.16.10.254
42 openstack_control_node01_address: 172.16.10.101
43 openstack_control_node02_address: 172.16.10.102
44 openstack_control_node03_address: 172.16.10.103
45 openstack_gateway_address: 172.16.10.110
46 openstack_database_address: ${_param:openstack_control_address}
47 openstack_message_queue_address: ${_param:openstack_control_address}
48 openstack_message_queue_node01_address: ${_param:openstack_control_node01_address}
49 openstack_message_queue_node02_address: ${_param:openstack_control_node02_address}
50 openstack_message_queue_node03_address: ${_param:openstack_control_node03_address}
51 # stacklight service addresses
52 stacklight_monitor_address: 172.16.10.253
53 stacklight_monitor_node01_address: 172.16.10.107
54 stacklight_monitor_node02_address: 172.16.10.108
55 stacklight_monitor_node03_address: 172.16.10.109
56 stacklight_telemetry_node01_address: ${_param:stacklight_monitor_node01_address}
57 stacklight_log_address: ${_param:stacklight_monitor_address}
58 openstack_gateway_address: 172.16.10.110
59 openstack_gateway_node01_address: ${_param:openstack_gateway_address}
60 stacklight_telemetry_address: ${_param:stacklight_monitor_address}
61