Public bug reported:

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"'),
 )

** Affects: cloud-archive
     Importance: Medium
         Status: Confirmed

** Affects: maas (Ubuntu)
     Importance: Medium
         Status: Fix Released

** Affects: maas (Ubuntu Saucy)
     Importance: Medium
         Status: Confirmed

** Also affects: maas (Ubuntu Saucy)
   Importance: Undecided
       Status: New

** Also affects: cloud-archive
   Importance: Undecided
       Status: New

** Changed in: maas (Ubuntu)
       Status: New => Fix Released

** Changed in: maas (Ubuntu Saucy)
       Status: New => Confirmed

** Changed in: maas (Ubuntu Saucy)
   Importance: Undecided => Medium

** Changed in: cloud-archive
       Status: New => Confirmed

** Changed in: cloud-archive
   Importance: Undecided => Medium

** Changed in: maas (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1287772

Title:
  cannot deploy trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1287772/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to