Jump to: navigation, search

Difference between revisions of "Meetings/Nova"

(Agenda for next meeting)
 
Line 1: Line 1:
  
 
= Weekly Nova team meeting =
 
= Weekly Nova team meeting =
'''MEETING TIME: Thursdays alternating 14:00 UTC (#openstack-meeting-alt) and 21:00 UTC (#openstack-meeting)'''
+
 
 +
''' Regular MEETING TIME: '''Tuesdays'''  16:00 UTC (#openstack-nova on OFTC)'''
  
 
This meeting is a weekly gathering of developers working on [[Nova|OpenStack Compute (Nova)]].  We cover topics such as release planning and status, bugs, reviews, and other current topics worthy of real-time discussion.
 
This meeting is a weekly gathering of developers working on [[Nova|OpenStack Compute (Nova)]].  We cover topics such as release planning and status, bugs, reviews, and other current topics worthy of real-time discussion.
 +
 +
== Project Heartbeat ==
 +
 +
This information will be updated weekly but not mentioned in the meeting unless specifically called out on the agenda.
 +
 +
* #topic Release News
 +
** #link Nova 2024.2 Dalmatian schedule https://releases.openstack.org/dalmatian/schedule.html
 +
** #link Nova 2024.1 Caracal schedule https://releases.openstack.org/caracal/schedule.html
 +
** #link Nova 2023.2 Bobcat schedule https://releases.openstack.org/bobcat/schedule.html
 +
** #link Nova 2023.1 Antelope schedule https://releases.openstack.org/antelope/schedule.html
 +
 +
* #topic Stable branch status
 +
** #link stable/2024.1: https://review.opendev.org/q/status:open+(project:openstack/os-vif+OR+project:openstack/python-novaclient+OR+project:openstack/placement+OR+project:openstack/nova)+branch:stable/2024.1
 +
** #link stable/2023.2: https://review.opendev.org/q/status:open+(project:openstack/os-vif+OR+project:openstack/python-novaclient+OR+project:openstack/placement+OR+project:openstack/nova)+branch:stable/2023.2
 +
** #link stable/2023.1: https://review.opendev.org/q/status:open+(project:openstack/os-vif+OR+project:openstack/python-novaclient+OR+project:openstack/placement+OR+project:openstack/nova)+branch:stable/2023.1
 +
** #link zed is Unmaintained (branch:unmaintained/zed)
 +
 +
* #topic Bugs (stuck/critical)
 +
** #link bug triage how-to: https://wiki.openstack.org/wiki/Nova/BugTriage#Tags
 +
** #help need help with bug triage
 +
 +
* #topic Gate status
 +
** #link check queue gate status http://status.openstack.org/elastic-recheck/index.html
 +
** #link 3rd party CI status (not so dead) http://ciwatch.mmedvede.net/project?project=nova
 +
 +
* #topic Review status page
 +
** #link http://status.openstack.org/reviews/#nova
 +
** Count: 438 (+20); Top score: 2303 (+21) (last refresh was 09-03)
 +
** #help Pick a patch near the top, shepherd it to closure
  
 
== Agenda for next meeting ==
 
== Agenda for next meeting ==
  
Scheduled for:
+
Next meetings scheduled for:
* June 19, 2014, 21:00 UTC, #openstack-meeting (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140619T210000)
+
* May 14 2024 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2024-05-14T16:00:00)
* June 26, 2014, 14:00 UTC, #openstack-meeting-alt (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140626T140000)
+
* May 21 2024 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2024-05-21T16:00:00)
 +
* May 28 2024 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2024-05-28T16:00:00)
 +
* Jun 04 2024 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2024-0T16:00:00)
  
 +
Where you see "?" feel free to just edit the wiki and add your item.
  
 +
Here is the agenda for the next meeting:
  
Add your IRC nick to this list to be pinged at the start of the meeting: <code>mikal</code><code>tjones</code><code>cburgess</code><code>jgrimm</code><code>adrian_otto</code><code>mzoeller</code><code>funzo</code>
+
* #topic Bugs (stuck/critical)
 +
** #info [https://bugs.launchpad.net/nova/+bugs?search=Search&field.importance=Critical&field.status=New&field.status=Incomplete&field.status=Confirmed&field.status=Triaged&field.status=In+Progress No] Critical bug
 +
** #info Add yourself in the team bug roster if you want to help https://etherpad.opendev.org/p/nova-bug-triage-roster
  
* Switch nova unit tests to trusty-only?
+
* #topic Gate status
* Juno-2 is 24th July
+
** #link https://bugs.launchpad.net/nova/+bugs?field.tag=gate-failure Nova gate bugs  
** spec review day, 26th June (yesterday)
+
** #link https://etherpad.opendev.org/p/nova-ci-failures-minimal
** still set with a blueprint proposal freeze date of 2nd July for all juno blue?
+
** #link https://zuul.openstack.org/builds?project=openstack%2Fnova&project=openstack%2Fplacement&pipeline=periodic-weekly Nova&Placement periodic jobs status
** try agree priorities for juno-2 and juno-3 by July 10th?
+
** #info Please look at the gate failures and file a bug report with the gate-failure tag.
* Bugs (tjones)
+
** #info #info Please try to provide meaningful comment when you recheck
** hot bug list?
 
