Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.single |
| 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.mcp.salt #FIXME |
| 5 | - system.linux.system.repo.saltstack.xenial |
| 6 | - system.linux.system.repo.ubuntu |
Petr Michalec | 7b4976c | 2017-10-10 12:41:42 +0200 | [diff] [blame] | 7 | - system.openssh.server.team.all |
Petr Michalec | f05e3ea | 2017-08-21 17:33:16 +0200 | [diff] [blame] | 8 | - cluster.ceph-ha.ceph |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 9 | - cluster.overrides |
| 10 | parameters: |
| 11 | _param: |
| 12 | salt_version: '2016.3' |
| 13 | # infra service addresses |
| 14 | infra_config_hostname: cfg01 |
Petr Michalec | 4d36637 | 2017-09-18 13:54:53 +0200 | [diff] [blame] | 15 | infra_config_address: 172.16.10.100 |
| 16 | infra_config_deploy_address: 192.168.10.90 |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 17 | |
Petr Michalec | 0f03d6f | 2017-08-21 16:02:09 +0200 | [diff] [blame] | 18 | cluster_domain: ceph-ha.local |
Jakub Josef | a0b65a2 | 2017-09-12 13:28:18 +0200 | [diff] [blame] | 19 | cluster_name: ceph-ha |
Petr Michalec | 4d36637 | 2017-09-18 13:54:53 +0200 | [diff] [blame] | 20 | cluster_public_host: 172.16.10.254 |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 21 | apt_mk_version: nightly |
| 22 | primary_interface: ens3 |
| 23 | linux: |
| 24 | network: |
| 25 | host: |
| 26 | cfg01: |
| 27 | address: ${_param:infra_config_address} |
| 28 | names: |
| 29 | - ${_param:infra_config_hostname} |
| 30 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 31 | interface: |
| 32 | primary_interface: |
| 33 | enabled: true |
| 34 | type: eth |
| 35 | proto: dhcp |
| 36 | #proto: static |
| 37 | #name: ${_param:primary_interface} |
| 38 | #address: ${_param:single_address} |
| 39 | #netmask: 255.255.255.0 |
| 40 | system: |
| 41 | name: ${_param:infra_config_hostname} |
| 42 | domain: ${_param:cluster_domain} |