blob: fe953341c88f6ef30c83bd3b192cb22e1fac009a [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
Simon Pasquiera4e38252017-04-28 11:14:29 +020010- system.rsyslog.client.single
Simon Pasquiera3a92f62017-04-28 15:19:18 +020011- system.telegraf.agent
Bartosz Kupidurae6c24812017-05-09 11:01:12 +020012- system.prometheus.collector
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020013- cluster.virtual-mcp11-k8s-calico.kubernetes
Simon Pasquiera3a92f62017-04-28 15:19:18 +020014- cluster.virtual-mcp11-k8s-calico.monitoring
Simon Pasquiera4e38252017-04-28 11:14:29 +020015- cluster.virtual-mcp11-k8s-calico.swarm
Tomáš Kukrál5f4e5742017-04-27 15:43:58 +020016- cluster.overwrite
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020017parameters:
18 _param:
19 # infra service addresses
20 infra_config_hostname: cfg01
Tomáš Kukrálf9efedf2017-04-28 12:57:37 +020021 infra_config_address: 172.16.10.100
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020022 infra_config_deploy_address: 192.168.10.100
23
24 cluster_domain: virtual-mcp11-k8s-calico.local
25 cluster_name: virtual-mcp11-k8s-calico
Simon Pasquiera3a92f62017-04-28 15:19:18 +020026 apt_mk_version: nightly
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020027 linux:
28 network:
Tomáš Kukrála32326e2017-05-02 18:49:15 +020029 resolv:
30 dns:
31 - 172.18.176.4
32 - 172.18.176.7
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020033 host:
34 cfg01:
35 address: ${_param:infra_config_address}
36 names:
37 - ${_param:infra_config_hostname}
38 - ${_param:infra_config_hostname}.${_param:cluster_domain}
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020039 interface:
40 ens4:
41 enabled: true
42 type: eth
43 proto: static
44 address: ${_param:single_address}
45 netmask: 255.255.255.0
46 system:
47 name: ${_param:infra_config_hostname}
48 domain: ${_param:cluster_domain}