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 |
Martin Polreich | a0addcc | 2018-06-25 11:32:52 +0200 | [diff] [blame] | 4 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
azvyagintsev | 2859f0e | 2018-06-11 17:45:47 +0300 | [diff] [blame] | 5 | - system.linux.system.repo.mcp.apt_mirantis.ubuntu |
Petr Michalec | 7b4976c | 2017-10-10 12:41:42 +0200 | [diff] [blame] | 6 | - system.openssh.server.team.all |
Petr Michalec | f05e3ea | 2017-08-21 17:33:16 +0200 | [diff] [blame] | 7 | - cluster.ceph-ha.ceph |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 8 | - cluster.overrides |
| 9 | parameters: |
| 10 | _param: |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 11 | # infra service addresses |
| 12 | infra_config_hostname: cfg01 |
Petr Michalec | 4d36637 | 2017-09-18 13:54:53 +0200 | [diff] [blame] | 13 | infra_config_address: 172.16.10.100 |
| 14 | infra_config_deploy_address: 192.168.10.90 |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 15 | |
Petr Michalec | 0f03d6f | 2017-08-21 16:02:09 +0200 | [diff] [blame] | 16 | cluster_domain: ceph-ha.local |
Jakub Josef | a0b65a2 | 2017-09-12 13:28:18 +0200 | [diff] [blame] | 17 | cluster_name: ceph-ha |
Petr Michalec | 4d36637 | 2017-09-18 13:54:53 +0200 | [diff] [blame] | 18 | cluster_public_host: 172.16.10.254 |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 19 | apt_mk_version: nightly |
| 20 | primary_interface: ens3 |
| 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: |
| 30 | primary_interface: |
| 31 | enabled: true |
| 32 | type: eth |
| 33 | proto: dhcp |
| 34 | #proto: static |
| 35 | #name: ${_param:primary_interface} |
| 36 | #address: ${_param:single_address} |
| 37 | #netmask: 255.255.255.0 |
| 38 | system: |
| 39 | name: ${_param:infra_config_hostname} |
| 40 | domain: ${_param:cluster_domain} |