Added all YAML Files

This patch added all the remaining YAML files.  Please note that the
meeting information on the OpenStack wiki Meetings page will like have
been updated while this patch is going through review.  So meeting
information such as agenda might not be up-to-date by the time this
patch gets merged.

The python scripts also have their copyright informations updated.

Also changed from logging.info to logging.error when conflicts are
detected.

Change-Id: I8ecf94d32f2064eac0d30fc12cfdd999b54e6497
This commit is contained in:
gspindles 2014-05-06 11:05:32 -05:00
parent 6a5ee13854
commit 7a09e31991
68 changed files with 1327 additions and 65 deletions

View File

@ -4,7 +4,7 @@ Gerrit-Powered-Agenda
This project aims to provide an easier way to manage OpenStack team meetings.
Currently, each team's meeting time and agenda are listed at:
https://wiki.openstack.org/wiki/Meetings.
https://wiki.openstack.org/wiki/Meetings
This project replaces each meeting with well-defined YAML files.
@ -188,7 +188,7 @@ will be import into Python as a dictionary.
::
agenda: |
agenda: |
* General annoucement
* Sub-teams
* Bugs

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright 2014 North Dakota State University
# Copyright 2014 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python
#
# Copyright 2014 North Dakota State University
# Copyright 2014 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2014 North Dakota State University
# Copyright 2014 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2014 North Dakota State University
# Copyright 2014 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2014 North Dakota State University
# Copyright 2014 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
@ -101,7 +101,7 @@ def check_uniqueness():
if len(change_dict[key]) > 1:
meeting_quote = ['\'' + m + '\'' for m in change_dict[key]]
meeting_str = ', '.join(meeting_quote)
logging.info('Meetings %s are in conflict.' % (meeting_str))
logging.error('Meetings %s are in conflict.' % (meeting_str))
return 1
@ -135,8 +135,8 @@ def check_conflicts():
if key in change_dict and key in origin_dict:
# and they are actually different meetings
if change_dict[key] != origin_dict[key]:
logging.info('Meetings \'%s\' and \'%s\' are in conflict.'
% (change_dict[key], origin_dict[key]))
logging.error('Meetings \'%s\' and \'%s\' are in conflict.'
% (change_dict[key], origin_dict[key]))
conflict = True
if conflict:

View File

@ -0,0 +1,21 @@
project: Barbica Meeting
schedule:
- time: '2000'
day: Monday
irc: openstack-meeting-alt
frequency: weekly
chair: jraim
description: |
The Barbican project team holds a weekly team meeting in
#openstack-meeting-alt:
* Weekly on Mondays at 2000 UTC
* The blueprints that are used as a basis for the Barbican project can be
found at https://blueprints.launchpad.net/barbican
* Notes for previous meetings can be found here.
* Chair (to contact for more information): jraim (#openstack-barbican @
Freenode)
agenda: |
* malini - update on Security Guide documentation
* alee_/atiwari - Crypto plugin changes
* arunkant - Target support in barbican policy enforcement
* jaraim - Support for debug mode start in barbican, can be merged?

View File

@ -0,0 +1,21 @@
project: Ceilometer Team Meeting
schedule:
- time: '1500'
day: Thursday
irc: openstack-meeting
frequency: weekly
- time: '2100'
day: Wednesday
irc: openstack-meeting
frequency: weekly
chair: Julien Danjoi
description: >
Everyone is welcome. The blueprints that are used as a basis for the
ceilometer project can be found at
https://blueprints.launchpad.net/ceilometer
agenda: |
* Release Status
* TC gap analysis for ceilometer (eglynn)
* Tempest integration
* Release python-ceilometerclient?
* Open Discussion

View File

