blob: 864492bff5b372fc9b0ab51b10f2b1a830ac19ae [file] [log] [blame]
Ales Komarek6f7caae2017-05-17 16:30:06 +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
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
12- system.telegraf.agent
13- system.prometheus.collector
14- service.grafana.collector
Ales Komarek6f7caae2017-05-17 16:30:06 +020015parameters:
16 _param:
17 # infra service addresses
18 infra_config_hostname: cfg01
19 infra_config_address: 172.16.10.100
20 infra_config_deploy_address: 192.168.10.100
21
22 cluster_domain: virtual-mcp11-k8s-calico.local
23 cluster_name: virtual-mcp11-k8s-calico
24 apt_mk_version: nightly
25 linux:
26 network:
27 resolv:
28 dns:
29 - 172.18.176.4
Matthew Mosesohn5e60c7e2017-06-23 18:06:25 +030030 - 172.18.208.44
Ales Komarek6f7caae2017-05-17 16:30:06 +020031 host:
32 cfg01:
33 address: ${_param:infra_config_address}
34 names:
35 - ${_param:infra_config_hostname}
36 - ${_param:infra_config_hostname}.${_param:cluster_domain}
37 interface:
38 ens4:
39 enabled: true
40 type: eth
41 proto: static
42 address: ${_param:single_address}
43 netmask: 255.255.255.0
44 system:
45 name: ${_param:infra_config_hostname}
46 domain: ${_param:cluster_domain}