[Bug 1337437] Re: maas needs utopic support

2014-08-29 Thread Greg Lutostanski
** Description changed: - 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. + [Impact] + * Remove no longer supported distro releases

[Bug 1337437] Re: maas needs utopic support

2014-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/maas -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about this bug go to: https://bugs.la

[Bug 1337437] Re: maas needs utopic support

2014-08-19 Thread Julian Edwards
** Changed in: maas/1.6 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about this bug go

[Bug 1337437] Re: maas needs utopic support

2014-07-30 Thread Julian Edwards
** Changed in: maas/1.5 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about this bug go

[Bug 1337437] Re: maas needs utopic support

2014-07-21 Thread Julian Edwards
** Changed in: maas/1.6 Milestone: 1.6.1 => 1.6.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about this bug go to: https://bu

[Bug 1337437] Re: maas needs utopic support

2014-07-18 Thread MaaS Lander
** Changed in: maas/1.5 Status: In Progress => Fix Committed ** Changed in: maas/1.6 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title:

[Bug 1337437] Re: maas needs utopic support

2014-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~blake-rouse/maas/add-utopic-1.6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about this bug go to: https://bu

[Bug 1337437] Re: maas needs utopic support

2014-07-18 Thread Blake Rouse
** Changed in: maas/1.6 Status: Confirmed => In Progress ** Changed in: maas/1.6 Assignee: (unassigned) => Blake Rouse (blake-rouse) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437

[Bug 1337437] Re: maas needs utopic support

2014-07-18 Thread Blake Rouse
** Changed in: maas/1.5 Status: Confirmed => In Progress ** Changed in: maas/1.5 Assignee: (unassigned) => Blake Rouse (blake-rouse) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437

[Bug 1337437] Re: maas needs utopic support

2014-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~blake-rouse/maas/add-utopic-1.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about this bug go to: https://bu

[Bug 1337437] Re: maas needs utopic support

2014-07-18 Thread Blake Rouse
I will get this fixed for 1.5 and 1.6. Each use an enum in different locations. 1.7 will include the simplestreams implementation. ** Also affects: maas/1.5 Importance: Undecided Status: New ** Also affects: maas/1.6 Importance: Undecided Status: New ** Changed in: maas/1.5

[Bug 1337437] Re: maas needs utopic support

2014-07-17 Thread Julian Edwards
I've re-assigned it to Gavin as he's working on fixing the clusters to report release info. ** Changed in: maas Assignee: Blake Rouse (blake-rouse) => Gavin Panella (allenap) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1337437] Re: maas needs utopic support

2014-07-17 Thread Patricia Gaughen
This is blocking Openstack CI for Utopic. Any ETA on when this will be resolved? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about

[Bug 1337437] Re: maas needs utopic support

2014-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~blake-rouse/maas/ubuntu-releases-simplestreams -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about this bug go

Re: [Bug 1337437] Re: maas needs utopic support

2014-07-07 Thread Julian Edwards
On 08/07/14 06:16, Blake Rouse wrote: > What is the benefit of pulling the data from simplestreams for the > available releases, when python-distro-info already contains all of the > data we need on the system? Just want to make sure I implement it > correctly. Simplestreams dictates which OS rele

[Bug 1337437] Re: maas needs utopic support

2014-07-07 Thread Blake Rouse
Makes since. Will do! ** Changed in: maas Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about

[Bug 1337437] Re: maas needs utopic support

2014-07-07 Thread Gavin Panella
python-distro-info doesn't know about MAAS. For example, it reports that Lucid is supported... but it's not by MAAS. Use it for getting the titles, that's cool, but otherwise the simplestream is the canonical reference. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1337437] Re: maas needs utopic support

2014-07-07 Thread Blake Rouse
Been looking into removing the enum from UbuntuOS. If we pull this information from simplestreams, then we would need to use the daily channel, because its the only channel that contains Utopic. get_supported_releases needs to return all available release, not just the ones boot images are present.

[Bug 1337437] Re: maas needs utopic support

2014-07-07 Thread Corey Bryant
Hi Julian, Do you think the fixes in the diff above should get me going on 1.5+bzr2252-0ubuntu1? Or is there more to the fix? I ask because it doesn't appear to be doing the trick for me, and I'd like to just hack a work-around for the time being. Here's the error that I'm getting: + juju boot

[Bug 1337437] Re: maas needs utopic support

2014-07-03 Thread Julian Edwards
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications about this bug go to: https://

[Bug 1337437] Re: maas needs utopic support

2014-07-03 Thread Julian Edwards
That diff is bogus, it won't apply to trunk as the enum was moved. Also, we should *not* be using python-distro-info please; the list of OSes and releases is driven by images imported on the clusters and thus ultimately the simplestreams data for available images. There's another bug somewhere (m

[Bug 1337437] Re: maas needs utopic support

2014-07-03 Thread Andres Rodriguez
We should not use a static file for this, that's why we have python- distro-info. We should use it to automatically figure out the supported Ubuntu releases. in 1.5.: Support for trusty should be added manually and SRU'd. In 1.6., we should switch to use python-distro-info. This additionally mea