@ -0,0 +1,18 @@
project: Chef Cookbook Meeting
schedule:
- time: '1600'
day: Monday
irc: openstack-chef
frequency: weekly
chair: Matt Ray
description: |
The Chef Cookbooks project team holds a weekly team meeting in
#openstack-chef:
* Google hangout is used for discussions
* Weekly on Mondays at 1600 UTC
(http://www.timeanddate.com/worldclock/fixedtime.html?iso=20130502T1600)
* Chair (to contact for more information): mattray (#openstack-chef @
Freenode)
agenda: |
* The blueprints that are used as a basis for the Chef Cookbooks can be found
at https://blueprints.launchpad.net/openstack-chef

View File

@ -0,0 +1,19 @@
project: Cinder Team Meeting
schedule:
- time: '1600'
day: Wednesday
irc: openstack-meeting
frequency: weekly
chair: John Griffith
description: >
If you're interested in Cinder or Block Storage in general for OpenStack,
we have a weekly meetings in #openstack-meeting, on Wednesdays at 16:00 UTC.
Please feel free to add items to the agenda below. NOTE: When adding topics
please include your IRC name so we know who's topic it is and how to get more
info.
agenda: |
* Cinder-specs discussion (jungleboyj)
** When is a review considered done/is there a timeout?
** What will the specs for a driver look like?
*** Quick path for adding driver functions?
*** Templates for core infrastructure versus drivers?

View File

@ -0,0 +1,16 @@
project: Climate (Reservation) Team Meeting
schedule:
- time: '1500'
day: Friday
irc: openstack-meeting
frequency: weekly
chair: Sylvain Bauza / Dina Belova
description: |
The Climate project team holds a weekly team meeting in #openstack-meeting
on Friday at 15:00 UTC.
agenda: |
* Action items from the last meeting + reviews queries
* Summit session status
* Unassigned bugs and BPs
* Climate -> Blazar renaming (approved by foundation)
* Open Discussion

View File

@ -0,0 +1,14 @@
project: Congress Team Meeting
schedule:
# Note(jmching): need to change this to biweekly in the future
- time: '1700'
day: Tuesday
irc: openstack-meeting-3
frequency: weekly
chair: Pete Balland
description: >
If you're interested in Congress, we hold public meetings weekly in
#openstack-meeting-3 on freenode, on every other Tuesday at 17:00 UTC.
We use the logs of previous meetings to record action items, and we do a
quick survey at the start of each meeting to see what is on the agenda.
agenda:

View File

@ -0,0 +1,17 @@
project: OpenStack Data Processing (Sahara) Team Meeting
schedule:
- time: '1800'
day: Thursday
irc: openstack-meeting-alt
frequency: weekly
chair: Sergey Lukjanov
description: >
The Sahara project team holds a weekly team meeting in #openstack-meeting-alt
on Thursday at 18:00 UTC.
agenda: |
* News/updates
* Actions items from the last meeting
* Icehouse release status
* When to start backward compat?
* Roadmap update / cleanup
* Open Discussion

View File

@ -0,0 +1,14 @@
project: DefCore / RefStack Development Meeting
schedule:
- time: '1700'
day: Thursday
irc: openstack-meeting-3
frequency: weekly
chair: David Lenwell
description: >
DefCore Meetings do not follow a set schedule we meet based on needs for
process deliverables and other action items. Typically, they are every 3
weeks with additional working sessions.
agenda: |
* RefStack is the development arm of the DefCore committee responsible to
collecting Tempest results and crowdsourcing the results.

View File

@ -0,0 +1,18 @@
project: Designate (DNSaaS) Meeting
schedule:
- time: '1700'
day: Wednesday
irc: openstack-meeting-alt
frequency: weekly
chair: Kiall Mac Innes
description: >
The DNSaaS team holds a weekly IRC meeting in #openstack-meeting-alt on
Wednesdays at 17:00 UTC Meeting logs are available at
http://eavesdrop.openstack.org/meetings/designate/
agenda: |
* Review action items from last week
* Specific Items
** DNSpy update
** Clarify details on
https://blueprints.launchpad.net/designate/+spec/mdns-structured-rdata
* Open Discussion

View File

@ -0,0 +1,27 @@
project: Firewall as a Service (FWaaS) Team Meeting
schedule:
- time: '1830'
day: Wednesday
irc: openstack-meeting-3
frequency: weekly
chair: Summit Naiksatam
description: >
This page tracks Neutron Firewall as a Service (FWaaS) meeting information.
The OpenStack Networking Team (Neutron) holds public meetings in
#openstack-meeting-3 on Wednesdays at 1830 UTC. Everyone is encouraged to
attend.
agenda: |
* Bugs
* Blueprint Tracking
** Tempest test
** Integration with service type framework
** FWaaS service insertion (also allows overcoming single firewall
limitation)
*** Service Objects
*** Commit/apply operation
* Vendor Blueprints
* Discussion Topics
** zones
** Adress Objects
** Counts API
* Open Discussion

View File

@ -0,0 +1,19 @@
project: Fuel Team Meeting
schedule:
- time: '1600'
day: Thursday
irc: openstack-meeting-alt
frequency: weekly
chair: vkozhukalov
description: >
Fuel is one of the leading deployment tools in Openstack ecosystem. Join
us if you are interested in Openstack deployment. This meeting is where
we talk about the Fuel project. Anyone is welcome to add items to the agenda,
or bring up their topic during the open discussion at the end of each meeting.
agenda: |
* https://etherpad.openstack.org/p/fuel-weekly-meeting-agenda
* Greetings, announcements
* Blueprints
* Bugs
* Review requests
* Open discussion

View File

@ -1,10 +1,10 @@
project: Gantt (Scheduler) Team Meeting
project: Gantt (Scheduler) Team Meeting
schedule:
- time: '1500'
day: Tuesday
irc: openstack-meeting
frequency: weekly
chair: Don Dugger
description: >
description:
agenda: |
* How will the current API work lead to actual scheduling

View File

@ -0,0 +1,14 @@
project: Glance Team Meeting
schedule:
- time: '1400'
day: Thursday
irc: openstack-meeting-alt
frequency: weekly
- time: '2000'
day: Thursday
irc: openstack-meeting-alt
frequency: weekly
chair: Mark Washenberger
description:
agenda: |
* loacted at https://etherpad.openstack.org/glance-team-meeting-agenda

View File

@ -0,0 +1,24 @@
project: Heat (Orchestration) Team Meeting
schedule:
- time: '2000'
day: Wednesday
irc: openstack-meeting
frequency: weekly
- time: '0000'
day: Thursday
irc: openstack-meeting-alt
frequency: weekly
chair: Steve Baker
description: >
The heat Orchestration project team holds a meeting in #openstack-meeting at
alternating times on Wednesday at 2000 and Thursday at 0000. Everyone is
Welcome. The blueprints that are used as a basis for the heat project can be
found at: https://blueprints.launchpad.net/heat
agenda: |
* Review action items
** Adding items to the agenda
* We need an Oslo Liaison
** therve has kindly volunteered
* Meeting times for the Juno cycle
* Design Summit sessions
** Proposals must be submitted by the end of this week

View File

@ -0,0 +1,17 @@
project: Hierarchical Multitenancy Meeting
schedule:
- time: '1600'
day: Friday
irc: openstack-meeting
frequency: weekly
chair: vishy
description: >
We have regular meetings on Friday at 1600 UTC in #openstack-meeting.
OpenStack needs to grow support for hierarchical ownership of objects. This
enables the management subsets of users and projects in a way that is much
more comfortable for private clouds. Adding this type of feature will require
work across all of the projects in OpenStack. Traditionally efforts like this
have stalled out because of the amount of collaboration required. For this
reason, the goal is to make a small cross-functional team to design and
implement this feature by producing real code.
agenda:

View File

@ -0,0 +1,13 @@
project: Horizon Team Meeting
schedule:
- time: '1600'
day: Tuesday
irc: openstack-meeting-3
frequency: weekly
chair: David Lyle
description: >
The OpenStack Horizon Team holds public meetings in #openstack-meeting-3.
Everyone is encouraged to attend.
agenda: |
* Release status
* Juno summit

View File

@ -0,0 +1,21 @@
project: I18N Team Meeting
schedule:
# Note(jmching): need to change this to biweekly in the future
- time: '0700'
day: Thursday
irc: openstack-meeting
frequency: weekly
- time: '0000'
day: Thursday
irc: openstack-meeting
frequency: weekly
chair: daisy
description: >
If you're interested in internationalisation, we hold bi-weekly public
meetings on Thursdays in #openstack-meeting, alternating between two different
times.
agenda: |
* Including the final : with strings
* Contextual-markers for better translation
* I18N related sessions in design summit
* Open Discussion

View File

@ -0,0 +1,32 @@
project: Ironic (Bare Metal) Team Meeting
schedule:
- time: '1900'
day: Monday
irc: openstack-meeting
frequency: weekly
chair: Devananda van der Veen
description: >
If you're interested in bare metal deployments with openstack, please join us.
This meeting is whre we'll talk about the Ironic project, an evolution of the
Nova Baremetal driver. Anyone is welcome to add items to the agenda below, or
bring up their topic during the open discussion at the end of each meeting.
agenda: |
* Greetings, Announcements, etc
* Sub-team status reports
** Integration Testing
*** Tempest CI status
*** TripleO CI status
** Status of Fedora on devstack with Ironic
*** IPv6 enabled boxes vs TFTP (xinet.d defaults to listening on IPv6 endpoint
only, at least on Fedora)
**** https://review.openstack.org/#/c/87594/ - DevStack patch
**** https://review.openstack.org/#/c/87208/ - TripleO patch
*** Ironic Python Agent
* Discussion Topics
** Do we really need the Chassis object? Should we replace it with tag groups?
* Open Discussion:
** How to merge large amount of tests refactoring review requests? These
include at least: 1 2 3 4 5 6 7 8 9. Nearly any change to tests break some
or all of these review requests, so it seems hard to finish and merge them
without stopping approving other changes for a while.
** Hardware discovery extension for agent. blueprint

View File

@ -1,40 +0,0 @@
project: Ironic Team Meeting
schedule:
- time: '1900'
day: Monday
irc: openstack-meeting
frequency: weekly
chair: Devananda van der Veen
description: >
If you're interested in bare metal deployments ith OpenStack, please join
us. This meeting is here we'll talk about the Ironic project, an evolution
of the Nova Baremetal driver.
agenda: |
* Greeting, roll-call and anouncements
* Regular Topics
** Blueprint status check: https://blueprints.launchpad.net/ironic
** Bug status check: https://wiki.openstack.org/wiki/BugTriage
* Call outs
** Nova Driver
*** Nova volume driver
*** Nova hostmanager
*** Refactor get_iscsi_initiator
** Functional testing with devstack
** Inteeration with TripleO
* I-3 planning
** Graduation requirements
*** Nova driver needs to land
*** We need ful CI (https://review.openstack.org/#/c/70348/)
** Feature freeze
*** What work / revies need to be prioritized
*** What can we realistically land
** Code cleanup
*** With mock vs. @mock
*** Node[property] vs node.property
* Open Discussion
* Adds max retry limit to sync_poer_state task(should e rely on driver |
health or not when preventing infinite syncs?)
https://revie.openstack.org/#/c/77420/2/ironic/conductor/manager.py
** Functional/Integration testing of vendor drivers (Tempest?)
** Driver architecture for Chassis object (Allo vendors to define behavior |
for the Chassis object like Auto node discovery etc)

View File

@ -0,0 +1,15 @@
project: Keystone Team Meeting
schedule:
- time: '1800'
day: Tuesday
irc: openstack-meeting
frequency: weekly
chair: Dolph Mathews
description: >
If you're interested in identity for OpenStack, we hold public meetings in
IRC in #openstack-meeting, on Tuesdays at 1800 UTC. Please feel free to
add items to the agenda below with your name and we'll cover them.
agenda: |
* Reminder: Design summit session proposals open until April 20th
* Oslo Liaison for Keystone:
https://list.openstack/org/pipermail/openstack-dev/2014-April/032498.html

View File

@ -0,0 +1,20 @@
project: LBaaS Meeting
schedule:
- time: '1400'
day: Thursday
irc: openstack-meeting
frequency: weekly
chair: Eugene Nikanorov
description: >
This page tracks Neutron Loadbalancer as a Service (LBaaS) meeting
information. The OpenStack Networking Team (Neutron) holds public meetings in
#openstack-meeting on Thursday at 1400 UTC. Everyone is encouraged to attend.
agenda: |
* Stephen's API proposal
** https://docs.google.com/document/d/129Da7zEk5p437_88_IKiQnNuWXzWaS_CpQVm4JBeQnc/edit#heading=h.hgpfh6kl7j7a
** The document proposes the API that covers pretty much of the features that
we've identified on the requirements page. The use cases are being
addressed also. We need to converge on general approach proposed there.
* Summit Agenda
** We have two sessions at the neutron track. It makes sense to focus on the
topics that will benefit most from face-to-face discussion.

View File

@ -0,0 +1,9 @@
project: MagnetoDB Team Daily Scrum Meeting
schedule:
- time: '1500'
day: Wednesday
irc: magnetodb
frequency: daily
chair: isviridov, setho, dukhlov, ikhudoshyn
description:
agenda:

View File

@ -0,0 +1,10 @@
project: MagnetoDB Team Meeting
schedule:
# Note(jmching): need to change this to biweekly in the future
- time: '0900'
day: Monday
irc: openstack-meeting-alt
frequency: weekly
chair: isviridov
description:
agenda:

View File

@ -0,0 +1,21 @@
project: Manila Team Meeting
schedule:
- time: '1500'
day: Thursday
irc: openstack-meeting-alt
frequency: weekly
chair: bswartz
description: >
If you're interested in management of shared filesystems for OpenStack,
we have a weekly meetings in #openstack-meeting-alt, on Thursdays at 15:00
UTC. Please feel free to add items to the agenda below. NOTE: When adding
topics, please include your IRC name so we know who's topic it is and how to
get more info.
agenda: |
* Open Items
** Manila's entities do not require setting of name before creation. Should it
be changed to required?
** Manila's share-network can be created with any value of neutron-net-id.
Should it be so, or only valid id's of neutron entities allowed?
* Development Status
* Open Discussion

View File

@ -0,0 +1,36 @@
project: Marconi (Queues) Team Meeting
schedule:
- time: '1500'
day: Tuesday
irc: openstack-meeting-alt
frequency: weekly
chair: Kurt Griffiths
description: >
The Marconi project team holds a weekly team meeting in #openstack-meeting-alt
on Tuesday at 1500 UTC.
agenda: |
* The blueprints that are used as a basis for the Marconi project can be found
at https://blueprints.launchpad.net/marconi
* Extra Stuff
** Introducing two Rackspace Summer Interns (balajiiyer)
** Proposal to change program name: voting (kgriffs)
** Support the OSSG: https://bugs.launchpad.net/marconi/+bug/1315115 (kgriffs)
** Cut a new python-marconiclient release for PyPI (kgriffs, flaper87)
** Write the Docs! (kgriffs)
** Plain keyword:
https://blueprints.launchpad.net/marconi/+spec/api-v1.1-plain-message-option
(flaper87)
* Usual Stuff
** Review actions from last time
** Review Graduation BPs/Bugs
** Updates on other blueprints
** Updates on bugs
** Open discussion (time permitting)
* Discuss Later
** Proposal to support claim delay to posted messages in v1.1 (kgriffs)
** Remove bulk delete by id, also get/delete by a single id in v1.1 or v2.0 of
the API? (kgriffs)
** Preflight Checklist for releases, including milestones (kgriffs)
** Blueprint review process (kgriffs)
** Concurrency strategy for client (flaper87)
** When people say they want polling what they often mean is... (kgriffs)

View File

@ -0,0 +1,12 @@
project: Milk Meeting
schedule:
- time: '2000'
day: Monday
irc: openstack-meeting
frequency: weekly
chair: sarob
description: >
The milk team meets weekly on Monday at 2200 UTC on #openstack-meeting.
agenda: |
* Review last week's action items
* Any other business

View File

@ -0,0 +1,15 @@
project: Mistral Meeting
schedule:
- time: '1600'
day: Monday
irc: openstack-meeting
frequency: weekly
chair: Renat Akhmerov
description: >
We have IRC meetings on #openstack-meeting weekly on Mondays at 16:00 UTC.
agenda: |
* Review action items
* Current status (quickly by team members)
* Summit preparation
* Further plans
* Open Discussion

View File

@ -0,0 +1,29 @@
project: ML2 Network Sub-team Meeting
schedule:
- time: '1600'
day: Wednesday
irc: openstack-meeting-alt
frequency: weekly
chair: Bob Kukura / Sukhdev Kapur
description: >
Weekly on Wednesdays at 1600 UTC on #openstack-meeting-alt
agenda: |
* Announcements
** Neutron design summit runs through Friday - check your travel plans
** New BP review process is up and running
* Action items from last week
** None
* Design Summit Sessions
** http://summit.openstack.org/
** Mestery is finalizing schedule, combining sessions
*** ML2 Roadmap
*** Agent
*** Hierarchical Network Topologies
** Neutron pod at summit
* Bugs
** https://bugs.launchpad.net/neutron?field.searchtext=ml2
* Spec Reviews
** https://review.openstack.org/#/q/status:open+project:openstack/neutron-specs,n,z
* Code Reviews
** https://review.openstack.org/#/q/status:open+project:openstack/neutron,n,z
* Open Discussion

View File

@ -0,0 +1,14 @@
project: Murano Meeting
schedule:
- time: '1700'
day: Tuesday
irc: openstack-meeting-alt
frequency: weekly
chair: Georgiy Okrokvertskhov
description: >
We have meetings in #openstack-meeting-alt weekly on Tuesdays at 17:00 UTC.
agenda: |
* Roll call
* Action items review
* Release status
* Open Discussion

View File

@ -0,0 +1,22 @@
project: Neutron Advanced Services Common Requirements Team Meeting
schedule:
- time: '1730'
day: Wednesday
irc: openstack-meeting-3
frequency: weekly
chair: Sumit Naiksatam
description: >
It was felt that we should have a separate meeting to discuss the topics
common to all services. Hence the OpenStack Networking Team (Neutron) holds
public meetings in ##openstack-meeting-3. Everyone is encouraged to attend.
This meeting will discuss the common requirements for FWaaS, LBaaS, VPNaaS,
L3/routers, Group Policy. The meetings are on Wednesdays at 1730 UTC.
agenda: |
* Neutron Advanced Services' Framework
* Key/certificate management using Barbican for VPN and LBaaS
* Flavors BP and PoC update
* Service insertion Proposal update
* Port Chaining Proposal
* Group Policy requirements
* Atlanta Design Summit session
* Service VM progress update

View File

@ -0,0 +1,14 @@
project: Neutron Distributed Virtual Router Meeting
schedule:
- time: '1500'
day: Wednesday
irc: openstack-meeting-alt
frequency: weekly
chair: Swaminathan Vasudevan
description: >
The Distributed Virtual Router project team holds weekly team meetings in
#openstack-meeting-alt weekly on Wednesdays at 1500UTC in
#openstack-meeting-alt channel. NOTE: The Monday meetings 22.00UTC in
#openstack-meeting channel has been suspended for now, since all sub-team
members are at different time zone.
agenda:

View File

@ -0,0 +1,21 @@
project: Neutron Group Policy Sub-team Meeting
schedule:
- time: '1730'
day: Thursday
irc: openstack-meeting-alt
frequency: weekly
chair: Sumit Naiksatam
description: >
Weekly meeting page for the Neutron Group Policy Sub-team occurring Thursdays
at 1800 UTC on #openstack-meeting-3. The group wiki page can be accessed
at https://wiki.openstack.org/wiki/Neutron/GroupPolicy
agenda: |
* GP spec gerrit review - https://review.openstack.org/#/c/89469/
* PoC Status Update
** Policy Model and code
** Policy Plugin Driver (Classical Neutron resources mapping)
** Client, CLI
** Horizon
** Heat
** Atlanta Design Summit Session
** Atlanta Conference Session

View File

@ -0,0 +1,26 @@
project: Neutron IPv6 Sub-team Meeting
schedule:
- time: '1400'
day: Tuesday
irc: openstack-meeting
frequency: weekly
chair: Sean M. Collins
description: >
The IPv6 Neutron sub-team includes members on the Neutron community who wish
to deploy Neutron in IPv6 networks, and bring feature parity between Neutron
IPv4 & IPv6. Our meetings are held weekly on Tuesdays at 1400 UTC - in
#openstack-meeting
agenda: |
* Blueprints
** All blueprints for Juno must be created as RST files in neutron-specs.
** Ipv6-provider-nets-slaac
** Neutron-ipv6-radvd-ra
** Nat64
** Multiple-ipv6-prefixes
* Code Reviews
** Instal SNAT rules for ipv4 only
** Add ipv6 support in devstack
* Bugs
* Open Discussion
** Floatingip involving ipv6 addresses to be opened
** Etherpad for design summit

View File

@ -0,0 +1,70 @@
project: Neutron L3 Sub-team Meeting
schedule:
- time: '1500'
day: Tuesday
irc: openstack-meeting-3
frequency: weekly
chair: Carl Baldwin
description: >
Meetings, with their notes and logs, will be found under
http://eavesdrop.openstack.org/meetings/neutron_l3
agenda: |
* Bugs
** https://bugs.launchpad.net/neutron/+bugs?field.tag=l3-ipam-dhcp
* Announcements
** Summit is May 12-16. Just a couple of weeks.
** In general, I encourage you to add your action items. Please feel free.
Look up meetbot for commands that you can use during the meeting. Example:
#action carl_baldwin will get something specific done this week.
* Blueprint: l3-svcs-vendor-* (pcm)
** Specifications: l3-svcs-vendor-validation, l3-svcs-vendor-client-cap,
l3-svcs-vendor-status-report
** Gerrit Topics: None
** This is a new topic for April 17th's meeting.
*** Discussed in Neutron Meeting Here
*** pcm has filed a session topic for this
* Blueprint: l3-high-availability (safchain)
** Specifications: l3-high-availability, l3-high-availability active/active
** Gerrit Topics bp/l3-high-availability
** The contact for this blueprint is Sylvain Afchain
** Reviewing HA Router Functionality
*** There are some relationships between the reviews.
*** After reading the blueprint, a good starting place for review is the Add
L3 VRRP HA base classes review. It does not have any dependencies and
adds the framework. It creates the HA management network and ports, adds
database support, etc. After that, there are two patches to be reviewed.
They are mostly independent of each other.
**** Add a new scheduler for the l3 HA
**** Introduces a keepalived manager for HA
*** Finally, the Add HA support to the l3 agent review seems to pull them all
together.
*** Introduces a conntrackd manager for HA
** Testing HA Router Functionality
*** How to test L3 HA VRRP
* Blueprint: bgp-dynamic-routing (nextone92)
** Specifications dynamic routing use cases, bgp-dynamic-routing
** Gerrit Topics None
* Blueprint: rootwrap-daemon-mode (ajo, YorikSar)
** Thierry has a design summit discussion about this. "oslo.rootwrap:
performance and other improvements." Attend it if you're interested.
** Specifications: etherpad discussion, rootwrap-daemon-mode
** Gerrit: Topics bp/rootwrap-daemon-mode
* Blueprint: neutron-ovs-dvr (Swami)
** Distributed-Virtual-Router2 meetings are still on-going.
** Specifications neutron-ovs-dvr, DVR-L2-Agent Blueprint, DVR-L3-Agent
Blueprint, decentralized-snat
** Gerrit Topics bp/neutron-ovs-dvr
* Blueprint: pluggable-ext-net (carl_baldwin)
** Specifications pluggable-ext-net
** Gerrit Topics bp/pluggable-ext-net
* Blueprint: internal-dns-resolution, external-dns-resolution (carl_baldwin)
** Specifications: internal-dns-resolution, internal-dns-resolution
** Gerrit Topics: bp/internal-dns-resolution, bp/external-dns-resolution
** Please join the etherpad for the summit discussion! See you there.
* Other possibly relevant blueprints
** Is there interest in discussing these or any other blueprints under review
or development?
** router-port-forwarding
** l3-agent-consolidation?
** (l3-router-service-type-framework)?
* Open Discussion

View File

@ -0,0 +1,30 @@
project: Neutron ServiceVM Framework Sub-team Meeting
schedule:
- time: '0500'
day: Tuesday
irc: openstack-meeting
frequency: weekly
chair: Isaku Yamahata
description: |
* ServiceVM/DeviceManager subteam
** Project page: https://wiki.openstack.org/wiki/ServiceVM
** Meeting log:
http://eavesdrop.openstack.org/meetings/neutron_servicevm/
** http://eavesdrop.openstack.org/meetings/neutron_servicevm/2014/
agenda: |
* Patch review
* Integrating code
* Admin/tenant policy/accounting/quota
* Cooperation with advanced services
https://wiki.openstack.org/wiki/Meetings/AdvancedServices
* Design summit plan
** Unconference
* Status update
* New project planning
** Project name
*** Code name: virtue, ginie, jeeve,...
*** Topic name: servicevm, hosting device,...
** Design API/model
*** Way to review: gerrit or google-doc?
*** Design strategy
* Open discussion

View File

@ -0,0 +1,224 @@
project: Neutron Team Meeting
schedule:
- time: '2100'
day: Monday
irc: openstack-meeting
frequency: weekly
chair: Mark McClain
description: >
The OpenStack Networking Team (Neutron) holds public meetings in
#openstack-meeting. Everyone is encouraged to attend.
agenda: |
* Announcements / Reminders
** A note about the neutron-specs repository
*** Instructions for Neutron BPs in Juno here:
https://wiki.openstack.org/wiki/Blueprints#Neutron
*** We already have a large number of BPS filed in gerrit:
**** https://review.openstack.org/#/q/status:open+project:openstack/neutron-specs,n,z
*** Encourage everyone to review specs
** Mid-Cycle Sprint focused on nova-network parity and core refactoring
** Converging on date and location
** Will email plans out likely next week
*** https://etherpad.openstack.org/p/neutron-juno-mid-cycle-meeting
* Bugs
** This one is back:
*** https://bugs.launchpad.net/tempest/+bug/1253896
*** Possible partial fix here, would be good to get core reviews on this ASAP
**** https://review.openstack.org/92018
** Stable branch is still having stability problems in the test runs.
** Critical Open Bugs
*** grenade-dsvm-neutron Failure in upgrade-swift - jlibosva
** This bugs are in nova that are related to neutron that would be great if we
could get neutron reviews on:
*** [1] Remove unneeded call to fetch network info on shutdown - arosen
*** [2] remove unneeded call to network_api on detach_interface - arosen
*** [3] remove unneeded call to network_api on rebuild_instance - arosen
*** [4] Optimize validate_networks to query neutron only when needed - arosen
*** [5] deallocate_for_instance should delete all neutron ports on error - arosen
*** [6] Fix port_security_enabled neutron extension - arosen
*** [7] Fix pre-created ports in neutron from being deleted by nova - arosen
* Docs (emagana)
** Network Documentation Wiki (Refactoring of the installation guide)
*** https://wiki.openstack.org/wiki/Documentation/InstallGuideChanges
** BPs associated:
*** [1] https://blueprints.launchpad.net/openstack-manuals/+spec/networking-install-guide-improvements
*** [2] https://blueprints.launchpad.net/openstack-manuals/+spec/improve-networking-cloud-admin-guide
*** [3] https://blueprints.launchpad.net/openstack-manuals/+spec/create-networking-guide
** High Priority Tickets:
*** https://bugs.launchpad.net/openstack-manuals/+bug/1296997 - Steven Weston
- WIP
*** https://bugs.launchpad.net/openstack-manuals/+bug/1260129 - Summer Long -
Release Notes
*** https://bugs.launchpad.net/openstack-manuals/+bug/1273412 - Edgar Magana -
In Review
** Medium Priority Tickets:
*** https://bugs.launchpad.net/openstack-manuals/+bug/1026745 - Edgar Magana -
WIP Based on Mate Lakat Blog
*** https://bugs.launchpad.net/openstack-manuals/+bug/1112866 - Edgar Magana -
WIP
*** https://bugs.launchpad.net/openstack-manuals/+bug/1283930 - Nachi Ueno -
WIP
*** https://bugs.launchpad.net/openstack-manuals/+bug/1226279 - Diane F. -
Closing
*** https://bugs.launchpad.net/openstack-manuals/+bug/1293897 - Unassigned
*** https://bugs.launchpad.net/openstack-manuals/+bug/1295451 - Nachi Ueno
*** https://bugs.launchpad.net/openstack-manuals/+bug/1307133 - Edgar Magana -
WIP
*** HA Neutron - Proposal
**** http://lists.openstack.org/pipermail/openstack-docs/2014-January/003689.html
*** Current list of bugs against neutron docs:
https://bugs.launchpad.net/openstack-manuals/+bugs?field.tag=neutron
* Juno Design Summit (mestery)
** Summit is now scheduled
*** http://junodesignsummit.sched.org/overview/type/neutron
*** If you have conflicts, please unicast mestery at this point
** Please also add your etherpad before the summit
*** https://wiki.openstack.org/wiki/Summit/Juno/Etherpads#Neutron
* Nova Parity (markmcclain)
** (updated April 14, 2014) - no parity specific updates this week.
* Neutron Tempest (mlavalle)
** Full Tempest Test Update (salv-orlando)
*** ML Thread for Full Tempest
*** Latest analysis of the failures
** Juno design summit
*** QA / Tempest etherpad
https://etherpad.openstack.org/p/TempestAndNeutronJuno was created and
added to https://wiki.openstack.org/wiki/Summit/Juno/Etherpads#Neutron.
Four areas of work proposed for Juno cycle:
**** Special focus on increase the number and coverage of scenario tests
**** Conclude gaps that might have been left in api tests during Icehouse
**** Support nova parity sub-project if needed
**** Support other Neutron sub-projects if needed
*** Message sent to the ML pointing to the etherpad asking for input on the
four areas of work proposed
** API tests pending to merge
*** https://review.openstack.org/#/c/67312 Edgar Magana (Add test for subnet
gateway IPv4 and IPv6)
*** https://review.openstack.org/#/c/63723 Ann Kamyshnikova (Verify more
information in floating ip tests)
*** https://review.openstack.org/#/c/60008 Evgeny Fedoruk (Extending quota
support for neutron LBaaS entities)
*** https://review.openstack.org/#/c/66454 Sylvain Afchain (Improve the extra
routes test on router)
*** https://review.openstack.org/#/c/83627 Miguel Lavalle (VPNaaS API Tests
Enhancements)
*** https://review.openstack.org/#/c/66259 Miguel Lavalle (Neutron Allowed
Address Pair API test)
** API tests abandoned (as of 5/5)
*** https://review.openstack.org/#/c/79864 (Test for neutron api with provider
extension). This patchset will be restored by mlavalle
** List of api tests merged during Icehouse:
*** Patchsets merged beween 4/22 and 4/28
**** https://review.openstack.org/#/c/66541 Ann Kamyshnikova (Verify more
information for member in lbaas api tests)
**** https://review.openstack.org/#/c/67547 Dane LeBlanc (Add network API test
to create/update a port with 2 IP addresses)
*** Patchsets merged between 4/8 and 4/14
**** https://review.openstack.org/#/c/65943 Ann Kamyshnikova (Verify more
information for pools in lbaas tests)
*** Patchsets merged between 4/1 and 4/7
**** https://review.openstack.org/#/c/78857/ MH Raies (Network fwaas API test)
*** Patchsets merged between 3/25 and 3/31
**** https://review.openstack.org/#/c/68597 Nayna Patel (Adds "add_dhcp_agent"
to test_dhcp_agent_scheduler)
*** Patchsets merged between 3/18 and 3/24
**** https://review.openstack.org/#/c/71251 Ann Kamyshnikova (Verify more
information in floating ip tests)
**** https://review.openstack.org/#/c/66796 Elena Ezhova (Add api tests for
load balancer's VIPs and health monitors)
**** https://review.openstack.org/#/c/66921 Sukhdev Kapur (Networks,Ports:
delete with subnet, port with no IP)
**** https://review.openstack.org/#/c/63999 Ann Kamyshnikova (Add tests for
external network extension)
*** Patchsets merged between 3/11 and 3/17
**** https://review.openstack.org/#/c/61118 Ann Kamyshnikova (Verify more
information in API tests for LBaaS)
**** https://review.openstack.org/#/c/68626 Nanya Patel (Adds L3 agent test
case to test_l3_agent_schedule)
**** https://review.openstack.org/#/c/64271 Elena Ezhova (Add tests for
binding extended attributes for ports)
*** Patchsets merged between 3/3 and 3/10
**** https://review.openstack.org/#/c/69561 Nanya Patel (Test to update
neutron security group)
**** https://review.openstack.org/#/c/64130 Ann Kamyshnikova (Add namespaces
to xml in Network client)
*** Patchsets merged between 2/25 and 3/2
**** https://review.openstack.org/#/c/74744 Jun Xie (test create router
setting tenant_id)
**** https://review.openstack.org/#/c/73789 Dong Liu (test more attributes for
routers operation)
**** https://review.openstack.org/#/c/69829 Nanya Patel (json and xml client
refactoring for security group operations)
*** Patchsets merged between 2/17 and 2/24
*** https://review.openstack.org/#/c/67210 Henry Gessau (Network API
framework: default to ipv4, add ipv6 tests)
*** https://review.openstack.org/#/c/65120 Miguel Lavalle (lbaas agent
scheduler)
*** https://review.openstack.org/#/c/67741 Miguel Lavalle (Neutron Extra DHCP
Options API test)
*** https://review.openstack.org/#/c/66143 Emilien Macchi (api metering labels
and rules)
* API (salv-orlando)
** No report
* L3 (carl_baldwin)
** See Meetings/Neutron-L3-Subteam for detail.
** Team meeting on Thursdays at 1500 UTC.
** Active Projects
*** neutron-ovs-dvr (meeting page)
**** Preparing for design summit discussion
***** etherpad
**** Specification and WIP code: bp/neutron-ovs-dvr gerrit topic
*** l3-svcs-vendor-*
**** Preparing for design summit discussion.
***** etherpad.
*** bgp-dynamic-routing
**** Preparing for design summit discussion.
***** No etherpad created yet
*** rootwrap-daemon-mode
**** Preparing for design summit discussion.
***** Topic is under Oslo track and will move under Oslo permanently.
*** pluggable-ext-net
**** Preparing for design summit discussion.
***** etherpad
*** Multiple subnets on external networks (carl_baldwin).
**** This works with this patch.
**** This is an alternative to Multiple floating IP pools in the admin guide.
*** DNS (carl_baldwin)
**** internal-dns-resolution, external-dns-resolution
**** Design summit discussion did not make the cut. Would like to have an
informal discussion at summit: etherpad
*** l3-high-availability
**** Patches are in review on bp/l3-high-availability gerrit topic.
* Advanced Services (sumitnaiksatam)
** High level plan for an advanced services common framework has been
submitted for review: https://review.openstack.org/#/c/92200
** Individual components identified in the above spec are being worked on independently.
** Wiki (including weekly IRC meetings):
https://wiki.openstack.org/wiki/Neutron/AdvancedServices
* IPv6 (sc68cal)
** Weekly Meetings/Neutron-IPv6-Subteam meeting
** Atlanta Summit
*** Etherpad for IPv6 Design Summit Session
**** https://etherpad.openstack.org/p/neutron-ipv6-atlanta-summit
** Blueprints
*** Add ipv6-provider-nets-slaac
*** Add IPv6 RA support in neutron
*** Other blueprints need to be submitted to neutron-specs - some have only
been registered in LP.
* ML2 (rkukura/Sukhdev)
** Weekly Meetings/ML2 are held, please attend if interested!
** Working towards Juno Summit Sessions
*** Etherpad created for ML2 sub-team to share ideas:
https://etherpad.openstack.org/p/juno_ml2_session_ideas
*** Please add ML2 ideas here for the team to discuss Wednesday!
** OVS TypeDriver refactoring
*** asomya working to get WIP patch out, discussion around this Wednesday
** OVS Firewall Driver
*** asadoughi rebasing his patches, discussion around this Wednesday
* Group Policy (SumitNaiksatam)
** Weekly meeting here:
https://wiki.openstack.org/wiki/Meetings/Neutron_Group_Policy
** Proof of Concept work in progress
** Blueprint spec: https://review.openstack.org/#/c/89469
** Talking through how services work in the GBP model
* Open Discussion

