Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.maas.region.single |
Richard Felkl | 8d8bc53 | 2017-09-22 13:29:12 +0200 | [diff] [blame] | 3 | - service.maas.cluster.single |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 4 | parameters: |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 5 | _param: |
| 6 | maas_admin_username: mirantis |
azvyagintsev | 99490e7 | 2018-06-19 20:16:48 +0300 | [diff] [blame] | 7 | maas_region_main_archive: http://mirror.mirantis.com/${_param:apt_mk_version}/ubuntu/ |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 8 | maas: |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 9 | cluster: |
| 10 | enabled: true |
| 11 | role: master |
| 12 | region: |
| 13 | host: ${_param:single_address} |
| 14 | port: 5242 |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 15 | region: |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 16 | salt_master_ip: ${_param:infra_config_deploy_address} |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 17 | theme: mirantis |
| 18 | enable_iframe: True |
| 19 | bind: |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 20 | host: ${_param:single_address} |
| 21 | admin: |
| 22 | username: ${_param:maas_admin_username} |
| 23 | password: ${_param:maas_admin_password} |
| 24 | email: email@example.com |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 25 | database: |
| 26 | engine: postgresql |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 27 | host: localhost |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 28 | name: maasdb |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 29 | password: ${_param:maas_db_password} |
| 30 | username: maas |
| 31 | maas_config: |
azvyagintsev | 99490e7 | 2018-06-19 20:16:48 +0300 | [diff] [blame] | 32 | main_archive: ${_param:maas_region_main_archive} |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 33 | commissioning_distro_series: xenial |
| 34 | default_distro_series: xenial |
| 35 | default_osystem: 'ubuntu' |
| 36 | default_storage_layout: lvm |
| 37 | disk_erase_with_secure_erase: true |
| 38 | dnssec_validation: 'no' |
| 39 | enable_third_party_drivers: true |
| 40 | maas_name: mas01 |
azvyagintsev | e937074 | 2017-12-04 11:16:12 +0200 | [diff] [blame] | 41 | active_discovery_interval: 600 |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 42 | ntp_external_only: true |
| 43 | upstream_dns: ${_param:dns_server01} |
| 44 | enable_http_proxy: false |
azvyagintsev | 00a193a | 2018-05-14 14:32:05 +0300 | [diff] [blame] | 45 | # linux-signed-image-generic-hwe-16.04 |
| 46 | default_min_hwe_kernel: 'hwe-16.04' |