blob: da06ecd76f782df094f6358bf1f67ea0234c7b85 [file] [log] [blame]
Adam Tengler2feb6b22017-07-19 17:12:46 +02001classes:
2- system.linux.system.single
3- system.rsyslog.client.single
4- system.linux.system.haveged
5- system.linux.system.prompt
6- system.linux.system.motd.dynamic
7- system.openssh.server.team.lab
8- system.openssh.server.team.tcpcloud
9- system.openssh.server.team.mcp_qa
10- system.openssh.server.team.oss_team
11parameters:
12 _param:
13 cluster_domain: drivetrain_ha_clusters.local
14 cluster_name: drivetrain_ha_clusters
15 apt_mk_version: nightly
16 admin_email: root@localhosti
17 infra_config_hostname: cfg01
18 infra_config_address: 172.16.10.100
19 infra_config_deploy_address: 192.168.10.100
20 salt_minion_ca_host: ci01.${_param:cluster_domain}
21 salt_minion_ca_authority: salt_master_ca
Adam Tenglerdc5ef782017-08-04 10:06:58 +000022 salt_api_password: hovno12345!
23 salt_api_password_hash: "$6$sGnRlxGf$al5jMCetLP.vfI/fTl3Z0N7Za1aeiexL487jAtyRABVfT3NlwZxQGVhO7S1N8OwS/34VHYwZQA8lkXwKMN/GS1"
Adam Tengler2feb6b22017-07-19 17:12:46 +020024 linux:
25 network:
26 host:
27 cfg01:
28 address: ${_param:infra_config_address}
29 names:
30 - ${_param:infra_config_hostname}
31 - ${_param:infra_config_hostname}.${_param:cluster_domain}
32 system:
33 name: ${_param:infra_config_hostname}
34 domain: ${_param:cluster_domain}
35