summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-03-14 12:08:19 -0700
committerTim Smith <tsmith84@gmail.com>2016-03-14 12:08:19 -0700
commitf5b6fb918ea6af4837a72aa934700fb75660597c (patch)
treeac455d794eccbb4892e4d5ffc527a23ede8a3db1
parent365064280c93d519fdacbf032c0c21057e5549c9 (diff)
downloadchef-f5b6fb918ea6af4837a72aa934700fb75660597c.tar.gz
Break out Ohai in maintainers files and add myself
Also regenerate the markdown with the new Cisco stuff
-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..676bd4f366 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
+
+* [Bryan McLellan](https://github.com/btm)
+
+### Maintainers
+
+* [Claire McQuin](https://github.com/mcquin)
+* [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..1ec930f395 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -51,6 +51,17 @@ another component.
"mwrock"
]
+ [Org.Components.Ohai]
+ title = "Ohai"
+ team = "ohai"
+
+ lieutenant = "btm"
+
+ maintainers = [
+ "mcquin",
+ "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"