Ori.livneh has uploaded a new change for review.

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


Change subject: Remove references to 'olivneh' account from node defs
......................................................................

Remove references to 'olivneh' account from node defs

'olivneh' is now disabled; I use 'ori'. Because I have files in my home
directory on some of these systems, I am not purging the account from the
systems it was on, merely removing it from the manifest. I also removed
groups::wikidev from vanadium, professor, nickel & tungsten, where it was added
as part of granting me access. No other accounts in the wikidev group were
specified for these systems.

Change-Id: Ic90a73af0df6f608085721866b46d1e431eaed47
---
M manifests/site.pp
1 file changed, 3 insertions(+), 31 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/92267/1

diff --git a/manifests/site.pp b/manifests/site.pp
index adae38d..e701a6f 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2135,15 +2135,9 @@
 
     include standard,
         ganglia::web,
-        misc::monitoring::views,
-        groups::wikidev,
-        accounts::olivneh
+        misc::monitoring::views
 
      install_certificate{ "star.wikimedia.org": }
-
-     sudo_user { 'olivneh':
-         privileges => ['ALL = (ALL) NOPASSWD: ALL'],
-     }
 }
 
 node /^osm-cp100[1-4]\.wikimedia\.org$/ {
@@ -2209,13 +2203,7 @@
         ganglia,
         ntp::client,
         udpprofile::collector,
-        misc::graphite,
-        groups::wikidev,
-        accounts::olivneh
-
-    sudo_user { 'olivneh':
-        privileges => ['ALL = (ALL) NOPASSWD: ALL'],
-    }
+        misc::graphite
 }
 
 node "project1.wikimedia.org" {
@@ -2600,7 +2588,6 @@
         accounts::mflaschen, # RT 4796
         accounts::mgrover,   # RT 4600
         accounts::mlitn,     # RT 4959
-        accounts::olivneh,   # RT 3451
         accounts::otto,
         accounts::reedy,
         accounts::rfaulk,    # RT 5040
@@ -2806,13 +2793,11 @@
     $gid=500
 
     include standard,
-        groups::wikidev,
-        accounts::olivneh,
         role::eventlogging,
         role::ipython_notebook,
         role::logging::mediawiki::errors
 
-    sudo_user { [ 'otto', 'olivneh' ]:
+    sudo_user { 'otto':
         privileges => ['ALL = (ALL) NOPASSWD: ALL'],
     }
 }
@@ -2821,28 +2806,15 @@
 # and MediaWiki errors. Non-critical at the moment. See RT #5514.
 node 'hafnium.wikimedia.org' {
     include standard,
-        groups::wikidev,
-        accounts::olivneh,
         role::eventlogging::graphite,
         misc::graphite::navtiming,
         webperf
-
-    sudo_user { 'olivneh':
-        privileges => ['ALL = (ALL) NOPASSWD: ALL'],
-    }
 }
 
 # StatsD & Graphite host for eqiad. Slotted to replace professor.pmtpa.
 # RT #5871
 node 'tungsten.eqiad.wmnet' {
-    # services
     include standard, role::statsd
-
-    # access
-    include groups::wikidev, accounts::olivneh
-    sudo_user { 'olivneh':
-        privileges => ['ALL = (ALL) NOPASSWD: ALL'],
-    }
 }
 
 node "virt1000.wikimedia.org" {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic90a73af0df6f608085721866b46d1e431eaed47
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