Filippo Giunchedi has submitted this change and it was merged.

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.

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

Approvals:
  Andrew Bogott: Looks good to me, but someone else must approve
  Filippo Giunchedi: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I3dec57de767fcc9542474f0e45c930284d1c15fa
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to