blob: e1020283cb0ae7b3c23f17576ed7fcfc3ec1d44c [file] [log] [blame]
Artem Panchenkofce4c642017-05-22 16:59:03 +03001classes:
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
12parameters:
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
19 cluster_domain: virtual-mcp11-k8s-calico-minimal.local
20 cluster_name: virtual-mcp11-k8s-calico-minimal
21 apt_mk_version: nightly
22 linux:
23 network:
24 resolv:
25 dns:
26 - 172.18.176.4
27 - 172.18.176.7
28 host:
29 cfg01:
30 address: ${_param:infra_config_address}
31 names:
32 - ${_param:infra_config_hostname}
33 - ${_param:infra_config_hostname}.${_param:cluster_domain}
34 interface:
35 ens4:
36 enabled: true
37 type: eth
38 proto: static
39 address: ${_param:single_address}
40 netmask: 255.255.255.0
41 system:
42 name: ${_param:infra_config_hostname}
43 domain: ${_param:cluster_domain}