Activity log for bug #1337437

Date Who What changed Old value New value Message
2014-07-03 17:06:00 Corey Bryant bug added bug
2014-07-03 17:07:47 Andres Rodriguez bug task added maas (Ubuntu)
2014-07-03 17:08:38 Andres Rodriguez maas: status New Confirmed
2014-07-03 17:08:40 Andres Rodriguez maas (Ubuntu): status New Confirmed
2014-07-03 17:08:42 Andres Rodriguez maas: importance Undecided Medium
2014-07-03 17:08:43 Andres Rodriguez maas (Ubuntu): importance Undecided Medium
2014-07-03 17:09:08 Andres Rodriguez maas: assignee Blake Rouse (blake-rouse)
2014-07-04 04:20:28 Julian Edwards maas: status Confirmed Triaged
2014-07-07 20:57:50 Blake Rouse maas: status Triaged In Progress
2014-07-08 19:55:47 Launchpad Janitor branch linked lp:~blake-rouse/maas/ubuntu-releases-simplestreams
2014-07-11 13:59:11 Ryan Beisner bug added subscriber Ryan Beisner
2014-07-18 00:46:49 Julian Edwards maas: assignee Blake Rouse (blake-rouse) Gavin Panella (allenap)
2014-07-18 14:35:57 Blake Rouse nominated for series maas/1.5
2014-07-18 14:35:57 Blake Rouse bug task added maas/1.5
2014-07-18 14:35:57 Blake Rouse nominated for series maas/1.6
2014-07-18 14:35:57 Blake Rouse bug task added maas/1.6
2014-07-18 14:36:07 Blake Rouse maas/1.5: status New Confirmed
2014-07-18 14:36:10 Blake Rouse maas/1.6: status New Confirmed
2014-07-18 14:36:13 Blake Rouse maas/1.5: importance Undecided Medium
2014-07-18 14:36:15 Blake Rouse maas/1.6: importance Undecided Medium
2014-07-18 14:36:18 Blake Rouse maas/1.5: milestone 1.5.4
2014-07-18 14:36:20 Blake Rouse maas/1.6: milestone 1.6.1
2014-07-18 15:21:28 Blake Rouse maas/1.5: status Confirmed In Progress
2014-07-18 15:21:31 Blake Rouse maas/1.5: assignee Blake Rouse (blake-rouse)
2014-07-18 15:23:22 Launchpad Janitor branch linked lp:~blake-rouse/maas/add-utopic-1.5
2014-07-18 15:45:22 Launchpad Janitor branch linked lp:~blake-rouse/maas/add-utopic-1.6
2014-07-18 15:48:26 Blake Rouse maas/1.6: status Confirmed In Progress
2014-07-18 15:48:28 Blake Rouse maas/1.6: assignee Blake Rouse (blake-rouse)
2014-07-18 16:10:00 MAAS Lander maas/1.5: status In Progress Fix Committed
2014-07-18 16:12:31 MAAS Lander maas/1.6: status In Progress Fix Committed
2014-07-21 15:11:35 Julian Edwards maas/1.6: milestone 1.6.1 1.6.0
2014-07-30 16:06:22 Julian Edwards maas/1.5: status Fix Committed Fix Released
2014-08-20 00:33:12 Julian Edwards maas/1.6: status Fix Committed Fix Released
2014-08-29 19:53:25 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/maas
2014-08-29 20:15:14 Greg Lutostanski description It looks like maas needs support added for utopic. Could you also consider implementing this so that it is configurable in a config file? It would be much better than needing a hard-coded update each release. Here's the diff showing code needed in maasserver/enum.py (thanks roaksoax): === modified file 'maasserver/enum.py' --- maasserver/enum.py 2014-07-03 16:54:15 +0000 +++ maasserver/enum.py 2014-07-03 16:56:20 +0000 @@ -100,6 +100,8 @@ saucy = 'saucy' #: trusty = 'trusty' + #: + utopic = 'utopic' DISTRO_SERIES_CHOICES = ( (DISTRO_SERIES.default, 'Default Ubuntu Release'), @@ -108,6 +110,7 @@ (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"'), + (DISTRO_SERIES.utopic, 'Ubuntu 14.10 "Utopic Unicorn"'), ) [Impact] * Remove no longer supported distro releases and add utopic to list of releases. (Will only actually be able to be installable if simplestream has utopic entries) [Testcase] * Install utopic onto a maas node [Regression Potential] * Minimal; change to new releases and add pretty strings for it It looks like maas needs support added for utopic. Could you also consider implementing this so that it is configurable in a config file? It would be much better than needing a hard-coded update each release. Here's the diff showing code needed in maasserver/enum.py (thanks roaksoax): === modified file 'maasserver/enum.py' --- maasserver/enum.py 2014-07-03 16:54:15 +0000 +++ maasserver/enum.py 2014-07-03 16:56:20 +0000 @@ -100,6 +100,8 @@      saucy = 'saucy'      #:      trusty = 'trusty' + #: + utopic = 'utopic'  DISTRO_SERIES_CHOICES = (      (DISTRO_SERIES.default, 'Default Ubuntu Release'), @@ -108,6 +110,7 @@      (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"'), + (DISTRO_SERIES.utopic, 'Ubuntu 14.10 "Utopic Unicorn"'),  )
2014-08-29 20:15:21 Greg Lutostanski summary maas needs utopic support [SRU] maas needs utopic support
2014-09-02 14:03:27 Chris J Arges nominated for series Ubuntu Trusty
2014-09-02 14:03:27 Chris J Arges bug task added maas (Ubuntu Trusty)
2014-09-02 14:08:58 Greg Lutostanski maas (Ubuntu Trusty): status New Fix Committed
2014-09-02 14:11:58 Greg Lutostanski maas (Ubuntu Trusty): importance Undecided Medium
2014-09-02 14:12:02 Greg Lutostanski maas (Ubuntu Trusty): milestone trusty-updates
2014-09-02 14:12:07 Greg Lutostanski maas (Ubuntu Trusty): assignee Greg Lutostanski (lutostag)
2014-09-02 14:16:18 Chris J Arges maas (Ubuntu): status Confirmed Fix Released
2014-09-03 14:36:00 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2014-09-03 14:36:02 Chris J Arges bug added subscriber SRU Verification
2014-09-03 14:36:05 Chris J Arges tags verification-needed
2014-09-09 18:30:31 Corey Bryant tags verification-needed verification-done
2014-09-11 10:25:37 Louis Bouchard bug added subscriber Louis Bouchard
2014-09-11 10:44:40 Nobuto Murata bug added subscriber Nobuto MURATA
2014-09-20 15:50:44 Blake Rouse maas: milestone 1.7.0
2014-09-20 15:50:47 Blake Rouse maas: assignee Gavin Panella (allenap) Blake Rouse (blake-rouse)
2014-09-20 15:50:51 Blake Rouse maas: importance Medium High
2014-09-20 15:51:33 Blake Rouse branch unlinked lp:~blake-rouse/maas/ubuntu-releases-simplestreams
2014-09-20 15:52:39 Blake Rouse branch linked lp:~blake-rouse/maas/releases-based-off-boot-images
2014-09-23 14:01:11 Launchpad Janitor branch linked lp:~maas-maintainers/maas/os-rpc-integration-branch
2014-09-23 14:18:37 MAAS Lander maas: status In Progress Fix Committed
2014-09-30 20:18:03 Launchpad Janitor maas (Ubuntu Trusty): status Fix Committed Fix Released
2014-11-19 20:34:41 Julian Edwards maas: status Fix Committed Fix Released