View File

@ -1,4 +1,4 @@
project: Nova Bug Scrub Meeting
project: Nova Bug Scrub Meeting
schedule:
- time: '1630'
day: Wednesday
@ -6,7 +6,7 @@ schedule:
frequency: weekly
chair: Tracy Jones
description: >
This is a weekly meeting review Nova Bugs. The initial focus will be on
This is a weekly meeting review Nova Bugs. The initial focus will be on
triaging bugs in the New state and ensuring that critical bugs are making
progress. Once the new queue is under control we will switch our focus to
reviewing incomplete bugs, removing assignees from stale bugs so others
@ -15,5 +15,5 @@ description: >
agenda: |
* Tag untagged
* Triage New
* Revie Critical
* Review Critical
* Open Discussion

View File

@ -1,4 +1,4 @@
project: Nova Hyper-V Team Meeting
project: Nova Hyper-V Team Meeting
schedule:
- time: '1600'
day: Tuesday

View File

@ -0,0 +1,13 @@
project: Open Stack Community Team Meeting
schedule:
- time: '2300'
day: Wednesday
irc: openstack-meeting
frequency: weekly
chair: Stefano Maffulli
description: >
The Community team meets weekly on Wednesday at 2300 UTC on
#openstack-meeting.
agenda: |
* Review action items from last meeting
* Community Office hours: talk to the community managers, ask questions freely

