diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-14 12:33:19 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-14 12:34:21 -0500 |
commit | 7cfca76c31a05ddc4b124d9074fa13ae04929cdb (patch) | |
tree | ef0932902602612ea6fc8ea0161b85f068109ed2 /ci/maas/juniper/pod1 | |
parent | 9d8c8164eddfaa12019b26292c55c8971b170f64 (diff) |
modified maas deployment file to include the daily images.
Change-Id: I0a8d6ebd00e20e8d036858be7f2f2503752b430c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/maas/juniper/pod1')
-rwxr-xr-x | ci/maas/juniper/pod1/deployment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/maas/juniper/pod1/deployment.yaml b/ci/maas/juniper/pod1/deployment.yaml index ead7abd6..04b12293 100755 --- a/ci/maas/juniper/pod1/deployment.yaml +++ b/ci/maas/juniper/pod1/deployment.yaml @@ -27,8 +27,9 @@ demo-maas: - ppa:juju/stable boot_source: - url: http://maas.ubuntu.com/images/ephemeral-v2/releases/ + url: http://maas.ubuntu.com/images/ephemeral-v2/daily/ keyring_filename: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg + exclusive: true selections: 1: release: trusty |