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