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: |
Jakub Josef | d1bd88d | 2018-01-15 18:24:31 +0100 | [diff] [blame] | 9 | _jenkins: |
| 10 | tests_enabled: false |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 11 | _param: |
| 12 | # infra service addresses |
| 13 | infra_config_hostname: cfg01 |
| 14 | infra_config_address: 172.16.10.100 |
Olivier Bourdon | 5e34316 | 2017-09-05 07:52:15 +0200 | [diff] [blame] | 15 | infra_config_deploy_address: 192.168.10.90 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 16 | |
Martin Polreich | d8dc1ed | 2017-08-16 13:24:26 +0000 | [diff] [blame] | 17 | cluster_domain: virtual-mcp11-k8s-calico.local |
| 18 | cluster_name: virtual-mcp11-k8s-calico |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 19 | apt_mk_version: nightly |
Martin Polreich | d8dc1ed | 2017-08-16 13:24:26 +0000 | [diff] [blame] | 20 | primary_interface: ens3 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 21 | linux: |
| 22 | network: |
| 23 | host: |
| 24 | cfg01: |
| 25 | address: ${_param:infra_config_address} |
| 26 | names: |
| 27 | - ${_param:infra_config_hostname} |
| 28 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 29 | interface: |
Martin Polreich | d8dc1ed | 2017-08-16 13:24:26 +0000 | [diff] [blame] | 30 | primary_interface: |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 31 | enabled: true |
| 32 | type: eth |
Martin Polreich | d8dc1ed | 2017-08-16 13:24:26 +0000 | [diff] [blame] | 33 | proto: dhcp |
| 34 | #proto: static |
| 35 | #name: ${_param:primary_interface} |
| 36 | #address: ${_param:single_address} |
| 37 | #netmask: 255.255.255.0 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 38 | system: |
| 39 | name: ${_param:infra_config_hostname} |
| 40 | domain: ${_param:cluster_domain} |