Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/83201


Change subject: nickel: add self ('olivneh') w/sudo
......................................................................

nickel: add self ('olivneh') w/sudo

I expect to be doing a lot of work w/Ganglia over the next several months and
It'd be useful to be able to force Puppet runs and to view the Puppet logs to
debug any failures. I have such access on the graphite host (professor) and
it's been extremely useful for developing an understanding how things are set 
up.

Change-Id: I7093010daf5d276f49f9e80c6ac0708c4df77eca
---
M manifests/site.pp
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/01/83201/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 5ae8485..473124d 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2113,9 +2113,15 @@
 
     include standard,
         ganglia::web,
-        misc::monitoring::views
+        misc::monitoring::views,
+        groups::wikidev,
+        accounts::olivneh
 
      install_certificate{ "star.wikimedia.org": }
+
+     sudo_user { 'olivneh':
+         privileges => ['ALL = (ALL) NOPASSWD: ALL'],
+     }
 }
 
 node /^ocg[1-3]\.wikimedia\.org$/ {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7093010daf5d276f49f9e80c6ac0708c4df77eca
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to