diff options
Diffstat (limited to 'ci/maas/intel/pod9/deployment.yaml')
-rwxr-xr-x | ci/maas/intel/pod9/deployment.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ci/maas/intel/pod9/deployment.yaml b/ci/maas/intel/pod9/deployment.yaml index 4b03abd0..78cb1629 100755 --- a/ci/maas/intel/pod9/deployment.yaml +++ b/ci/maas/intel/pod9/deployment.yaml @@ -17,6 +17,7 @@ demo-maas: arch: amd64 pool: default disk_size: 160G + release: trusty # Apt http proxy setting(s) apt_http_proxy: @@ -25,6 +26,23 @@ demo-maas: - ppa:maas/stable - ppa:juju/stable + boot_source: + url: http://maas.ubuntu.com/images/ephemeral-v2/releases/ + keyring_filename: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg + selections: + 1: + release: trusty + os: ubuntu + arches: amd64 + subarches: "*" + labels: daily + 2: + release: xenial + os: ubuntu + arches: amd64 + subarches: "*" + labels: daily + # Virsh power settings # Specifies the uri and keys to use for virsh power control of the # juju virtual machine. If the uri is omitted, the value for the |