summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-03 11:13:02 -0800
committerGitHub <noreply@github.com>2019-01-03 11:13:02 -0800
commit00781df2edf5b21fa5f0a98497b6d54d6dbe16bd (patch)
tree85338dbc03a6905f7df948c0be5cb4f9d3eda207
parent7aac5a158e0e12d7c45853b6cee8eb11ad9bbd66 (diff)
parentf26d53db9e433eccb0caee6e3e74cc4524aa09fb (diff)
downloadchef-00781df2edf5b21fa5f0a98497b6d54d6dbe16bd.tar.gz
Merge pull request #8090 from chef/maintainers
Simplify the sub-systems in the Chef maintainers file
-rw-r--r--MAINTAINERS.md69
-rw-r--r--MAINTAINERS.toml89
2 files changed, 12 insertions, 146 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 30df3c04f5..bf6d0b6cde 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -49,23 +49,6 @@ To mention the team, use @chef/client-core
* [Tyler Ball](https://github.com/tyler-ball)
* [Josh Hudson](https://github.com/itmustbejj)
-## Chef Provisioning
-
-Chef Provisioning and Drivers. Supported Drivers are listed in the [README](https://github.com/chef/chef-provisioning/blob/master/README.md#chef-provisioning).
-
-To mention the team, use @chef/provisioning
-
-### Lieutenant
-
-* [Tyler Ball](https://github.com/tyler-ball)
-
-### Maintainers
-
-* [John Keiser](https://github.com/jkeiser)
-* [JJ Asghar](https://github.com/jjasghar)
-* [Stuart Preston](https://github.com/stuartpreston)
-* [Harley Alaniz](https://github.com/thehar)
-
## Platform Specific Components
The specific components of Chef related to a given platform - including (but not limited to) resources, providers, and the core DSL.
@@ -135,9 +118,9 @@ To mention the team, use @chef/client-aix
* [Lamont Granquist](https://github.com/lamont-granquist)
-## Mac OS X
+## macOS
-To mention the team, use @chef/client-os-x
+To mention the team, use @chef/client-macos
### Lieutenant
@@ -170,9 +153,9 @@ To mention the team, use @chef/client-fedora
* [Lamont Granquist](https://github.com/lamont-granquist)
-## openSUSE
+## openSUSE and SUSE Linux Enterprise Server
-To mention the team, use @chef/client-opensuse
+To mention the team, use @chef/client-suse
### Lieutenant
@@ -182,14 +165,6 @@ To mention the team, use @chef/client-opensuse
* [Lamont Granquist](https://github.com/lamont-granquist)
-## SUSE Enterprise Linux Server
-
-To mention the team, use @chef/client-suse
-
-### Maintainers
-
-* [Lamont Granquist](https://github.com/lamont-granquist)
-
## FreeBSD
To mention the team, use @chef/client-freebsd
@@ -198,39 +173,3 @@ To mention the team, use @chef/client-freebsd
* [Amy Aronsohn](https://github.com/OnlyHaveCans)
-### Maintainers
-
-* [Cory Stephenson](https://github.com/Aevin1387)
-
-## OpenBSD
-
-To mention the team, use @chef/client-openbsd
-
-### Lieutenant
-
-* [Joe Miller](https://github.com/joemiller)
-
-## Gentoo
-
-To mention the team, use @chef/client-gentoo
-
-### Maintainers
-
-* [Lamont Granquist](https://github.com/lamont-granquist)
-
-## OmniOS
-
-To mention the team, use @chef/client-omnios
-
-### Maintainers
-
-* [Thom May](https://github.com/thommay)
-
-## ArchLinux
-
-To mention the team, use @chef/client-archlinux
-
-### Maintainers
-
-* [Lamont Granquist](https://github.com/lamont-granquist)
-* [Ryan Cragun](https://github.com/ryancragun)
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 407471e164..8df051152d 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -56,23 +56,6 @@ Maintainers for the Chef client, Ohai, mixlibs, ChefDK, ChefSpec, Foodcritic, ch
"itmustbejj"
]
- [Org.Components.Provisioning]
- title = "Chef Provisioning"
- team = "provisioning"
- text = """
-Chef Provisioning and Drivers. Supported Drivers are listed in the [README](https://github.com/chef/chef-provisioning/blob/master/README.md#chef-provisioning).
-"""
-
- lieutenant = "tyler-ball"
-
- maintainers = [
- "jkeiser",
- "jjasghar",
- "stuartpreston",
- "thehar",
- "jjlimepoint"
- ]
-
[Org.Components.Subsystems]
title = "Platform Specific Components"
text = """
@@ -133,9 +116,9 @@ The specific components of Chef related to a given platform - including (but not
lieutenant = "lamont-granquist"
- [Org.Components.Subsystems."Mac OS X"]
- title = "Mac OS X"
- team = "client-os-x"
+ [Org.Components.Subsystems."macOS"]
+ title = "macOS"
+ team = "client-macos"
lieutenant = "jtimberman"
@@ -164,9 +147,9 @@ The specific components of Chef related to a given platform - including (but not
"lamont-granquist"
]
- [Org.Components.Subsystems.openSUSE]
- title = "openSUSE"
- team = "client-opensuse"
+ [Org.Components.Subsystems.SUSE]
+ title = "openSUSE and SUSE Linux Enterprise Server"
+ team = "client-suse"
lieutenant = "tas50"
@@ -174,55 +157,11 @@ The specific components of Chef related to a given platform - including (but not
"lamont-granquist"
]
- [Org.Components.Subsystems."SUSE Enterprise Linux"]
- title = "SUSE Enterprise Linux Server"
- team = "client-suse"
-
- maintainers = [
- "lamont-granquist"
- ]
-
[Org.Components.Subsystems.FreeBSD]
title = "FreeBSD"
team = "client-freebsd"
- lieutenant = "martinisoft"
-
- maintainers = [
- "Aevin1387",
- "OnlyHaveCans"
- ]
-
- [Org.Components.Subsystems.OpenBSD]
- title = "OpenBSD"
- team = "client-openbsd"
-
- lieutenant = "joemiller"
-
- [Org.Components.Subsystems.Gentoo]
- title = "Gentoo"
- team = "client-gentoo"
-
- maintainers = [
- "lamont-granquist"
- ]
-
- [Org.Components.Subsystems.OmniOS]
- title = "OmniOS"
- team = "client-omnios"
-
- maintainers = [
- "thommay"
- ]
-
- [Org.Components.Subsystems.ArchLinux]
- title = "ArchLinux"
- team = "client-archlinux"
-
- maintainers = [
- "lamont-granquist",
- "ryancragun"
- ]
+ lieutenant = "OnlyHaveCans"
[people]
[people.adamhjk]
@@ -273,10 +212,6 @@ The specific components of Chef related to a given platform - including (but not
Name = "Lamont Granquist"
GitHub = "lamont-granquist"
- [people.martinisoft]
- Name = "Aaron Kalin"
- GitHub = "martinisoft"
-
[people.ranjib]
Name = "Ranjib Dey"
GitHub = "ranjib"
@@ -290,7 +225,7 @@ The specific components of Chef related to a given platform - including (but not
GitHub = "stevendanna"
[people.OnlyHaveCans]
- Name = "David Aronsohn"
+ Name = "Amy Aronsohn"
GitHub = "OnlyHaveCans"
IRC = "tBunnyMan"
Twitter = "OnlyHaveCans"
@@ -309,18 +244,10 @@ The specific components of Chef related to a given platform - including (but not
Name = "Kartik Cating-Subramanian"
GitHub = "ksubrama"
- [people.joemiller]
- Name = "Joe Miller"
- GitHub = "joemiller"
-
[people.coderanger]
Name = "Noah Kantrowitz"
GitHub = "coderanger"
- [people.ryancragun]
- Name = "Ryan Cragun"
- GitHub = "ryancragun"
-
[people.chefsalim]
Name = "Salim Alam"
GitHub = "chefsalim"