ArielGlenn has uploaded a new change for review.

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

Change subject: move mounts on stat1/1002 from dataset2 to dataset1001
......................................................................

move mounts on stat1/1002 from dataset2 to dataset1001

Change-Id: I363f84665d86db7a95bd3f8128d34c3c811883f9
---
M manifests/misc/statistics.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/50/119950/1

diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index ae09004..e3efc15 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -129,7 +129,7 @@
     }
 }
 
-# Mounts /data from dataset2 server.
+# Mounts /data from dataset1001 server.
 # xmldumps and other misc files needed
 # for generating statistics are here.
 class misc::statistics::dataset_mount {
@@ -139,9 +139,9 @@
     file { "/mnt/data": ensure => directory }
 
     mount { "/mnt/data":
-        device => "208.80.152.185:/data",
+        device => "208.80.154.11:/data",
         fstype => "nfs",
-        options => 
"ro,bg,tcp,rsize=8192,wsize=8192,timeo=14,intr,addr=208.80.152.185",
+        options => 
"ro,bg,tcp,rsize=8192,wsize=8192,timeo=14,intr,addr=208.80.154.11",
         atboot => true,
         require => [File['/mnt/data'], Class["nfs::common"]],
         ensure => mounted,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I363f84665d86db7a95bd3f8128d34c3c811883f9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>

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

Reply via email to