View File

@ -1,4 +1,4 @@
project: OpenStack Project & Release Status Meeting
project: OpenStack Project and Release Status Meeting
schedule:
- time: '2100'
day: Tuesday
@ -10,7 +10,8 @@ description: >
meeting in #openstack-meetings, Tuesdays at 2100 UTC. Everyone is
encouraged to attend.
agenda: |
* Current RC status
* (add topics here)
* Incubated Projects
* Open Discussion
* Design Summit schedule finalization
** Last-minute changes
** Scheduling conflicts we need to solve
* Other questions about the design summit
* Open discussion

View File

@ -0,0 +1,11 @@
project: OpenStack Security Group (OSSG) Meeting
schedule:
- time: '1800'
day: Thursday
irc: openstack-meeting
frequency: weekly
chair: Bryane Payne
description: >
The OpenStack Security Group will begin holding public meetings in
#openstack-meeting on 24 Jan 2013. Everyone is encouraged to attend.
agenda:

View File

@ -0,0 +1,19 @@
project: Oslo Team Meeting
schedule:
- time: '1400'
day: Friday
irc: openstack-meeting
frequency: weekly
chair: Doug Hellmann
description: >
Oslo will hold IRC meetings on demand at the time scheduled below.
If there's an Oslo topic you think warrants a project meeting, please add it
to the agenda section below and notify the openstack-dev@lists.openstack.org
mailing list. Please give everyone at least 24 hours notice.
agenda: |
* Review action items from previous meeting
* Red flags from liaisons
* oslo.messaging adoption status
* Review status for graduating libs
** oslo.db
** oslo.i18n

