blob: 2bf9469c38f0adc8be3dea29e6a6f062cd2e0d10 [file] [log] [blame]
Ales Komarekfebf26c2016-12-01 11:44:57 +01001classes:
2 - service.maas.region.single
Richard Felkl8d8bc532017-09-22 13:29:12 +02003 - service.maas.cluster.single
Ales Komarekfebf26c2016-12-01 11:44:57 +01004 - service.maas.region.vendor_repo
5parameters:
Jakub Pavlike9ba5f42017-06-07 10:52:08 +02006 _param:
7 maas_admin_username: mirantis
Ales Komarekfebf26c2016-12-01 11:44:57 +01008 maas:
Jakub Pavlike9ba5f42017-06-07 10:52:08 +02009 cluster:
10 enabled: true
11 role: master
12 region:
13 host: ${_param:single_address}
14 port: 5242
Ales Komarekfebf26c2016-12-01 11:44:57 +010015 region:
Jakub Pavlike9ba5f42017-06-07 10:52:08 +020016 salt_master_ip: ${_param:infra_config_deploy_address}
Ales Komarekfebf26c2016-12-01 11:44:57 +010017 theme: mirantis
18 enable_iframe: True
19 bind:
Jakub Pavlike9ba5f42017-06-07 10:52:08 +020020 host: ${_param:single_address}
21 admin:
22 username: ${_param:maas_admin_username}
23 password: ${_param:maas_admin_password}
24 email: email@example.com
Ales Komarekfebf26c2016-12-01 11:44:57 +010025 database:
26 engine: postgresql
Jakub Pavlike9ba5f42017-06-07 10:52:08 +020027 host: localhost
Ales Komarekfebf26c2016-12-01 11:44:57 +010028 name: maasdb
Jakub Pavlike9ba5f42017-06-07 10:52:08 +020029 password: ${_param:maas_db_password}
30 username: maas
31 maas_config:
32 commissioning_distro_series: xenial
33 default_distro_series: xenial
34 default_osystem: 'ubuntu'
35 default_storage_layout: lvm
36 disk_erase_with_secure_erase: true
37 dnssec_validation: 'no'
38 enable_third_party_drivers: true
39 maas_name: mas01
40 active_discovery_interval: '600'
41 ntp_external_only: true
42 upstream_dns: ${_param:dns_server01}
43 enable_http_proxy: false
44 default_min_hwe_kernel: ''