Merge lp:~rvb/maas/no-trusty-rc-image-1.5 into lp:maas/1.5

Proposed by Raphaël Badin
Status: Merged
Approved by: Raphaël Badin
Approved revision: no longer in the source branch.
Merged at revision: 2260
Proposed branch: lp:~rvb/maas/no-trusty-rc-image-1.5
Merge into: lp:maas/1.5
Diff against target: 25 lines (+2/-2)
2 files modified
etc/maas/bootresources.yaml (+1/-1)
src/provisioningserver/tests/test_config.py (+1/-1)
To merge this branch: bzr merge lp:~rvb/maas/no-trusty-rc-image-1.5
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+216738@code.launchpad.net

Commit message

Do not import Trusty's 'rc' images by default.

Description of the change

This was a temporary measure while we were waiting for the 'release' images to be released. Now that they have been released, MAAS shouldn't import the 'rc' images by default.

To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) :
review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :
Download full text (18.4 KiB)

The attempt to merge lp:~rvb/maas/no-trusty-rc-image-1.5 into lp:maas/1.5 failed. Below is the output from the failed tests.

Ign http://security.ubuntu.com trusty-security InRelease
Get:1 http://security.ubuntu.com trusty-security Release.gpg [933 B]
Get:2 http://security.ubuntu.com trusty-security Release [58.5 kB]
Ign http://nova.clouds.archive.ubuntu.com trusty InRelease
Ign http://nova.clouds.archive.ubuntu.com trusty-updates InRelease
Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg
Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://nova.clouds.archive.ubuntu.com trusty Release
Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates Release [58.5 kB]
Get:5 http://security.ubuntu.com trusty-security/main Sources [972 B]
Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources
Get:6 http://security.ubuntu.com trusty-security/universe Sources [14 B]
Get:7 http://security.ubuntu.com trusty-security/main amd64 Packages [971 B]
Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources
Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages
Get:8 http://security.ubuntu.com trusty-security/universe amd64 Packages [14 B]
Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en
Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en
Hit http://security.ubuntu.com trusty-security/main Translation-en
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [3,407 B]
Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [648 B]
Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [10.1 kB]
Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [1,602 B]
Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en
Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en
Ign http://security.ubuntu.com trusty-security/main Translation-en_US
Ign http://security.ubuntu.com trusty-security/universe Translation-en_US
Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US
Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US
Ign http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en_US
Ign http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en_US
Fetched 137 kB in 0s (561 kB/s)
Reading package lists...
sudo DEBIAN_FRONTEND=noninteractive apt-get -y \
     --no-install-recommends install apache2 bind9 bind9utils build-essential bzr-builddeb curl daemontools debhelper dh-apport distro-info dnsutils firefox freeipmi-tools ipython isc-dhcp-common libjs-raphael libjs-yui3-full libjs-yui3-min libpq-dev make postgresql python-amqplib python-bzrlib python-celery python-convoy python-crochet python-cssselect python-curtin python-dev python-distro-info python-django python-django-piston python-django-south python-djorm-ext-pgarray python-docutils python-formencode python-httplib2 python-jinja2 python-jsonschem...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'etc/maas/bootresources.yaml'
2--- etc/maas/bootresources.yaml 2014-04-11 02:23:42 +0000
3+++ etc/maas/bootresources.yaml 2014-04-23 07:09:57 +0000
4@@ -58,7 +58,7 @@
5 - release: "trusty"
6 arches: ["i386", "amd64"]
7 subarches: ["generic"]
8- labels: ["release", "rc"]
9+ labels: ["release"]
10 - release: "precise"
11 arches: ["i386", "amd64"]
12 subarches: ["generic"]
13
14=== modified file 'src/provisioningserver/tests/test_config.py'
15--- src/provisioningserver/tests/test_config.py 2014-04-11 02:23:42 +0000
16+++ src/provisioningserver/tests/test_config.py 2014-04-23 07:09:57 +0000
17@@ -465,7 +465,7 @@
18 'arches': ['i386', 'amd64'],
19 'release': 'trusty',
20 'subarches': ['generic'],
21- 'labels': ['release', 'rc'],
22+ 'labels': ['release'],
23 },
24 {
25 'arches': ['i386', 'amd64'],

Subscribers

People subscribed via source and target branches

to all changes: