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 | d80a235 | 2018-11-09 15:01:20 +0200 | [diff] [blame] | 7 | maas_region_main_archive: http://mirror.mirantis.com/${_param:mcp_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: |
azvyagintsev | c48c387 | 2018-11-19 21:22:54 +0200 | [diff] [blame] | 13 | host: ${_param:single_address}:5242 |
| 14 | curtin_vars: |
| 15 | amd64: |
| 16 | xenial: |
azvyagintsev | e5a5bb5 | 2018-11-25 11:21:35 +0200 | [diff] [blame] | 17 | extra_pkgs: |
| 18 | enabled: true |
azvyagintsev | 911feea | 2018-12-11 13:51:33 +0200 | [diff] [blame] | 19 | pkgs: |
| 20 | - linux-headers-virtual-hwe-16.04 |
| 21 | - linux-image-extra-virtual-hwe-16.04 |
| 22 | - acpid |
| 23 | - apt-transport-https |
| 24 | - bridge-utils |
| 25 | - curl |
| 26 | - dbus |
| 27 | - ethtool |
| 28 | - ifenslave |
| 29 | - iptables |
| 30 | - iputils-ping |
| 31 | - lsof |
| 32 | - strace |
| 33 | - tcpdump |
| 34 | - traceroute |
| 35 | - vlan |
| 36 | - wget |
azvyagintsev | e5a5bb5 | 2018-11-25 11:21:35 +0200 | [diff] [blame] | 37 | kernel_package: |
| 38 | enabled: true |
| 39 | value: 'linux-image-virtual-hwe-16.04' |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 40 | region: |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 41 | salt_master_ip: ${_param:infra_config_deploy_address} |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 42 | theme: mirantis |
| 43 | enable_iframe: True |
| 44 | bind: |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 45 | host: ${_param:single_address} |
| 46 | admin: |
| 47 | username: ${_param:maas_admin_username} |
| 48 | password: ${_param:maas_admin_password} |
| 49 | email: email@example.com |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 50 | database: |
| 51 | engine: postgresql |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 52 | host: localhost |
Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 53 | name: maasdb |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 54 | password: ${_param:maas_db_password} |
| 55 | username: maas |
| 56 | maas_config: |
azvyagintsev | 99490e7 | 2018-06-19 20:16:48 +0300 | [diff] [blame] | 57 | main_archive: ${_param:maas_region_main_archive} |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 58 | commissioning_distro_series: xenial |
| 59 | default_distro_series: xenial |
| 60 | default_osystem: 'ubuntu' |
| 61 | default_storage_layout: lvm |
| 62 | disk_erase_with_secure_erase: true |
| 63 | dnssec_validation: 'no' |
| 64 | enable_third_party_drivers: true |
| 65 | maas_name: mas01 |
azvyagintsev | e937074 | 2017-12-04 11:16:12 +0200 | [diff] [blame] | 66 | active_discovery_interval: 600 |
Jakub Pavlik | e9ba5f4 | 2017-06-07 10:52:08 +0200 | [diff] [blame] | 67 | ntp_external_only: true |
| 68 | upstream_dns: ${_param:dns_server01} |
| 69 | enable_http_proxy: false |
azvyagintsev | 00a193a | 2018-05-14 14:32:05 +0300 | [diff] [blame] | 70 | # linux-signed-image-generic-hwe-16.04 |
| 71 | default_min_hwe_kernel: 'hwe-16.04' |