summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtimberman <joshua@chef.io>2015-06-12 00:37:00 -0600
committerjtimberman <joshua@chef.io>2015-06-20 07:57:03 -0600
commit9e2c7298ca8324bbf887039ac3866d88e4f9d4c6 (patch)
tree19ea0676595596c3999f7d436b914cf8dace5556
parent2dc602ccd31323e4e4f9290b59e51feb7cb76872 (diff)
downloadchef-9e2c7298ca8324bbf887039ac3866d88e4f9d4c6.tar.gz
add maintainers/Lts for tier 1 & 2 support
Per the RFC submitted in chef-rfc PR 131: https://github.com/chef/chef-rfc/pull/131 We need lieutenants, maintainers for all the tier 1 and tier 2 platforms. Thom May and Lamont Granquist have volunteered for various platforms.
-rw-r--r--MAINTAINERS.md38
-rw-r--r--MAINTAINERS.toml39
2 files changed, 77 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index e397a990fa..b63f546b3f 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -102,6 +102,10 @@ The specific components of Chef related to a given platform - including (but not
## Solaris
+### Lieutenant
+
+* [Thom May](https://github.com/thommay)
+
### Maintainers
* [Lamont Granquist](https://github.com/lamont-granquist)
@@ -122,6 +126,34 @@ The specific components of Chef related to a given platform - including (but not
* [Tyler Ball](https://github.com/tyler-ball)
+## Debian
+
+### Lieutenant
+
+* [Thom May](https://github.com/thommay)
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
+## Fedora
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
+## openSUSE
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
+## SUSE Enterprise Linux Server
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
## FreeBSD
### Lieutenant
@@ -139,3 +171,9 @@ The specific components of Chef related to a given platform - including (but not
* [Joe Miller](https://github.com/joemiller)
+## Gentoo
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 68615337a6..4caa2ab53f 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -115,6 +115,8 @@ The specific components of Chef related to a given platform - including (but not
[Org.Components.Subsystems.Solaris]
title = "Solaris"
+ lieutenant = "thommay"
+
maintainers = [
"lamont-granquist"
]
@@ -135,6 +137,36 @@ The specific components of Chef related to a given platform - including (but not
"tyler-ball"
]
+ [Org.Components.Subsystems.Debian]
+ title = "Debian"
+
+ lieutenant = "thommay"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
+ [Org.Components.Subsystems.Fedora]
+ title = "Fedora"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
+ [Org.Components.Subsystems.openSUSE]
+ title = "openSUSE"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
+ [Org.Components.Subsystems."SUSE Enterprise Linux"]
+ title = "SUSE Enterprise Linux Server"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
[Org.Components.Subsystems.FreeBSD]
title = "FreeBSD"
@@ -150,6 +182,13 @@ The specific components of Chef related to a given platform - including (but not
lieutenant = "joemiller"
+ [Org.Components.Subsystems.Gentoo]
+ title = "Gentoo"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
[people]
[people.adamhjk]
Name = "Adam Jacob"