View File

@ -0,0 +1,13 @@
project: PCI Passthrough Meeting
schedule:
- time: '1300'
day: Wednesday
irc: openstack-meeting-alt
frequency: weekly
chair: Robert Li
description: >
Next meeting will be on Wed May 7th at 1300 UTC on #openstack-meeting-alt
agenda: |
* PCI SR-IOV Networking use case
* Refer to
https://docs.google.com/document/d/1zgMaXqrCnad01-jQH7Mkmf6amlghw9RMScGLBrKslmw/edit

View File

@ -0,0 +1,12 @@
project: PHP SDK Team Meeting
schedule:
- time: '1530'
day: Wednesday
irc: openstack-meeting-3
frequency: weekly
chair: Marr Farina
description: |
* Meeting Time: Every Wednesday at 15:30 UTC in #openstack-meeting-3
* Next Meeting: April 9 2014
agenda: |
* Intro to the PHP SDK if there is anyone new? (mfer)

View File

@ -0,0 +1,17 @@
project: Project Infrastructure Team Meeting
schedule:
- time: '1900'
day: Tuesday
irc: openstack-meeting
frequency: weekly
chair: James E. Blair
description: >
The OpenStack Project Infrastructure Team holds public weekly team meetings
in openstack-meeting, Tuesdays at 1900 UTC. Everyone interested in
infrastructure and process surrounding automated testing and deployment
is encouraged to attend. Please feel free to add agenda items (and your IRC
nick in parenthesis).
agenda: |
* Actions from last meeting
* manage-projects status (mordred)
* Open discussion

