EBernhardson has uploaded a new change for review.

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

Change subject: Point beta redis at the domain instead of ip
......................................................................

Point beta redis at the domain instead of ip

Beta jobrunner is currently not running because it is pointing
to an incorrect IP.  Rather than tracking IP's just put the
domain name here.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/73/163973/1

diff --git a/manifests/role/beta.pp b/manifests/role/beta.pp
index 379be71..ecd6a88 100644
--- a/manifests/role/beta.pp
+++ b/manifests/role/beta.pp
@@ -138,8 +138,8 @@
     include ::mediawiki
 
     class { '::mediawiki::jobrunner':
-        aggr_servers    => [ '10.68.16.146' ],
-        queue_servers   => [ '10.68.16.146' ],
+        aggr_servers    => [ 'deployment-redis01' ],
+        queue_servers   => [ 'deployment-redis01' ],
         runners_basic   => 5,
         runners_parsoid => 5,
         runners_upload  => 2,

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

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

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

Reply via email to