azvyagintsev | 42d8711 | 2019-01-23 16:15:12 +0200 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | default_local_mirrror_content: |
| 4 | maas_mirror_image_sections: |
| 5 | bootloaders: |
| 6 | keyring: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg |
| 7 | upstream: ${_param:linux_system_repo_url}/maas-ephemeral-v3/ |
| 8 | local_dir: /srv/http/${_param:mcp_version}/maas-ephemeral-v3/ |
| 9 | count: 1 |
| 10 | # i386 need for pxe |
| 11 | filters: ['arch~(i386|amd64)', 'os~(grub*|pxelinux*)'] |
| 12 | xenial: |
| 13 | keyring: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg |
| 14 | upstream: ${_param:linux_system_repo_url}/maas-ephemeral-v3/ |
| 15 | local_dir: /srv/http/${_param:mcp_version}/maas-ephemeral-v3/ |
| 16 | count: 1 |
| 17 | filters: ['release~(xenial)', 'arch~(amd64)', 'subarch~(generic|hwe-16*|ga-16*)'] |