blob: d6c546ed3a934d4330e0bc11a8e7c80bad4ec7c2 [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
Petr Michalec7b4976c2017-10-10 12:41:42 +02006- system.openssh.server.team.all
Ales Komarekc12dd412017-06-27 16:24:42 +02007- system.rsyslog.client.single
Ales Komarekc12dd412017-06-27 16:24:42 +02008parameters:
9 _param:
10 # infra service addresses
11 infra_config_hostname: cfg01
12 infra_config_address: 172.16.10.100
Olivier Bourdon5e343162017-09-05 07:52:15 +020013 infra_config_deploy_address: 192.168.10.90
Ales Komarekc12dd412017-06-27 16:24:42 +020014
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000015 cluster_domain: virtual-mcp11-k8s-calico.local
16 cluster_name: virtual-mcp11-k8s-calico
Ales Komarekc12dd412017-06-27 16:24:42 +020017 apt_mk_version: nightly
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000018 primary_interface: ens3
Ales Komarekc12dd412017-06-27 16:24:42 +020019 linux:
20 network:
21 host:
22 cfg01:
23 address: ${_param:infra_config_address}
24 names:
25 - ${_param:infra_config_hostname}
26 - ${_param:infra_config_hostname}.${_param:cluster_domain}
27 interface:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000028 primary_interface:
Ales Komarekc12dd412017-06-27 16:24:42 +020029 enabled: true
30 type: eth
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000031 proto: dhcp
32 #proto: static
33 #name: ${_param:primary_interface}
34 #address: ${_param:single_address}
35 #netmask: 255.255.255.0
Ales Komarekc12dd412017-06-27 16:24:42 +020036 system:
37 name: ${_param:infra_config_hostname}
38 domain: ${_param:cluster_domain}