summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2016-03-10 09:10:10 -0800
committerNoah Kantrowitz <noah@coderanger.net>2016-03-10 09:10:10 -0800
commit615f2889ac732ac8435f69f8c9dfdae6f778edb6 (patch)
tree41842d2c1619e1ade63d050ce6a606f6ebe5aca5
parentf15eba0ec1e33a60236ebc864d10e662278c5d90 (diff)
parent9248b4d9d14833c7071e918900d435d1f7c1a97a (diff)
downloadchef-615f2889ac732ac8435f69f8c9dfdae6f778edb6.tar.gz
Merge pull request #4686 from chef/cperry/add-cisco-support
Adding myself as LT and Maintainer for Cisco platforms
-rw-r--r--MAINTAINERS.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 52a6656e62..3b9507938c 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -161,6 +161,26 @@ The specific components of Chef related to a given platform - including (but not
"lamont-granquist"
]
+ [Org.Components.Subsystems.CiscoNXOS]
+ title = "Cisco NX-OS"
+ team = "client-nxos"
+
+ lieutenant = "cperry"
+
+ maintainers = [
+ "cperry"
+ ]
+
+ [Org.Components.Subsystems.CiscoIOSXR]
+ title = "Cisco IOS XR"
+ team = "client-iosxr"
+
+ lieutenant = "cperry"
+
+ maintainers = [
+ "cperry"
+ ]
+
[Org.Components.Subsystems.Fedora]
title = "Fedora"
team = "client-fedora"
@@ -336,3 +356,7 @@ The specific components of Chef related to a given platform - including (but not
[people.mwrock]
Name = "Matt Wrock"
GitHub = "mwrock"
+
+ [people.cperry]
+ Name = "Carl Perry"
+ GitHub = "edolnx"