diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-13 12:40:38 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-13 12:42:42 -0600 |
commit | 1bb7f148a09b261ea0786cbc6a97abd9a629a36c (patch) | |
tree | d4c1761a9ac952ccd97643bdf4c03bb333e6e763 /ci/maas/intel/pod6/deployment.yaml | |
parent | b580a13a9d7bd0234ffc94f92ecedf859d50b17f (diff) |
modified to download both trusty and xenial images.
Change-Id: I9d6897b39d45f037e604d8416bb73932dd9538b5
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/maas/intel/pod6/deployment.yaml')
-rwxr-xr-x | ci/maas/intel/pod6/deployment.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ci/maas/intel/pod6/deployment.yaml b/ci/maas/intel/pod6/deployment.yaml index d94778c8..ef1d8755 100755 --- a/ci/maas/intel/pod6/deployment.yaml +++ b/ci/maas/intel/pod6/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 |