Milimetric has uploaded a new change for review.

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

Change subject: Use new db hostnames
......................................................................

Use new db hostnames

Change-Id: Idacd00e72ceb52b39bc91a12439db4f9759664a0
---
M manifests/role/wikimetrics.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/56/186356/1

diff --git a/manifests/role/wikimetrics.pp b/manifests/role/wikimetrics.pp
index 5371771..916a55a 100644
--- a/manifests/role/wikimetrics.pp
+++ b/manifests/role/wikimetrics.pp
@@ -52,13 +52,13 @@
     # Centralauth Database Creds
     $db_user_centralauth   = $::passwords::wikimetrics::db_user_labsdb
     $db_pass_centralauth   = $::passwords::wikimetrics::db_pass_labsdb
-    $db_host_centralauth   = 's1.labsdb'
+    $db_host_centralauth   = 'labsdb1002.eqiad.wmnet'
     $db_name_centralauth   = 'centralauth_p'
 
     # Use the LabsDB for editor cohort analysis
     $db_user_mediawiki     = $::passwords::wikimetrics::db_user_labsdb
     $db_pass_mediawiki     = $::passwords::wikimetrics::db_pass_labsdb
-    $db_host_mediawiki     = '{0}.labsdb'
+    $db_host_mediawiki     = 'labsdb1002.eqiad.wmnet'
     $db_name_mediawiki     = '{0}_p'
 
     # OAuth and Google Auth

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

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

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

Reply via email to