| classes: |
| - system.maas.region.single |
| - system.linux.system.repo.mcp.apt_mirantis.maas |
| parameters: |
| _param: |
| maas_admin_password: r00tme |
| maas_db_password: fRqC7NJrBR0x |
| maas_region_port: 5240 |
| maas_cluster_region_port: ${_param:maas_region_port} |
| maas: |
| region: |
| bind: |
| host: ${_param:deploy_address}:${_param:maas_region_port} |
| cluster: |
| region: |
| host: ${_param:deploy_address}:${_param:maas_cluster_region_port} |
| mirror: |
| enabled: true |
| image: |
| release: |
| xenial: |
| keyring: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg |
| upstream: http://images.maas.io/ephemeral-v3/daily/ |
| local_dir: /var/www/html/maas/images/ephemeral-v3/daily |
| arch: amd64 |
| count: 1 |
| postgresql: |
| server: |
| enabled: true |
| version: 9.5 |
| bind: |
| address: 127.0.0.1 |
| port: 5432 |
| protocol: tcp |
| clients: |
| - 127.0.0.1 |
| database: |
| maasdb: |
| encoding: 'UTF8' |
| users: |
| - name: 'maas' |
| password: ${_param:maas_db_password} |
| host: 'localhost' |
| createdb: true |
| rights: 'all privileges' |