View File

@ -0,0 +1,13 @@
project: Python-openstacksdk Meeting
schedule:
- time: '1900'
day: Tuesday
irc: openstack-meeting-3
frequency: weekly
chair: jnoller
description: >
This is a proposed OpenStack project that is designed to improve the
experience of OpenStack end-users by consolidating the various
OpenStack python-* client back-ends and common code into a unified,
well designed and user focused SDK ("Software Development Toolkit").
agenda:

View File

@ -0,0 +1,34 @@
project: QA Team Meeting
schedule:
# Note(jmching): need to change this to biweekly in the future
- time: '1700'
day: Thursday
irc: openstack-meeting
frequency: weekly
- time: '2200'
day: Thursday
irc: openstack-meeting
frequency: weekly
chair: Matt Treinish
description: |
* The OpenStack QA Team holds public weekly meetings in #openstack-meeting,
Thursday alternating every week between 17:00 UTC and 22:00 UTC.
* Everyone interested in testing, quality assurance, performance engineering,
etc, should attend!
* The meeting minutes of can be found here: meeting minutes on everdrop
* Rules for adding to the agenda:
** Anyone is free to add to proposed agenda, please do so by 1 hr before the
meeting
** If you add an item to the agenda, please include your ircnick (i.e. sdague)
to the end of your item, so we know who did, and who should lead the
discussion
agenda: |
* Reminder about summit etherpads
** https://wiki.openstack.org/wiki/Summit/Juno/Etherpads#QA
* Specs Review
* Blueprints
** Status updates
* Neutron testing
* Heat testing
* Bugs
* Critical Reviews

