Jump to: navigation, search

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

(Backlog)
(Backlog)
Line 47: Line 47:
 
* take care of special DB fields like IPNetworkField the way Nova does, that is defining them like it's done in nova/db/sqlalchemy/types
 
* take care of special DB fields like IPNetworkField the way Nova does, that is defining them like it's done in nova/db/sqlalchemy/types
 
* handle composite keys in a general way (see https://review.openstack.org/#/c/264273)
 
* handle composite keys in a general way (see https://review.openstack.org/#/c/264273)
* handle synthetic fields in a general way
 
 
* create an hook to modify the object field before writing in the DB (see https://review.openstack.org/#/c/264273 )
 
* create an hook to modify the object field before writing in the DB (see https://review.openstack.org/#/c/264273 )
  

Revision as of 11:45, 3 February 2016

Meetings

Agenda

Backlog

  • 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;
  • (korzen) SubnetPool OVO can be taken out of Subnet OVO patch - https://review.openstack.org/#/c/264273/10/neutron/objects/subnet.py
  • (korzen) Add support for multiple primary key support in base OVO
  • for the port object we still need the following extensions: security groups. An example of porting an extension https://review.openstack.org/#/c/268274/
  • take care of special DB fields like IPNetworkField the way Nova does, that is defining them like it's done in nova/db/sqlalchemy/types
  • handle composite keys in a general way (see https://review.openstack.org/#/c/264273)
  • create an hook to modify the object field before writing in the DB (see https://review.openstack.org/#/c/264273 )

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, ...).

Bugs

Critical

High