cannot deploy trusty

Bug #1287772 reported by Scott Moser
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu Cloud Archive
Fix Released
Medium
Unassigned
maas (Ubuntu)
Fix Released
Medium
Unassigned
Saucy
Won't Fix
Medium
Unassigned

Bug Description

Using cloud-tools archive (same is true for saucy), I tried to deploy trusty, and go tthe api error back:
{"distro_series": ["Value u'trusty' is not a valid choice."]}

We should be able to deploy trusty using a stable release "right now" (cloud tools or 13.04).

upstream commit that did that was revno 1789.1.1

=== modified file 'etc/maas/import_pxe_files'
--- etc/maas/import_pxe_files 2013-10-24 03:00:39 +0000
+++ etc/maas/import_pxe_files 2013-12-17 20:01:13 +0000
@@ -12,7 +12,7 @@
 fi

-#RELEASES="precise quantal raring saucy"
+#RELEASES="precise quantal raring saucy trusty"
 #ARCHES="amd64/generic i386/generic armhf/highbank armhf/generic"
 #LOCALE="en_US"
 #IMPORT_EPHEMERALS=1

=== modified file 'src/maasserver/enum.py'
--- src/maasserver/enum.py 2013-10-07 09:12:40 +0000
+++ src/maasserver/enum.py 2013-12-17 20:01:13 +0000
@@ -146,6 +146,8 @@
     raring = 'raring'
     #:
     saucy = 'saucy'
+ #:
+ trusty = 'trusty'

 DISTRO_SERIES_CHOICES = (
     (DISTRO_SERIES.default, 'Default Ubuntu Release'),
@@ -153,6 +155,7 @@
     (DISTRO_SERIES.quantal, 'Ubuntu 12.10 "Quantal Quetzal"'),
     (DISTRO_SERIES.raring, 'Ubuntu 13.04 "Raring Ringtail"'),
     (DISTRO_SERIES.saucy, 'Ubuntu 13.10 "Saucy Salamander"'),
+ (DISTRO_SERIES.trusty, 'Ubuntu 14.04 LTS "Trusty Tahr"'),
 )

Scott Moser (smoser)
Changed in maas (Ubuntu):
status: New → Fix Released
Changed in maas (Ubuntu Saucy):
status: New → Confirmed
importance: Undecided → Medium
Changed in cloud-archive:
status: New → Confirmed
importance: Undecided → Medium
Changed in maas (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Rolf Leggewie (r0lf) wrote :

saucy has seen the end of its life and is no longer receiving any updates. Marking the saucy task for this ticket as "Won't Fix".

Changed in maas (Ubuntu Saucy):
status: Confirmed → Won't Fix
James Page (james-page)
Changed in cloud-archive:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.