blob: 027faca12b229b21aab29f109a422655b7df2f24 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.single
3- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.mcp.salt
5- system.linux.system.repo.ubuntu
6- system.openssh.server.team.lab
7- system.openssh.server.team.stacklight
8- system.openssh.server.team.tcpcloud
9- system.openssh.server.team.mcp_qa
10- system.openssh.server.team.k8s_team
11- system.rsyslog.client.single
Ales Komarekc12dd412017-06-27 16:24:42 +020012parameters:
13 _param:
14 # infra service addresses
15 infra_config_hostname: cfg01
16 infra_config_address: 172.16.10.100
17 infra_config_deploy_address: 192.168.10.100
18
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000019 cluster_domain: virtual-mcp11-k8s-calico.local
20 cluster_name: virtual-mcp11-k8s-calico
Ales Komarekc12dd412017-06-27 16:24:42 +020021 apt_mk_version: nightly
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000022 primary_interface: ens3
Ales Komarekc12dd412017-06-27 16:24:42 +020023 linux:
24 network:
25 host:
26 cfg01:
27 address: ${_param:infra_config_address}
28 names:
29 - ${_param:infra_config_hostname}
30 - ${_param:infra_config_hostname}.${_param:cluster_domain}
31 interface:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000032 primary_interface:
Ales Komarekc12dd412017-06-27 16:24:42 +020033 enabled: true
34 type: eth
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000035 proto: dhcp
36 #proto: static
37 #name: ${_param:primary_interface}
38 #address: ${_param:single_address}
39 #netmask: 255.255.255.0
Ales Komarekc12dd412017-06-27 16:24:42 +020040 system:
41 name: ${_param:infra_config_hostname}
42 domain: ${_param:cluster_domain}