View File

@ -0,0 +1,16 @@
project: Rally Team Meeting
schedule:
# Note(jmching): need to change this to biweekly in the future
- time: '1700'
day: Tuesday
irc: openstack-meeting
frequency: weekly
chair: Boris Pavlovic
description: >
The Rally project team holds a be-weekly (starting from Oct 29st) team
meeting in #openstack-meeting: Weekly on Tuesdays at 1700 UTC
agenda: |
* Discuss current Rally status
* Road map
* Answer on all questions
* Open Discussion

View File

@ -0,0 +1,22 @@
project: Satori Team Meeting
schedule:
- time: '1500'
day: Monday
irc: openstack-meeting-alt
frequency: weekly
chair: Ziad_Sawalha
description: >
The charter for the project is focused narrowly on discovering pre-existing
infrastructure and installed or running software. For example, given a URL
and some credentials, discover which server(s) the URL is hosted on, the
topology of the infrastructure and what software is running on each server,
as well as, pertinent settings for commonly encountered software like
apache, varnish, and mysql.
agenda: |
* Review action items from previous meeting
* Discuss upated Satori Schema proposal
* Discuss SSH output bug
* Discuss Share SSH connection for less noise traffic
* Discuss Allow custom template
* Discuss Allow local plugins instead of built-in '--system-info'
* Discuss Create 'ip_info' and 'netloc_info'

View File

@ -0,0 +1,20 @@
project: Solum Team Meeting
schedule:
- time: '1600'
day: Tuesday
irc: openstack-meeting-alt
frequency: weekly
chair: Adrian Otto
description: >
If you're interested in Solum, we hold public meetings weekly in
#openstack-meeting-alt on freenode. Because the Solum team is globally
distributed, we use different meeting times on alternating weeks to allow
for attendance from those on the opposite side of the globe.
agenda: |
* Roll Call
* Announcements
* Review Action Items
** [none]
* Review Tasks
** https://launchpad.net/solum/+milestone/2014.1.2
* Open Discussion

View File

@ -0,0 +1,17 @@
project: Stackalytics Team Meeting
schedule:
# Note(jmching): need to change this to biweekly in the future
- time: '1500'
day: Monday
irc: openstack-meeting
frequency: weekly
chair: Ilya Shakhat
description: >
The Stackalytics project team holds a be-weekly (starting from Oct 21st)
team meeting in #openstack-meeting on Mondays at 1500 UTC.
agenda: |
* Roadmap for 0.4 release
* New metrics vs drill-down reports
* Opened blueprints
* Marketing reports vs development metrics
* General Discussion

View File

@ -0,0 +1,21 @@
project: State Management Team Meeting
schedule:
- time: '1900'
day: Thursday
irc: openstack-meeting
frequency: weekly
chair: Harlowja
description: >
To provide nova, heat, reddwarf and other openstack projects (in incubation
or core) a more structured state management library, routines, and code
patterns to incrementally move toward a programming model which hopefully can
be easier to ['audit', 'automate', 'extend', 'resume', 'revert', 'review',
'schedule', 'understand', '...'].
agenda: |
* Discuss any action items from last meeting.
* 0.2 Release FTW!
* 0.2.1 and 0.3 planning and ideas [blueprints and features and ideas]
* Lazy engine idea, concept, thoughts ... and supporting threads
* Discuss about any other potential new use-cases for said library.
* Discuss about any other ideas, reviews needing help, questions and answers
(and more!).

View File

