blob: 6254ab0366a0a33ec1f8219b5f3b2dc2a932427d [file] [log] [blame]
Svimba6f9ffc52018-06-05 17:36:36 +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.tcpcloud
7- system.openssh.server.team.mcp_qa
8- cluster.k8s-ha-contrail-40.kubernetes
9- cluster.overrides
10
11parameters:
12 _param:
13 # infra service addresses
14 infra_config_hostname: cfg01
15 infra_config_address: 172.16.10.100
16 infra_config_deploy_address: 192.168.10.90
17
18 cluster_domain: k8s-ha-contrail-40.local
19 cluster_name: k8s-ha-contrail-40
20 apt_mk_version: nightly
21 linux:
22 network:
23 host:
24 self:
25 address: ${_param:single_address}
26 names:
27 - ${linux:system:name}
28 - ${linux:system:name}.${linux:system:domain}
29 cfg01:
30 address: ${_param:infra_config_address}
31 names:
32 - ${_param:infra_config_hostname}
33 - ${_param:infra_config_hostname}.${_param:cluster_domain}
34 system:
35 name: ${_param:infra_config_hostname}
36 domain: ${_param:cluster_domain}