Dzahn has submitted this change and it was merged.

Change subject: admin: add empty group of swift-roots
......................................................................


admin: add empty group of swift-roots

Adds a new group for users with root access on swift servers,
modeled after existing perf-roots and other groups like this.

We just did not have one for swift yet.

Bug:T130910
Change-Id: I4f9d3243b90dd7317517dd4ffc17dcdcfa47e584
---
M modules/admin/data/data.yaml
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index 7a96dd7..62be8f5 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -493,6 +493,11 @@
     description: allows full sudo on labtest cluster, T131166
     members: [krenair]
     privileges: ['ALL = (ALL) NOPASSWD: ALL']
+  swift-roots:
+    gid: 777
+    description: users who have root on swift servers
+    members: []
+    privileges: ['ALL = (ALL) NOPASSWD: ALL']
 
 users:
   rush:

-- 
To view, visit https://gerrit.wikimedia.org/r/283365
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4f9d3243b90dd7317517dd4ffc17dcdcfa47e584
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Gilles <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to