blob: 736117d73cc1daec96edc418460656f70643c7e9 [file] [log] [blame]
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +02001classes:
2- system.linux.system.single
Simon Pasquiera3a92f62017-04-28 15:19:18 +02003- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.mcp.salt
5- system.linux.system.repo.ubuntu
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +02006- system.openssh.server.team.lab
Simon Pasquiera4e38252017-04-28 11:14:29 +02007- system.openssh.server.team.stacklight
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +02008- system.openssh.server.team.tcpcloud
9- system.openssh.server.team.mcp_qa
Tomáš Kukrálcb78d2b2017-05-11 17:00:36 +020010- system.openssh.server.team.k8s_team
Simon Pasquiera4e38252017-04-28 11:14:29 +020011- system.rsyslog.client.single
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020012parameters:
13 _param:
14 # infra service addresses
15 infra_config_hostname: cfg01
Tomáš Kukrálf9efedf2017-04-28 12:57:37 +020016 infra_config_address: 172.16.10.100
Olivier Bourdon5e343162017-09-05 07:52:15 +020017 infra_config_deploy_address: 192.168.10.90
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020018
19 cluster_domain: virtual-mcp11-k8s-calico.local
20 cluster_name: virtual-mcp11-k8s-calico
Simon Pasquiera3a92f62017-04-28 15:19:18 +020021 apt_mk_version: nightly
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020022 linux:
23 network:
Tomáš Kukrála32326e2017-05-02 18:49:15 +020024 resolv:
25 dns:
26 - 172.18.176.4
Matthew Mosesohn5e60c7e2017-06-23 18:06:25 +030027 - 172.18.208.44
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020028 host:
29 cfg01:
30 address: ${_param:infra_config_address}
31 names:
32 - ${_param:infra_config_hostname}
33 - ${_param:infra_config_hostname}.${_param:cluster_domain}
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020034 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}