blob: 8c5b321abf8eee5e6be716f1045f41a7f6e0c277 [file] [log] [blame]
Tatyana Leontovichf5c83932018-01-31 11:55:19 +02001classes:
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
azvyagintsev98cba952018-07-13 12:40:53 +03007- system.linux.system.repo.mcp.apt_mirantis.saltstack
8- system.linux.system.repo.mcp.apt_mirantis.ubuntu
Tatyana Leontovichf5c83932018-01-31 11:55:19 +02009- system.linux.system.single
10- system.rsyslog.client.single
Tatyana Leontovich67abbf82018-03-23 19:11:02 +020011- system.linux.system.single.debian
Tatyana Leontovich59ce1c32018-03-29 23:59:25 +030012- system.watchdog.server
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020013- system.prometheus.collector
14- system.telegraf.agent
15- system.openssh.server.team.lab
16- system.openssh.server.team.tcpcloud
17- system.openssh.server.team.mcp_qa
Tatyana Leontovicheed679c2018-07-23 16:29:36 +030018- system.auditd.server.ciscat
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020019- cluster.virtual-offline-pike-ovs.infra
20- cluster.virtual-offline-pike-ovs.openstack
21- cluster.virtual-offline-pike-ovs.stacklight
22
23parameters:
24 _param:
25 cluster_domain: virtual-offline-pike-ovs.local
26 cluster_name: virtual-offline-pike-ovs
27 infra_config_hostname: cfg01
28 local_repos: true
azvyagintsev98cba952018-07-13 12:40:53 +030029 # new in 2018.7+
30 linux_system_repo_url: http://${_param:local_repo_url}/${_param:apt_mk_version}/
31 #
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020032 local_repo_url: mirror.mcp.mirantis.local.test
33 linux_repo_refresh_db: true
34 aptly_server_address: 10.170.0.226
35 # infra service addresses
36 infra_config_address: 172.16.10.100
37 # openstack service addresses
38 openstack_proxy_address: 172.16.10.121
39 openstack_proxy_node01_address: 172.16.10.121
40 openstack_control_address: 172.16.10.254
41 openstack_control_node01_address: 172.16.10.101
42 openstack_control_node02_address: 172.16.10.102
43 openstack_control_node03_address: 172.16.10.103
44 openstack_gateway_address: 172.16.10.110
45 openstack_database_address: ${_param:openstack_control_address}
46 openstack_message_queue_address: ${_param:openstack_control_address}
47 openstack_message_queue_node01_address: ${_param:openstack_control_node01_address}
48 openstack_message_queue_node02_address: ${_param:openstack_control_node02_address}
49 openstack_message_queue_node03_address: ${_param:openstack_control_node03_address}
50 # stacklight service addresses
51 stacklight_monitor_address: 172.16.10.253
52 stacklight_monitor_node01_address: 172.16.10.107
53 stacklight_monitor_node02_address: 172.16.10.108
54 stacklight_monitor_node03_address: 172.16.10.109
55 stacklight_telemetry_node01_address: ${_param:stacklight_monitor_node01_address}
56 stacklight_log_address: ${_param:stacklight_monitor_address}
57 openstack_gateway_address: 172.16.10.110
58 openstack_gateway_node01_address: ${_param:openstack_gateway_address}
59 stacklight_telemetry_address: ${_param:stacklight_monitor_address}
60