@ -0,0 +1,30 @@
project: StoryBoard Meeting
schedule:
- time: '1600'
day: Thursday
irc: openstack-meeting
frequency: weekly
chair: cody-somerville / ttx
description: >
Storyboard is a task tracker for OpenStack.
agenda: |
* High Priority Items:
** All stories listed in project list view (krotscheck)
* Ongoing work:
** Timeline API (nkonovalov)
** Task Priorities (krotscheck)
** Filter by priority (krotscheck)
** Dashboard (krotscheck)
** Task Authors (krotscheck)
** Project Groups (nkonovalov)
** Teams (nkonovalov)
* Future work:
** OAuth Is Not Secure Interwebz Pannik!!1!11
** User Admin & OAuth Key Management (For API Consumers)
* Summit!
** Storyboard Session (ttx)
** UX Testing
* Open Discussion topics (Bring them up if youre interested):
** Event Subscription
** Code Reviews
** Fulltext Searc

View File

@ -0,0 +1,32 @@
project: Swift Team Meeting
schedule:
- time: '1900'
day: Wednesday
irc: openstack-meeting
frequency: weekly
chair: John Dickinson
description: >
Meeting Time: Every Wednesday at 19:00 UTC in #openstack-meeting
agenda: |
* Summit Prep
** Conference Talks
*** Storage policies [peluse, notmyname]:
http://openstacksummitmay2014atlanta.sched.org/event/e22627b0b0f4c212dc669d7ffc19ea2a
*** Global clusters [joearnold]:
http://openstacksummitmay2014atlanta.sched.org/event/d565f07e51d4b300cac7badac184ccbe
*** Swift perf [Eamonn, mjseger]:
http://openstacksummitmay2014atlanta.sched.org/event/168e02588648844ff75fa9aa002355d2
*** Swift + Gluster [lpabon, notmyname]:
http://openstacksummitmay2014atlanta.sched.org/event/5727bc231e5e6ad6e574f77a11e7540f
*** Cinder and Swift [jgriffith, notmyname]:
http://openstacksummitmay2014atlanta.sched.org/event/a093ab8ea13809e09b255c2fa8c9cb13
*** Swift as a backend for Git [chmouel]:
http://openstacksummitmay2014atlanta.sched.org/event/b9391e180f2fffee59b6aa75528af575
*** Developing your own Swift middleware [cschwede]:
http://openstacksummitmay2014atlanta.sched.org/event/f196f4e4c2509ba91ab53134cbcd9e5e
** Summit Sessions
*** http://junodesignsummit.sched.org/type/swift
*** creiht, notmyname, fifield, kota tsuyuzaki, mjseger, peluse, portante
* Functional tests [portante]
** Current status
** Next steps needed to get it gating

View File

@ -1,4 +1,4 @@
project: Technical Committee Meeting
project: Technical Committee Meeting
schedule:
- time: '2000'
day: Tuesday

View File

@ -0,0 +1,9 @@
project: Third Party OpenStack CI Workshop and QA Meeting
schedule:
- time: '1800'
day: Monday
irc: openstack-meeting
frequency: weekly
chair: JayPipes
description:
agenda:

View File

@ -0,0 +1,12 @@
project: Training-manuals Team Meeting
schedule:
- time: '1700'
day: Monday
irc: openstack-meeting
frequency: weekly
chair: sarob
description: >
The training-manuals team meets weekly on Monday at 1700 UTC on
#openstack-meeting.
agenda: |
* Run down previous meeting action items

View File

@ -0,0 +1,17 @@
project: TripleO Team Meeting
schedule:
- time: '1900'
day: Tuesday
irc: openstack-meeting-alt
frequency: weekly
chair: Robert Collins
description: >
Weekly meeting every Tuesday at 1900 UTC in openstack-meeting-alt
agenda: |
* Bugs
* Reviews
* Project needing releases
* CD Cloud status
* CI
* Insert one-off agenda items here
* Open discussion

View File

@ -0,0 +1,45 @@
project: Trove Blueprint Meeting
schedule:
- time: '1800'
day: Monday
irc: openstack-trove
frequency: weekly
chair: Michael Basnight / Vipul Sabhaya / Nikhil Manchanda / Tim Simpson
description: >
For those interested, we have blueprint meetings in #openstack-trove weekly,
Mondays at 18:00 UTC. Feel free to add items in the agenda below.
agenda: |
* Percona support [mattgriffin]:
** https://blueprints.launchpad.net/trove/+spec/support-percona-xtrabackup-2.2
** https://blueprints.launchpad.net/trove/+spec/support-ps-5.6
** https://blueprints.launchpad.net/trove/+spec/support-pxc-5.5-and-5.6
* Instance database log manipulations [denis_makogon]
** https://blueprints.launchpad.net/trove/+spec/dbinstance-log
* Update database instance name [nehav]
** https://blueprints.launchpad.net/trove/+spec/update-instance-name
* Pluggable conductor manager [boden]
** https://blueprints.launchpad.net/trove/+spec/pluggable-conductor-manager
* Allow configs to be rendered based on datastore version [cp16net]
** https://blueprints.launchpad.net/trove/+spec/datastore-configs-cant-use-multiple-versions
* Trove client for cross-region-backup [esmute]
** https://blueprints.launchpad.net/trove/+spec/cross-region-backup-availability
* Cassandra configuration management support [denis_makogon]
** https://blueprints.launchpad.net/trove/+spec/cassandra-configuration-management
* Cassandra incremental backup support [denis_makogon]
** https://blueprints.launchpad.net/trove/+spec/incremental-backup-restore-cassandra
* Volume data snapshoting/applying [denis_makogon]
** https://blueprints.launchpad.net/trove/+spec/volume-snapshot
* Configurable DB plugins [boden]
** https://blueprints.launchpad.net/trove/+spec/configurable-db-plugins
* Multi-path plugin support; added notes to existing BP [boden]
** https://blueprints.launchpad.net/trove/+spec/extensions-update
* Pluggable conductor manager [boden]
** https://blueprints.launchpad.net/trove/+spec/pluggable-conductor-manager
* Configurable DB plugins [boden]
** https://blueprints.launchpad.net/trove/+spec/configurable-db-plugins
* Multi-path plugin support; added notes to existing BP [boden]
** https://blueprints.launchpad.net/trove/+spec/extensions-update
* Allow configs to be rendered based on datastore version [cp16net]
** https://blueprints.launchpad.net/trove/+spec/datastore-configs-cant-use-multiple-versions
* Trove client for cross-region-backup [esmute]
** https://blueprints.launchpad.net/trove/+spec/cross-region-backup-availability

View File

@ -0,0 +1,15 @@
project: Trove (DBaaS) Team Meeting
schedule:
- time: '1800'
day: Wednesday
irc: openstack-meeting-alt
frequency: weekly
chair: Michael Basnight / Vipul Sabhaya / Nikhil Manchanda / Tim Simpson
description: |
* We have weekly team meetings on Wednesdays at 18:00 UTC in
#openstack-meeting-alt.
* Want to add an agenda item? Please append your item to the upcoming weekly
agenda while keeping in mind guidelines for writing clear agenda items.
agenda: |
* How do Gerrit changes get approved? [mat-lowery]
** More details to be provided. See thread on DL.

View File

@ -1,6 +1,6 @@
project: VMware API Team Meeting
project: VMwareAPI Team Meeting
schedule:
- time: '1500'
- time: '1700'
day: Wednesday
irc: openstack-meeting
frequency: weekly

View File

@ -1,4 +1,4 @@
project: Xen Api Team Meeting
project: XenAPI Team Meeting
schedule:
- time: '1500'
day: Wednesday