summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-03-24 09:28:03 -0700
committerTim Smith <tsmith@chef.io>2016-03-24 09:28:03 -0700
commit97c9edf85e0d98eabdfdf6f8442d088646dc2e38 (patch)
tree169ffcee16eeb33df6170add43e701dc10d753c9
parentd55259b34cbcc6b9b7697cdb38800aa3aeef6f96 (diff)
parent9ea15aa9e109ac105421efe57eb242baef875e40 (diff)
downloadchef-97c9edf85e0d98eabdfdf6f8442d088646dc2e38.tar.gz
Merge pull request #4634 from tas50/master
Break out Ohai in maintainers files and add myself
-rw-r--r--MAINTAINERS.md37
-rw-r--r--MAINTAINERS.toml15
2 files changed, 52 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 244f2ed1ad..22a578e64d 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -44,6 +44,19 @@ To mention the team, use @chef/client-core
* [Ranjib Dey](https://github.com/ranjib)
* [Matt Wrock](https://github.com/mwrock)
+## Ohai
+
+To mention the team, use @chef/ohai
+
+### Lieutenant
+
+* [Claire McQuin](https://github.com/mcquin)
+
+### Maintainers
+
+* [Bryan McLellan](https://github.com/btm)
+* [Tim Smith](https://github.com/tas50)
+
## Dev Tools
ChefDK, Chef Zero, Knife, Chef Apply and Chef Shell.
@@ -161,6 +174,30 @@ To mention the team, use @chef/client-debian
* [Lamont Granquist](https://github.com/lamont-granquist)
+## Cisco NX-OS
+
+To mention the team, use @chef/client-nxos
+
+### Lieutenant
+
+* [Carl Perry](https://github.com/edolnx)
+
+### Maintainers
+
+* [Carl Perry](https://github.com/edolnx)
+
+## Cisco IOS XR
+
+To mention the team, use @chef/client-iosxr
+
+### Lieutenant
+
+* [Carl Perry](https://github.com/edolnx)
+
+### Maintainers
+
+* [Carl Perry](https://github.com/edolnx)
+
## Fedora
To mention the team, use @chef/client-fedora
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 3b9507938c..b617ef8105 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -51,6 +51,17 @@ another component.
"mwrock"
]
+ [Org.Components.Ohai]
+ title = "Ohai"
+ team = "ohai"
+
+ lieutenant = "mcquin"
+
+ maintainers = [
+ "btm",
+ "tas50"
+ ]
+
[Org.Components.DevTools]
title = "Dev Tools"
team = "client-dev-tools"
@@ -360,3 +371,7 @@ The specific components of Chef related to a given platform - including (but not
[people.cperry]
Name = "Carl Perry"
GitHub = "edolnx"
+
+ [people.tas50]
+ Name = "Tim Smith"
+ GitHub = "tas50"