[Bug 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-20 Thread Julian Edwards
Hey Dave, I think Andres can answer some of these better than I but I'll
have a stab:

 - The progress of these features so far

90% done, there's some remaining work to land for hardware enablements
which is in progress now and we hope to finish it Monday.

 - Expected landing dates of these features (will land prior to Final
Beta, 27/03/14?)

Everything will land prior to final beta, hopefully Monday but possibly
up to 2 days later.

 - Testing plan, and regression potential

Maas uses the maas-test project on a CI loop in the QA lab.  There is
minimal regression potential.

 - Fallback plan if this doesn't land as expected?

Release without the features, or incomplete features.

>In addition, can you comment on ppc64el & UEFI testing methods?

Andres will have to comment on those.

>Is there a upstream bug tracking, NIC ident & tracking?

No, it's a blueprint:
https://blueprints.launchpad.net/maas/+spec/t-cloud-maas-advanced-networking

-- 
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/1281881

Title:
  [FFe] Standing FFe for 14.04 features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281881/+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


[Bug 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-20 Thread Dave Walker
Please can the previous questions be answered?

Thanks

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

-- 
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/1281881

Title:
  [FFe] Standing FFe for 14.04 features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281881/+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


[Bug 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-17 Thread Dave Walker
Please can you provide more detail on:
 - The progress of these features so far
 - Expected landing dates of these features (will land prior to Final Beta, 
27/03/14?)
 - Testing plan, and regression potential
 - Fallback plan if this doesn't land as expected?

In addition, can you comment on ppc64el & UEFI testing methods?
Is there a upstream bug tracking, NIC ident & tracking?

Thanks

-- 
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/1281881

Title:
  [FFe] Standing FFe for 14.04 features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281881/+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


[Bug 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-13 Thread Anders
** Changed in: maas (Ubuntu)
   Status: New => Confirmed

-- 
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/1281881

Title:
  [FFe] Standing FFe for 14.04 features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281881/+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


[Bug 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-12 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
Milestone: None => ubuntu-14.04-beta-2

-- 
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/1281881

Title:
  [FFe] Standing FFe for 14.04 features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281881/+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


[Bug 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-03 Thread Andres Rodriguez
** Summary changed:

- FFE: 14.04 features
+ [FFe] Standing FFe for 14.04 features

** Description changed:

  MAAS requires the following features to land after the Feature Freeze:
-  * support for third party hardware drivers
-  * support for tracking which NICs on each node are associated with a 
particular network
+  * support for third party hardware drivers
+  * support for tracking which NICs on each node are associated with a 
particular network
+  * support for ppc64el
+  * support for UEFI
+  * Support for Other Hardware Devices.
  
  Third party hardware drivers
  
  [Description]
  This is related to bug 1281765 and forms the infrastructure to enable 
hardware enablement teams to write drivers for hardware not already supported 
in MAAS.
  
  This is essential work to prevent these teams from blocking on the core
  MAAS development team, and to make writing new drivers an order of
  magnitude quicker and easier.
  
  [Proposed Changes]
  The feature is already half implemented; bi-directional comms between 
clusters and the region controller is now established but further work is 
required to add an API layer between these comms and the driver code.
  
  The API layer will translate the various requirements that a driver
  should provide into calls to the region, and vice versa.  Additionally,
  all current code that is part of hardware enablement, such as
  architecture types and power parameter choices, will be moved into new
  driver code that will become part of each cluster controller.
  
  NIC tracking
  
  [Description]
  A feature is already landed to support network tracking on Nodes that MAAS 
manages.  This needs to be extended to track on which NIC the network is 
available.
  
  This is essential otherwise the existing work is of no use to API
  clients if they cannot know on which NIC the network is to be used.
  
  [Proposed changes]
  The database will gain a link table between MACAddress and Network, and the 
UI will change so that it lets the user link networks against MACs on the node 
rather than the node as a whole.  API calls will also change accordingly.

** Description changed:

+ [Rationale]
  MAAS requires the following features to land after the Feature Freeze:
   * support for third party hardware drivers
   * support for tracking which NICs on each node are associated with a 
particular network
-  * support for ppc64el
-  * support for UEFI
-  * Support for Other Hardware Devices.
+  * support for ppc64el
+  * support for UEFI
+  * Support for Other Hardware Devices.
+ 
+ For this reason, we are requesting an *Standing* Feature Freeze
+ Exception for MAAS' features described above. Uploads will only contain
+ the features described above as well as any bugfixes that might come out
+ of other features.
  
  Third party hardware drivers
  
  [Description]
  This is related to bug 1281765 and forms the infrastructure to enable 
hardware enablement teams to write drivers for hardware not already supported 
in MAAS.
  
  This is essential work to prevent these teams from blocking on the core
  MAAS development team, and to make writing new drivers an order of
  magnitude quicker and easier.
  
  [Proposed Changes]
  The feature is already half implemented; bi-directional comms between 
clusters and the region controller is now established but further work is 
required to add an API layer between these comms and the driver code.
  
  The API layer will translate the various requirements that a driver
  should provide into calls to the region, and vice versa.  Additionally,
  all current code that is part of hardware enablement, such as
  architecture types and power parameter choices, will be moved into new
  driver code that will become part of each cluster controller.
  
  NIC tracking
  
  [Description]
  A feature is already landed to support network tracking on Nodes that MAAS 
manages.  This needs to be extended to track on which NIC the network is 
available.
  
  This is essential otherwise the existing work is of no use to API
  clients if they cannot know on which NIC the network is to be used.
  
  [Proposed changes]
  The database will gain a link table between MACAddress and Network, and the 
UI will change so that it lets the user link networks against MACs on the node 
rather than the node as a whole.  API calls will also change accordingly.

** No longer affects: maas

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

** Description changed:

  [Rationale]
  MAAS requires the following features to land after the Feature Freeze:
   * support for third party hardware drivers
   * support for tracking which NICs on each node are associated with a 
particular network
   * support for ppc64el
   * support for UEFI
-  * Support for Other Hardware Devices.
+  * support for Other Hardware Devices.
  
  For this reason, we are requesting an *Standing* Feature Freeze
  E