From ea643d9163427b75aff7053d00c97dc84680e63b Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 2 Jun 2015 15:20:44 -0400 Subject: [PATCH] Add sub-project lieutenants A recent patch added the concept of Lieutenants for Neutron. This same concept makes a lot of sense for identifying clear points of contact for the various sub-projects under the Neutron tent. This patch adds a table of the projects currently approved as part of Neutron in the governance repo. I also made a guess on who the lieutenant would be based on reviews in stackalytics (except for ones that weren't in stackalytics). Change-Id: Ibce5d6ba5e19dec59a10c88749557509136c4e41 Signed-off-by: Russell Bryant --- doc/source/policies/core-reviewers.rst | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/source/policies/core-reviewers.rst b/doc/source/policies/core-reviewers.rst index 808f97de9f0..09a1c451a6d 100644 --- a/doc/source/policies/core-reviewers.rst +++ b/doc/source/policies/core-reviewers.rst @@ -90,6 +90,33 @@ Some notes on the above: * Note these areas may change as the project evolves due to code refactoring, new feature areas, and libification of certain pieces of code. +Neutron also consists of several plugins, drivers, and agents that are developed +effectively as sub-projects within Neutron in their own git repositories. +Lieutenants are also named for these sub-projects to identify a clear point of +contact and leader for that area. The Lieutenant is also responsible for +updating the core review team for the sub-project's repositories. + ++------------------------+---------------------------+----------------------+ +| Area | Lieutenant | IRC nick | ++========================+===========================+======================+ +| dragonflow | Eran Gampel | gampel | ++------------------------+---------------------------+----------------------+ +| networking-l2gw | Sukhdev Kapur | sukhdev | ++------------------------+---------------------------+----------------------+ +| networking-odl | Flavio Fernandes | flaviof | +| | Kyle Mestery | mestery | ++------------------------+---------------------------+----------------------+ +| networking-ofagent | YAMAMOTO Takashi | yamamoto | ++------------------------+---------------------------+----------------------+ +| networking-ovn | Russell Bryant | russellb | ++------------------------+---------------------------+----------------------+ +| networking-vshpere | Vivekanandan Narasimhan | viveknarasimhan | ++------------------------+---------------------------+----------------------+ +| octavia | German Eichberger | xgerman | ++------------------------+---------------------------+----------------------+ +| vmware-nsx | Gary Kotton | garyk | ++------------------------+---------------------------+----------------------+ + Existing Core Reviewers -----------------------