Jump to: navigation, search

Difference between revisions of "Meetings/GroupBasedPolicy"

(April 26th 2018)
 
(365 intermediate revisions by 11 users not shown)
Line 1: Line 1:
Weekly meeting page for the Neutron Group Policy Sub-team occurring Thursdays at 1900 UTC on #openstack-meeting-alt
+
Weekly meeting page for the Group Based Policy (GBP) team occurring Thursdays at 1800 UTC on #openstack-meeting-3
  
=== Integration Repo ===
+
  Announcements for this week:  
Temporary integration repo:
 
https://github.com/noironetworks/neutron-group-policy
 
Integration repo usage:
 
  
1. We will create a feature branch for any feature that requires collaboration between us before we can push it upstream. The API branch is for API changes, for a different feature, we will should create a new branch.
+
==Wiki ==
 +
The group wiki page can be accessed at https://wiki.openstack.org/wiki/GroupBasedPolicy
  
2. To work on that specific feature, we should take personal development branch from that branch. And when ready, we should create a pull request for the feature branch.
+
== Mailing List ==
 +
Please use [Group-based-policy] in the subject line of your emails to the OpenStack Development Mailing List <openstack-dev@lists.openstack.org> when possible.
  
3. Once the feature had the multiple updates integrated and ready for upstream, we will push upstream from that feature branch
+
== Meetings ==
  
=== Current Branches ===
+
=== Standing items ===
API branch
 
