From a9f147c62a3cc985bd321d193f4f41e3744ae9e0 Mon Sep 17 00:00:00 2001 From: Gordon Chung Date: Thu, 5 Sep 2013 12:11:41 -0400 Subject: add MAINTAINERS file add MAINTAINERS file to list specialist maintainers for unique components of ceilometer Change-Id: I0622d735935f1eae34542b782beae317416e230c --- MAINTAINERS | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 MAINTAINERS (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 00000000..062bbff3 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,70 @@ += Generalist Code Reviewers = + +The current members of ceilometer-core are listed here: + + https://launchpad.net/~ceilometer-core/+members#active + +This group can +2 and approve patches in Ceilometer. However, they may +choose to seek feedback from the appropriate specialist maintainer before +approving a patch if it is in any way controversial or risky. + + += List of Maintainers = + +Each has an entry with the following keys: + + M: Maintainer (irc) + S: Status, one of the following: + Maintained: Has an active maintainer + Orphan: No current maintainer, feel free to step up! + Obsolete: Replaced by newer code, or a dead end, or out-dated + F: Wildcard patterns, relative to ceilometer/ + + +== alarms == + +M: Eoghan Glynn (eglynn) +M: Mehdi Abaakouk (sileht) +S: Maintained +F: alarm/ + +== api == + +M: Doug Hellmann (dhellmann) +S: Maintained +F: api/ + +== events == + +M: Sandy Walsh (sandywalsh) +M: Monsyne Dragon (dragondm) +S: Maintained +F: collector/, storage/ + +== pipeline == + +M: Julien Danjou (jd__) +S: Maintained +F: publisher/, transformer/, pipeline.py + +== storage == + +-- DB2 -- +M: Tong Li (litong) +S: Maintained +F: storage/impl_db2.py + +-- HBase -- +M: +S: Orphan +F: storage/impl_hbase.py + +-- MongoDB -- +M: +S: Orphan +F: storage/impl_mongodb.py + +-- SQLAlchemy -- +M: +S: Orphan +F: storage/sqlalchemy/, storage/impl_sqlalchemy.py -- cgit v1.2.1