** spotting bug "themes"?
 
* Gate status
 
** ssh timeout bug https://bugs.launchpad.net/tempest/+bug/1298472 - current theory is that ec2 / boto is leaking network resources, there are a series of patches and people from Cloudscaling looking to improve the ec2 API code and Tempest test coverage for ec2: http://pastebin.com/raw.php?i=jHRe5n9f
 
** https://bugs.launchpad.net/nova/+bug/1334398 - top offender, seems to have cropped up since moving to Trusty with newer libvirt, are we doing snapshots incorrectly or is there a bug in libvirt?
 
** https://bugs.launchpad.net/nova/+bug/1320617 might be similar root cause as bug 1334398 given what it's testing and when it started spiking.
 
* Sub team reports
 
** Containers: what is the state of the docker driver?
 
** Ironic: how is the ironic driver going?
 
** NFV: what specs do we need to pay attention to for NFV?
 
** Scheduler: how goes the refactor BP?
 
* Open discussion
 
** question on nova-network APIs: http://lists.openstack.org/pipermail/openstack-dev/2014-June/037707.html
 
** rbd backend patches: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bug/1226351,n,z
 
** question about a patche dependent on Barbican: https://review.openstack.org/#/c/94370/
 
  
=== Sub-teams ===
+
* #topic Release Planning
 +
** #link https://releases.openstack.org/dalmatian/schedule.html
 +
** #link https://review.opendev.org/c/openstack/releases/+/918422 nova specific schedule is proposed
 +
** #info Dalmatian-1 this week
 +
** #info Spec review day is today
  
There are also some Nova subteam meetings.  See [[Nova#Active_Sub-teams:]] for details.
+
* #topic Review priorities
 +
** #link https://etherpad.opendev.org/p/nova-dalmatian-status
 +
 
 +
* #topic Stable Branches
 +
** #info all stable gates are OK (stable/2024.1, stable/2023.2, stable/2023.1) as grenade jobs are fixed and passing
 +
** #info stable nova versions released: nova 28.1.0 (2023.2 Bobcat), nova 27.3.0 (2023.1 Antelope)
 +
** #info stable branch status / gate failures tracking etherpad: https://etherpad.opendev.org/p/nova-stable-branch-ci
 +
 
 +
* #topic Sub/related team Highlights
 +
** #info No subteam left
 +
 
 +
* #topic vmwareapi 3rd-party CI efforts Highlights
 +
** #info Sync script in place. CI working through the backlog.
 +
 
 +
* #topic Open discussion
 +
** (add your nick) add your topic
 +
 
 +
== Sub-teams ==
 +
 
 +
There are also some Nova subteam meetings.  See [[Nova#Nova_subteams]] for details.
  
 
== Previous meetings ==
 
== Previous meetings ==
  
 
* [http://eavesdrop.openstack.org/meetings/nova/ All other meetings are here]
 
* [http://eavesdrop.openstack.org/meetings/nova/ All other meetings are here]
* [http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-16-21.01.html 2012-08-16]
+
 
* [http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-09-21.00.html 2012-08-09]
+
[[category: compute]]
* [http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-02-21.40.html 2012-08-02]
+
[[category: meetings]]

Latest revision as of 15:55, 14 May 2024

Weekly Nova team meeting

Regular MEETING TIME: Tuesdays 16:00 UTC (#openstack-nova on OFTC)

This meeting is a weekly gathering of developers working on OpenStack Compute (Nova). We cover topics such as release planning and status, bugs, reviews, and other current topics worthy of real-time discussion.

Project Heartbeat

This information will be updated weekly but not mentioned in the meeting unless specifically called out on the agenda.

Agenda for next meeting

Next meetings scheduled for:

Where you see "?" feel free to just edit the wiki and add your item.

Here is the agenda for the next meeting:

  • #topic Stable Branches
    • #info all stable gates are OK (stable/2024.1, stable/2023.2, stable/2023.1) as grenade jobs are fixed and passing
    • #info stable nova versions released: nova 28.1.0 (2023.2 Bobcat), nova 27.3.0 (2023.1 Antelope)
    • #info stable branch status / gate failures tracking etherpad: https://etherpad.opendev.org/p/nova-stable-branch-ci
  • #topic Sub/related team Highlights
    • #info No subteam left
  • #topic vmwareapi 3rd-party CI efforts Highlights
    • #info Sync script in place. CI working through the backlog.
  • #topic Open discussion
    • (add your nick) add your topic

Sub-teams

There are also some Nova subteam meetings. See Nova#Nova_subteams for details.

Previous meetings