Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | classes: |
| 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 |
Petr Michalec | 7b4976c | 2017-10-10 12:41:42 +0200 | [diff] [blame^] | 6 | - system.openssh.server.team.all |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 7 | - system.rsyslog.client.single |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 8 | parameters: |
| 9 | _param: |
| 10 | # infra service addresses |
| 11 | infra_config_hostname: cfg01 |
| 12 | infra_config_address: 172.16.10.100 |
Olivier Bourdon | 5e34316 | 2017-09-05 07:52:15 +0200 | [diff] [blame] | 13 | infra_config_deploy_address: 192.168.10.90 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 14 | |
Martin Polreich | d8dc1ed | 2017-08-16 13:24:26 +0000 | [diff] [blame] | 15 | cluster_domain: virtual-mcp11-k8s-calico.local |
| 16 | cluster_name: virtual-mcp11-k8s-calico |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 17 | apt_mk_version: nightly |
Martin Polreich | d8dc1ed | 2017-08-16 13:24:26 +0000 | [diff] [blame] | 18 | primary_interface: ens3 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 19 | linux: |
| 20 | network: |
| 21 | host: |
| 22 | cfg01: |
| 23 | address: ${_param:infra_config_address} |
| 24 | names: |
| 25 | - ${_param:infra_config_hostname} |
| 26 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 27 | interface: |
Martin Polreich | d8dc1ed | 2017-08-16 13:24:26 +0000 | [diff] [blame] | 28 | primary_interface: |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 29 | enabled: true |
| 30 | type: eth |
Martin Polreich | d8dc1ed | 2017-08-16 13:24:26 +0000 | [diff] [blame] | 31 | proto: dhcp |
| 32 | #proto: static |
| 33 | #name: ${_param:primary_interface} |
| 34 | #address: ${_param:single_address} |
| 35 | #netmask: 255.255.255.0 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 36 | system: |
| 37 | name: ${_param:infra_config_hostname} |
| 38 | domain: ${_param:cluster_domain} |