Jump to: navigation, search

Difference between revisions of "Meetings/NeutronDB"

(Created page with "= Meetings = * Weekly on Monday at 1300 UTC * IRC channel: <code><nowiki>#openstack-meeting</nowiki></code> * Chair: HenryG (Henry Gessau) == Logs and Minutes == Meetings,...")
 
(Meetings)
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Meetings =
 
= Meetings =
  
* Weekly on Monday at 1300 UTC
+
* Meetings have ended.
 
* IRC channel: <code><nowiki>#openstack-meeting</nowiki></code>
 
* IRC channel: <code><nowiki>#openstack-meeting</nowiki></code>
 
* Chair: HenryG (Henry Gessau)
 
* Chair: HenryG (Henry Gessau)
Line 8: Line 8:
  
 
Meetings, with their notes and logs, will be found under http://eavesdrop.openstack.org/meetings/neutron_db
 
Meetings, with their notes and logs, will be found under http://eavesdrop.openstack.org/meetings/neutron_db
 +
 +
= Agenda =
 +
 +
For the Juno cycle we are concentrating on the critical task of repairing DB migrations. [Done.]
 +
 +
 +
<big>'''No Meeting 2014-09-01'''</big>
 +
 +
 +
'''2014-08-04 and later'''
 +
 +
* Status updates
 +
* Questions & open discussion.
 +
 +
 +
'''2014-07-27'''
 +
 +
* Status of unit tests for migrations
 +
* Status of various post-healing cleanup items
 +
* Questions & open discussion.
 +
 +
 +
'''2014-07-21'''
 +
 +
* Problems with migrations unit test in the gate:  https://review.openstack.org/76520
 +
* Nuage plugin wants to delete some migrations from the timeline:  https://review.openstack.org/105611
 +
* All your model are belong to us. Move all model classes to one directory.
 +
* Grenade
 +
* Planning for "Reorganize migrations after healing":  http://git.openstack.org/cgit/openstack/neutron-specs/tree/specs/juno/reorganize_migrations.rst
 +
* Questions & open discussion.
 +
 +
 +
'''2014-07-07'''
 +
 +
* Status of the code
 +
:* Foreign Key dependency error - solved?
 +
:* Global requirements update = https://review.openstack.org/101918 [merging]
 +
:* Healing migration = https://review.openstack.org/96438
 +
:* Icehouse/freeze models = https://review.openstack.org/102857
 +
:* Devstack: one name for the database = https://review.openstack.org/105059
 +
* Design questions:
 +
:* Removing auto-generation of db schema from models at startup: commit before or after healing?
 +
* Next steps? Planning of work items•
 +
* Testing plans: unit, functional, tempest, grenade, etc.
 +
* Questions & open discussion.
 +
 +
 +
'''2014-06-30'''
 +
 +
* Status of specs:
 +
:* https://review.openstack.org/95738 = Healing (approved)
 +
:* https://review.openstack.org/101963 = Reorganize migrations healing
 +
* Status of the WIP patches
 +
:* Foreign Key dependency error
 +
:* Global requirements update = https://review.openstack.org/101918
 +
:* Icehouse models = https://review.openstack.org/102857
 +
* Design questions:
 +
:* Removing auto-generation of db schema from models at startup: commit before or after healing?
 +
:* Use of oslo.db?
 +
* Next steps? Planning of work items•
 +
* Testing plans: unit, functional, tempest, grenade, etc.
 +
* Questions & open discussion.
 +
 +
 +
'''2014-06-22'''
 +
* Status of spec, https://review.openstack.org/95738
 +
* Status of the WIP patch
 +
:* Foreign Key dependency error
 +
:* Global requirements update needed
 +
* Design questions:
 +
:* Removing auto-generation of db schema from models at startup: commit before or after healing?
 +
:* Other?
 +
* Testing plans: unit, functional, tempest, grenade, etc.
 +
* Questions & open discussion.
 +
 +
== Announcements ==
 +
 +
* Etherpad from summit:  https://etherpad.openstack.org/p/neutron-db-migrations
 +
<br /><br />
 +
 +
== Bugs ==
 +
 +
All Neutron DB bugs (this query is too broad for the meeting scope):
 +
* https://bugs.launchpad.net/neutron/+bugs?field.tag=db
 +
<br />
 +
Bugs assigned to sub-team members:
 +
* HenryG: https://bugs.launchpad.net/neutron/+bugs?field.tag=db&field.assignee=gessau
 +
* akamyshnikova: https://bugs.launchpad.net/neutron/+bugs?field.tag=db&field.assignee=akamyshnikova
 +
* libosvar: https://bugs.launchpad.net/neutron/+bugs?field.tag=db&field.assignee=libosvar
 +
* others?
 +
<br /><br />
 +
 +
== Blueprints ==
 +
 +
* Healing script: https://blueprints.launchpad.net/neutron/+spec/db-migration-refactor
 +
* Other: https://blueprints.launchpad.net/neutron/+spec/neutron-robust-db-migrations
 +
<br /><br />
 +
 +
== Meeting Commands ==
 +
 +
<nowiki>/join #openstack-meeting</nowiki><br />
 +
<nowiki>#startmeeting neutron_db</nowiki><br />
 +
<nowiki>#topic Announcements</nowiki><br />
 +
<nowiki>#link https://wiki.openstack.org/wiki/Meetings/NeutronDB</nowiki><br />
 +
<br />
 +
<nowiki>#action HenryG will get something specific done this week.</nowiki><br />
 +
...<br />
 +
<br />
 +
<nowiki>#endmeeting</nowiki><br />
 +
 +
<br /><br /><br />

Latest revision as of 13:25, 22 September 2014

Meetings

  • Meetings have ended.
  • IRC channel: #openstack-meeting
  • Chair: HenryG (Henry Gessau)

Logs and Minutes

Meetings, with their notes and logs, will be found under http://eavesdrop.openstack.org/meetings/neutron_db

Agenda

For the Juno cycle we are concentrating on the critical task of repairing DB migrations. [Done.]


No Meeting 2014-09-01


2014-08-04 and later

  • Status updates
  • Questions & open discussion.


2014-07-27

  • Status of unit tests for migrations
  • Status of various post-healing cleanup items
  • Questions & open discussion.


2014-07-21


2014-07-07

  • Status of the code
  • Design questions:
  • Removing auto-generation of db schema from models at startup: commit before or after healing?
  • Next steps? Planning of work items•
  • Testing plans: unit, functional, tempest, grenade, etc.
  • Questions & open discussion.


2014-06-30

  • Status of specs:
  • Status of the WIP patches
  • Design questions:
  • Removing auto-generation of db schema from models at startup: commit before or after healing?
  • Use of oslo.db?
  • Next steps? Planning of work items•
  • Testing plans: unit, functional, tempest, grenade, etc.
  • Questions & open discussion.


2014-06-22

  • Foreign Key dependency error
  • Global requirements update needed
  • Design questions:
  • Removing auto-generation of db schema from models at startup: commit before or after healing?
  • Other?
  • Testing plans: unit, functional, tempest, grenade, etc.
  • Questions & open discussion.

Announcements



Bugs

All Neutron DB bugs (this query is too broad for the meeting scope):


Bugs assigned to sub-team members:



Blueprints



Meeting Commands

/join #openstack-meeting
#startmeeting neutron_db
#topic Announcements
#link https://wiki.openstack.org/wiki/Meetings/NeutronDB

#action HenryG will get something specific done this week.
...

#endmeeting