blob: e19165ee47c4c7fa687a625013cfed998e199a44 [file] [log] [blame]
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +02001classes:
2- system.linux.system.single
Tatyana Leontovichc07941e2018-03-20 16:04:15 +02003- system.linux.system.single.debian
Simon Pasquiera3a92f62017-04-28 15:19:18 +02004- system.linux.system.repo.mcp.extra
5- system.linux.system.repo.mcp.salt
Tatyana Leontovichc11c1b52018-01-26 13:58:39 +02006- system.linux.system.repo.mcp.apt_mirantis.ubuntu
Petr Michalec7b4976c2017-10-10 12:41:42 +02007- system.openssh.server.team.all
Simon Pasquiera4e38252017-04-28 11:14:29 +02008- system.rsyslog.client.single
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +02009parameters:
10 _param:
11 # infra service addresses
12 infra_config_hostname: cfg01
Tomáš Kukrálf9efedf2017-04-28 12:57:37 +020013 infra_config_address: 172.16.10.100
Olivier Bourdon5e343162017-09-05 07:52:15 +020014 infra_config_deploy_address: 192.168.10.90
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020015
16 cluster_domain: virtual-mcp11-k8s-calico.local
17 cluster_name: virtual-mcp11-k8s-calico
Simon Pasquiera3a92f62017-04-28 15:19:18 +020018 apt_mk_version: nightly
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020019 linux:
20 network:
Tomáš Kukrála32326e2017-05-02 18:49:15 +020021 resolv:
22 dns:
23 - 172.18.176.4
Matthew Mosesohn5e60c7e2017-06-23 18:06:25 +030024 - 172.18.208.44
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020025 host:
26 cfg01:
27 address: ${_param:infra_config_address}
28 names:
29 - ${_param:infra_config_hostname}
30 - ${_param:infra_config_hostname}.${_param:cluster_domain}
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020031 interface:
32 ens4:
33 enabled: true
34 type: eth
35 proto: static
36 address: ${_param:single_address}
37 netmask: 255.255.255.0
38 system:
39 name: ${_param:infra_config_hostname}
40 domain: ${_param:cluster_domain}