Jump to: navigation, search

Difference between revisions of "Meetings/Neutron-Upgrades-Subteam"

(Backlog)
(Agenda)
Line 25: Line 25:
 
** '''All patches tracked under 'ovo' topic:''' https://review.openstack.org/#/q/topic:ovo
 
** '''All patches tracked under 'ovo' topic:''' https://review.openstack.org/#/q/topic:ovo
 
** Ongoing work:
 
** Ongoing work:
*** (rossella_s) allowed address pairs extension ported to OVO https://review.openstack.org/#/c/268274/
 
 
*** (rossella_s) WIP Port patch https://review.openstack.org/#/c/253641/ tests are passing, more extensions need to be ported, see backlog
 
*** (rossella_s) WIP Port patch https://review.openstack.org/#/c/253641/ tests are passing, more extensions need to be ported, see backlog
*** (korzen) WIP Subnet OVO: https://review.openstack.org/#/c/264273
 
 
*** (korzen) WIP Network OVO: https://review.openstack.org/#/c/269658
 
*** (korzen) WIP Network OVO: https://review.openstack.org/#/c/269658
 
*** (slunkad) WIP Port securitygroup extension https://review.openstack.org/#/c/275664/
 
*** (slunkad) WIP Port securitygroup extension https://review.openstack.org/#/c/275664/
 
*** (electrocucaracha) WIP Flavor OVO https://review.openstack.org/#/c/306685
 
*** (electrocucaracha) WIP Flavor OVO https://review.openstack.org/#/c/306685
*** (jlibosva) Add standard attributes to OVO objects https://review.openstack.org/#/c/292829/
 
 
*** (dguitarbite) port security
 
*** (dguitarbite) port security
 
*** (ihrachysk) Usage of SubnetPool OVO https://review.openstack.org/#/c/300056/
 
*** (ihrachysk) Usage of SubnetPool OVO https://review.openstack.org/#/c/300056/
 
** Done patches:
 
** Done patches:
 +
*** (korzen) WIP Subnet OVO: https://review.openstack.org/#/c/264273
 +
*** (jlibosva) Add standard attributes to OVO objects https://review.openstack.org/#/c/292829/
 +
*** (rossella_s) allowed address pairs extension ported to OVO https://review.openstack.org/#/c/268274/
 
*** (rossella_s) handle synthetic fields in a general way: https://review.openstack.org/#/c/283711/
 
*** (rossella_s) handle synthetic fields in a general way: https://review.openstack.org/#/c/283711/
 
*** (korzen) IPv6 mode field: https://review.openstack.org/273517
 
*** (korzen) IPv6 mode field: https://review.openstack.org/273517

Revision as of 15:30, 6 June 2016

Meetings

Agenda



  • Open discussion
    • Start working on using the Neutron objects in code base

Backlog

  • complete the sec group extensions object https://review.openstack.org/284738
  • complete the port object https://review.openstack.org/253641
  • think of validating migration rules with real resources (there should be an oslo.db fixture for that);
  • investigate the list of resources we migrate in grenade, maybe add more;
  • job that runs expand from master, then leave the cloud on N-1 release and run tempest;
  • Introduce the custom SQL types in Neutron database schema

Meeting commands

/join #openstack-meeting-alt
#startmeeting neutron_upgrades
#topic Announcements
#undo topic
#link https://wiki.openstack.org/wiki/Meetings/Neutron-Upgrades-Subteam
#action ihrachys will get something specific done this week
#endmeeting

Sub-team Charter

Enhances the upgrade story for Neutron (all things upgrade: cold, rolling, alembic, grenade, ...).

Object adoption check list

At the moment, the main focus of the team is on adoption of oslo.versionedobjects library for all database interactions. This is to open the door for alembic-less data migrations in next cycles.

To adopt the library for a resource, the following should be made: