blob: b585338781a5700d9ddd1cedfa548528265ec1fb [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:
Jakub Josefd1bd88d2018-01-15 18:24:31 +01009 _jenkins:
10 tests_enabled: false
Ales Komarekc12dd412017-06-27 16:24:42 +020011 _param:
12 # infra service addresses
13 infra_config_hostname: cfg01
14 infra_config_address: 172.16.10.100
Olivier Bourdon5e343162017-09-05 07:52:15 +020015 infra_config_deploy_address: 192.168.10.90
Ales Komarekc12dd412017-06-27 16:24:42 +020016
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000017 cluster_domain: virtual-mcp11-k8s-calico.local
18 cluster_name: virtual-mcp11-k8s-calico
Ales Komarekc12dd412017-06-27 16:24:42 +020019 apt_mk_version: nightly
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000020 primary_interface: ens3
Ales Komarekc12dd412017-06-27 16:24:42 +020021 linux:
22 network:
23 host:
24 cfg01:
25 address: ${_param:infra_config_address}
26 names:
27 - ${_param:infra_config_hostname}
28 - ${_param:infra_config_hostname}.${_param:cluster_domain}
29 interface:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000030 primary_interface:
Ales Komarekc12dd412017-06-27 16:24:42 +020031 enabled: true
32 type: eth
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000033 proto: dhcp
34 #proto: static
35 #name: ${_param:primary_interface}
36 #address: ${_param:single_address}
37 #netmask: 255.255.255.0
Ales Komarekc12dd412017-06-27 16:24:42 +020038 system:
39 name: ${_param:infra_config_hostname}
40 domain: ${_param:cluster_domain}