https://github.com/noironetworks/neutron-group-policy/tree/api
 
  
=== Mailing List ===
+
* Bugs:
Please use [neutron] [policy] in the subject line of your emails to the OpenStack Development Mailing List <openstack-dev@lists.openstack.org> when possible.
+
** [https://bugs.launchpad.net/group-based-policy/+bugs?field.searchtext=&orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.importance%3Alist=CRITICAL&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search Critical], [https://bugs.launchpad.net/group-based-policy/+bugs?field.searchtext=&orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.importance%3Alist=HIGH&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search High], [https://bugs.launchpad.net/group-based-policy/+bugs?field.searchtext=&orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.importance%3Alist=MEDIUM&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search Medium]
  
=== Agenda ===
+
* Functional/Integration Tests
  
=== February 13, 2014 ===
+
* Packaging Update
* Action item review from a couple of weeks ago
 
** mestery to setup shared github for work
 
*** https://github.com/mestery/neutron/tree/group_policy
 
** s3wong to work with the rest of the PoC team to get first draft of API proposal out.
 
*** https://docs.google.com/a/mestery.com/document/d/1b_ywmSTKYW4PBjhkXREPePRgVmz-Uwv_Bb-i7Jaqsu4/edit
 
* PoC: Starting to code
 
** https://docs.google.com/document/d/14UyvBkptmrxB9FsWEP8PEGv9kLqTQbsmlRxnqeF9Be8/edit?usp=sharing
 
** Progress and discussion on PoC coding
 
* OpenDaylight Application Policy Proposal
 
** The idea is to map 1:1 to Group Policy Proposal here
 
** https://wiki.opendaylight.org/view/Project_Proposals:Application_Policy_Plugin
 
* Integration with network services
 
  
=== Future Meeting Topics ===
+
* Docs
* New directions
 
** Network aware scheduling
 
*** Some other interactions to consider (maybe at a later meeting) - how does network aware scheduling interact with this policy based network abstraction? [Debo~]
 
*** Use cases:
 
**** Affinity aware placement: Given a storage end point (x), obtain an end point y or an entity z which can construct an end point y, such that distance(x,y)=small or <c, where c is a constant.
 
**** Anti-affinity: Want to place 2 VMs as far as possible
 
**** Bandwidth constrained placement: Want to place 2 VMs with 2 end-point groups such that the bandwidth between them <c, c=constant.
 
**** Other use cases: hotspot aware placement etc.
 
*** Questions
 
**** Does it relate to the Group-Policy abstraction? If it is just a declarative model, maybe we need an orthogonal metrics model
 
**** Should we discuss this issue now? I am happy to volunteer
 
  
=== January 23, 2014 ===
+
=== May 10th, 3rd, April 26th 2018 ===
* Action item review
 
** mestery to setup shared github for work
 
*** https://github.com/mestery/neutron/tree/group_policy
 
** s3wong to work with the rest of the PoC team to get first draft of API proposal out.
 
*** https://docs.google.com/a/mestery.com/document/d/1b_ywmSTKYW4PBjhkXREPePRgVmz-Uwv_Bb-i7Jaqsu4/edit
 
* PoC: Starting to code
 
** https://docs.google.com/document/d/14UyvBkptmrxB9FsWEP8PEGv9kLqTQbsmlRxnqeF9Be8/edit?usp=sharing
 
  
=== January 16, 2014 ===
+
* Driver patches
* Action item review
 
** mestery s3wong banix to flesh out more details in the document and assign tasks to interested parties
 
*** https://docs.google.com/document/d/14UyvBkptmrxB9FsWEP8PEGv9kLqTQbsmlRxnqeF9Be8/edit?usp=sharing
 
* Open Discussion
 
  
=== January 9, 2014 ===
+
=== April 19th, 5th 2018 ===
* Action item review
 
**  banix and mestery to writeup PoC in Google Doc for discussion next week.
 
* PoC discussion and planning
 
** https://docs.google.com/document/d/14UyvBkptmrxB9FsWEP8PEGv9kLqTQbsmlRxnqeF9Be8/edit?usp=sharing
 
  
=== January 2, 2014 ===
+
* NSX Policy Mapping Driver
* Action item review
 
** s3wong to update attributes table
 
** s3wong to update document to note "allow over deny" in action section.
 
* Anything else?
 
  
=== December 19, 2013 ===
+
=== March 15th 2018 ===
* Action items from previous meeting:
 
** alagalah to migrate taxonomy diagram into the main document
 
  
* Possible discussion points:
+
* Master gate breakage
** Let us see if we can get consensus for the following:
+
* Pending patches (including new NSX driver)
# Converged model by allowing to have a destination group and a source group to each have one or more end points
 
# Minimum set of actions to support: security, redirect, qos
 
# Conflict resolution
 
  
=== December 12, 2013 ===
+
=== Feb 1st, Jan 25th 2018 ===
  
 +
* Vancouver Summit
 +
* DB writer pattern quirks
  
* Action items from previous meeting:
+
=== Jan 18th 2018 ===
** banix to flesh out the tables he put in the document.
 
** banix and alagalah to flesh out the tables started in the document, possibly adding a diagram showing the relationship
 
** s3wong to update action section in document to not reflect neutron objects directly.
 
** sc68cal Look over action example for QoS and provide feedback
 
  
* Possible discussion points:
+
Open Discussion
** Group Based Policy Taxonomy Document: https://docs.google.com/drawings/d/1HYGUSnxcx_8wkCAwE4Wtv3a30JstOBPyuknf7UnJMp0/edit?usp=sharing
 
** endpoints/groups
 
*** Endpoints belonging to multiple groups? If allowed (as is the case in the current model), how to deal with conflicting policies applied to a flow?
 
** Policies and Actions
 
*** Do we need to define a minimum set of actions (and the functional definitions for them) that should be supported by plugins that support this extension? Do we specify an extended list of actions that may or may not be implemented by a plugin that supports this extension?
 
*** Do we need a mechanism to query the list of supported actions by a given plugin/implementation? Would that allow the selection of actions from a list of pre defined actions (the extended list from the previous item)? Do we need to instead provide the framework for adding '''any''' type of action that a plugin may want to define and support?
 
*** Policy rule attributes: Do we need the new attribute "priority" for policy rules?
 
  
=== December 5, 2013 ===
+
=== Jan 4th 2018, Dec 14th, 7th, Nov 30th 2017 ===
  
* Action items from previous meeting:
+
* Pike Support & catch up
** banix and michsmit to flesh out the objects and attributes we want to expose in more detail in the design document
 
** banix and s3wong to make first pass at defining initial rules.
 
  
* Link to Icehouse Neutron Project Plan:
+
=== Nov 2nd, Oct 26th 2017 ===
** https://wiki.openstack.org/wiki/Icehouse_Release_Schedule
 
** Please note Group Policy work is intended for prototyping and discussion during Icehouse, implementation in "J" release
 
* We need to come up with:
 
** A more precise list of the objects/resources we are adding with attributes for each
 
** Relationship to existing neutron objects/resources
 
** Assign people action items around these and track them from week to week
 
  
=== Links ===
+
* Pike Support
* [https://blueprints.launchpad.net/neutron/+spec/group-based-policy-abstraction Blueprint]
 
* [https://docs.google.com/document/d/1ZbOFxAoibZbJmDWx1oOrOsDcov6Cuom5aaBIrupCD9E/edit?usp=sharing Google Doc]
 
  
== Previous Meeting Logs ==
+
=== Oct 19th, 5th 2017 ===
* Available here: [http://eavesdrop.openstack.org/meetings/networking_policy/ Neutron Group Policy Logs]
+
 
 +
* [https://docs.openstack.org/infra/manual/zuulv3.html Zuul migration]
 +
 
 +
=== Sept 28th 2017 ===
 +
 
 +
* [https://review.openstack.org/#/q/status:open+project:openstack/group-based-policy+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-automation+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-ui+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/python-group-based-policy-client+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-specs+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1 Pending patches]
 +
 
 +
=== Sept 21st, 14th, 7th 2017 ===
 +
 
 +
* [https://review.openstack.org/#/c/499185/ mitaka], [https://review.openstack.org/#/c/499240 newton] DB migration backport strategy
 +
* [https://review.openstack.org/#/q/status:open+project:openstack/group-based-policy-ui UI patches & state of UI on master/ocata]
 +
** Backports
 +
* [http://logs.openstack.org/29/501529/1/check/gate-group-based-policy-python27-ubuntu-xenial/8ccf4ca/console.html py27 error messages and copious logs]
 +
** This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: security_group, after_create.
 +
** No sqlalchemy event for resource <resource> found
 +
** SubnetInUse: Unable to complete operation on subnet <subnet-id>: One or more ports have an IP allocation from this subnet.
 +
** User: None dont have permissions
 +
** Extension path 'neutron/tests/unit/extensions' doesn't exist!
 +
 
 +
=== Aug 17th, 24 2017 ===
 +
 
 +
* [https://review.openstack.org/469681 Subnetpools in resource_mapping driver]
 +
* [https://review.openstack.org/#/q/status:open+project:openstack/group-based-policy+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-automation+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-ui+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/python-group-based-policy-client+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-specs+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1 Pending patches]
 +
 
 +
 
 +
=== Aug 10th, 3rd, July 27th 2017 ===
 +
 
 +
* Ocata sync update
 +
* [https://review.openstack.org/469681 Subnetpools in resource_mapping driver]
 +
* Pending NFP patches
 +
 
 +
=== July 13th, 6th 2017 ===
 +
 
 +
* Proposal to add Anna K and Thomas B to core team
 +
* [https://review.openstack.org/#/q/topic:ocata_sync Ocata sync]
 +
* [https://review.openstack.org/453925 VMware NSX Policy Driver]
 +
* [https://review.openstack.org/469681 Subnetpools in resource_mapping driver]
 +
* Pending NFP patches
 +
 
 +
=== June 29th 2017 ===
 +
 
 +
* [https://review.openstack.org/#/q/topic:ocata_sync Ocata sync]
 +
** New engine facade usage
 +
** Queued notifications
 +
* [https://review.openstack.org/469681 Subnetpools in resource_mapping driver]
 +
* Pending NFP patches
 +
 
 +
=== June 22nd, 15th 2017 ===
 +
 
 +
* [https://review.openstack.org/#/c/476533/ "apic_mapping" driver removal]
 +
* [https://review.openstack.org/469681 Subnetpools in resource_mapping driver]
 +
* [https://review.openstack.org/#/q/topic:ocata_sync Ocata sync]
 +
* Pending NFP patches
 +
 
 +
=== June 1st 2017 ===
 +
 
 +
* [https://review.openstack.org/#/q/topic:ocata_sync Ocata sync]
 +
* Pending NFP patches
 +
 
 +
=== May 25th, 18th 2017 ===
 +
 
 +
* [https://review.openstack.org/458583 IP v4, v6 dual-stack support]
 +
* [https://review.openstack.org/#/c/467391 stable/mitaka py27 timing out]
 +
* [https://review.openstack.org/#/q/topic:ocata_sync Ocata sync]
 +
 
 +
=== May 4th, April 27th 2017 ===
 +
 
 +
* [https://review.openstack.org/458583 IP v4, v6 dual-stack support proposal]
 +
 
 +
=== April 20th 2017 ===
 +
 
 +
* py27 job failure
 +
* [https://review.openstack.org/458583 IP v4, v6 dual-stack support proposal]
 +
* [https://review.openstack.org/#/c/426436 QoS via NSPs patch]
 +
* [https://review.openstack.org/#/c/438472/ Service Chaining Resources status attributes]
 +
* [https://review.openstack.org/#/c/443549/ NFP changes to support async model]
 +
 
 +
=== April 13th, March 30th, 23rd 2017 ===
 +
 
 +
* Use of upper constraints on master
 +
* [https://review.openstack.org/#/c/426436 QoS via NSPs patch]
 +
* [https://review.openstack.org/#/c/438472/ Service Chaining Resources status attributes]
 +
* [https://review.openstack.org/#/c/443549/ NFP changes to support async model]
 +
 
 +
=== March 16th, 9th, 2nd 2017 ===
 +
 
 +
* [https://review.openstack.org/#/q/topic:newton-sync Newton sync patches]
 +
* [https://review.openstack.org/#/c/426436 QoS via NSPs patch]
 +
* [https://review.openstack.org/#/c/438472/ Service Chaining Resources status attributes]
 +
* [https://review.openstack.org/#/c/443549/ NFP changes to support async model]
 +
* [https://review.openstack.org/#/q/topic:bug/1668198 NFP - Failure handling for Process Restart Conditions]
 +
 
 +
=== Feb 16th, 9th 2017 ===
 +
 
 +
* [https://review.openstack.org/#/c/431350 NFP gate job fix]
 +
* [https://review.openstack.org/#/c/426436 QoS via NSPs patch]
 +
* [https://review.openstack.org/339272 Application Policy Group (APG) spec]
 +
 
 +
=== Jan 26th, 19th 2017 ===
 +
 
 +
* QoS from feature branch to master?
 +
 
 +
=== Jan 5th 2017 ===
 +
 
 +
* Reconvene
 +
* Pending patches
 +
** [https://review.openstack.org/#/c/416527/ Set project when doing neutron DB migrations]
 +
** [https://review.openstack.org/#/c/414976/ neutron-lib: use L3 constant from neutron-lib]
 +
** [https://review.openstack.org/#/c/400811/ Change passing session to context in segments db functions]
 +
 
 +
=== Dec 15th, 8th 2016 ===
 +
 
 +
* [https://review.openstack.org/#/c/399772/ Remove expunge_all calls]
 +
* Configuring extension drivers from policy drivers
 +
 
 +
=== Dec 1st 2016 ===
 +
 
 +
* [https://review.openstack.org/#/c/399772/ Remove expunge_all calls]
 +
 
 +
=== Nov 17th 2016 ===
 +
 
 +
* NFP - HAProxy for NFP Proxy
 +
 
 +
=== Oct 20th 2016 ===
 +
 
 +
* [https://review.openstack.org/#/q/topic:bp/gbp-network-services-framework+status:open NFP Pending reviews]
 +
 
 +
=== Oct 13th 2016 ===
 +
 
 +
* [https://review.openstack.org/384282 Queueing of notifications]
 +
 
 +
=== Sept 29th 2016 ===
 +
 
 +
* [https://review.openstack.org/#/q/status:open+project:openstack/group-based-policy+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-automation+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-ui+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/python-group-based-policy-client+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1+OR+status:open+project:openstack/group-based-policy-specs+NOT+label:Code-Review%253D-2+NOT+label:Workflow%253D-1 Pending Reviews]
 +
 
 +
=== Sept 15th, 8th 2016 ===
 +
 
 +
* [https://review.openstack.org/#/c/301701 Quality of Service support via NSPs]
 +
 
 +
=== Sept 1st 2016 ===
 +
 
 +
* Tags for GBP resources
 +
* [https://review.openstack.org/#/c/339272 Application Policy Group]
 +
 
 +
=== Aug 18th, 11th, 4th, July 21st 2016 ===
 +
 
 +
* [https://review.openstack.org/#/c/301701 Quality of Service support via NSPs]
 +
* [https://review.openstack.org/#/c/343929 L3-Policy mapping to Address Scope & Subnetpool]
 +
 
 +
=== July 14th 2016 ===
 +
 
 +
* [http://lists.openstack.org/pipermail/openstack-dev/2016-July/099138.html UT failures reported on Xenial]
 +
 
 +
=== July 7th 2016 ===
 +
 
 +
* [https://review.openstack.org/#/c/333937 NFP Configurator Patch Series]
 +
* PTG grouping by an "application" construct
 +
 
 +
=== June 30th, 23rd 2016 ===
 +
 
 +
* [https://review.openstack.org/#/q/topic:bp/gbp-network-services-framework Review comments follow up for NFP implementation patches]
 +
 
 +
=== June 16th, 2nd, May 26th, 2016 ===
 +
 
 +
* [https://review.openstack.org/#/c/301701/ QoS Support]
 +
* [https://review.openstack.org/#/q/topic:bp/gbp-network-services-framework NFP Implementation patches]
 +
**[https://review.openstack.org/#/c/309145/83/devstack/README-NFP Devstack README]
 +
**[https://wiki.openstack.org/wiki/GroupBasedPolicy/GerritQueries/NFP#NFP_Implementation_Patches Patches desc]
 +
 
 +
=== May 19th, 2016 ===
 +
 
 +
* [https://review.openstack.org/#/q/topic:bp/gbp-network-services-framework NFP Implementation patches]
 +
* Intra-PTG communication
 +
 
 +
=== May 12th, 2016 ===
 +
 
 +
* [https://review.openstack.org/#/q/topic:bp/gbp-network-services-framework NFP Implementation patches]
 +
 
 +
=== April 21st, 2016 ===
 +
* Amit Bose +2/A privileges for APIC driver patches
 +
* [https://review.openstack.org/239743 Network Function Plugin Framework for GBP]
 +
* [https://review.openstack.org/#/c/306855 Devrefs]
 +
 
 +
=== April 7th, 2016 ===
 +
* [https://review.openstack.org/239743 Network Function Plugin Framework for GBP]
 +
* [https://review.openstack.org/#/c/300557 GBP Devstack Plugin]
 +
 
 +
=== March 24th, 17th, 10th, 2016 ===
 +
* Addition of status attributes
 +
** https://review.openstack.org/289127
 +
** https://review.openstack.org/289530
 +
* Other Design Specs
 +
* Austin summit workshop
 +
 
 +
=== March 3rd, 2016 ===
 +
* Design Specs
 +
** [https://review.openstack.org/239743 Network Function Plugin Framework for GBP]
 +
*** [https://review.openstack.org/#/c/282292 Multi process framework]
 +
** [https://review.openstack.org/#/c/275358/ Initial support for Quality of Service]
 +
 
 +
 
 +
=== Feb 26th, 18th, 11th, 4th, 2016 ===
 +
* [https://review.openstack.org/#/q/topic:mitaka-sync Mitaka Sync patches]
 +
* Design Specs
 +
** [https://review.openstack.org/239743 Network Function Plugin Framework for GBP]
 +
*** [https://review.openstack.org/#/c/282292 Multi process framework]
 +
** [https://review.openstack.org/#/c/275358/ Initial support for Quality of Service]
 +
 
 +
=== Jan 28th, 2016 ===
 +
* Addition of status attribute to resources
 +
* Cross-project clean-up patches:
 +
** [https://review.openstack.org/264642 use of assertions]
 +
** [https://review.openstack.org/263188 log.warn]
 +
 
 +
=== Jan 21st, 2016 ===
 +
* Liberty stable branch
 +
 
 +
=== Jan 7th, 2016 ===
 +
* [https://review.openstack.org/#/q/topic:liberty-sync Liberty sync patches]
 +
 
 +
== Meeting Logs ==
 +
* * [http://eavesdrop.openstack.org/meetings/networking_policy/2017/?C=M;O=D 2017]
 +
* [http://eavesdrop.openstack.org/meetings/networking_policy/2016/?C=M;O=D 2016]
 +
** [http://eavesdrop.openstack.org/irclogs/%23openstack-meeting-3/%23openstack-meeting-3.2016-06-23.log.html June 23 2016 Meeting logs which did not get saved]
 +
* [http://eavesdrop.openstack.org/meetings/networking_policy/2015/?C=M;O=D 2015]
 +
* [http://eavesdrop.openstack.org/meetings/networking_policy/2014/?C=M;O=D 2014]
 +
* [http://eavesdrop.openstack.org/meetings/networking_policy/2013/?C=M;O=D 2013]
 +
* [http://eavesdrop.openstack.org/meetings/networking_policy/ Older logs]
 +
 
 +
== Archives ==
 +
* [https://wiki.openstack.org/wiki/Meetings/GroupBasedPolicy/MeetingMinutesArchive Meeting Agenda]

Latest revision as of 17:32, 10 May 2018

Weekly meeting page for the Group Based Policy (GBP) team occurring Thursdays at 1800 UTC on #openstack-meeting-3

 Announcements for this week: 

Wiki

The group wiki page can be accessed at https://wiki.openstack.org/wiki/GroupBasedPolicy

Mailing List

Please use [Group-based-policy] in the subject line of your emails to the OpenStack Development Mailing List <openstack-dev@lists.openstack.org> when possible.

Meetings

Standing items

  • Functional/Integration Tests
  • Packaging Update
  • Docs

May 10th, 3rd, April 26th 2018

  • Driver patches

April 19th, 5th 2018

  • NSX Policy Mapping Driver

March 15th 2018

  • Master gate breakage
  • Pending patches (including new NSX driver)

Feb 1st, Jan 25th 2018

  • Vancouver Summit
  • DB writer pattern quirks

Jan 18th 2018

Open Discussion

Jan 4th 2018, Dec 14th, 7th, Nov 30th 2017

  • Pike Support & catch up

Nov 2nd, Oct 26th 2017

  • Pike Support

Oct 19th, 5th 2017

Sept 28th 2017

Sept 21st, 14th, 7th 2017

  • mitaka, newton DB migration backport strategy
  • UI patches & state of UI on master/ocata
    • Backports
  • py27 error messages and copious logs
    • This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: security_group, after_create.
    • No sqlalchemy event for resource <resource> found
    • SubnetInUse: Unable to complete operation on subnet <subnet-id>: One or more ports have an IP allocation from this subnet.
    • User: None dont have permissions
    • Extension path 'neutron/tests/unit/extensions' doesn't exist!

Aug 17th, 24 2017


Aug 10th, 3rd, July 27th 2017

July 13th, 6th 2017

June 29th 2017

June 22nd, 15th 2017

June 1st 2017

May 25th, 18th 2017

May 4th, April 27th 2017

April 20th 2017

April 13th, March 30th, 23rd 2017

March 16th, 9th, 2nd 2017

Feb 16th, 9th 2017

Jan 26th, 19th 2017

  • QoS from feature branch to master?

Jan 5th 2017

Dec 15th, 8th 2016

Dec 1st 2016

Nov 17th 2016

  • NFP - HAProxy for NFP Proxy

Oct 20th 2016

Oct 13th 2016

Sept 29th 2016

Sept 15th, 8th 2016

Sept 1st 2016

Aug 18th, 11th, 4th, July 21st 2016

July 14th 2016

July 7th 2016

June 30th, 23rd 2016

June 16th, 2nd, May 26th, 2016

May 19th, 2016

May 12th, 2016

April 21st, 2016

April 7th, 2016

March 24th, 17th, 10th, 2016

March 3rd, 2016


Feb 26th, 18th, 11th, 4th, 2016

Jan 28th, 2016

Jan 21st, 2016

  • Liberty stable branch

Jan 7th, 2016

Meeting Logs

Archives