Elukey has submitted this change and it was merged. Change subject: Move the OCG Redis Job queue away from rdb1002 to rdb1007 for maintenance. ......................................................................
Move the OCG Redis Job queue away from rdb1002 to rdb1007 for maintenance. This change will also allow OCG to benefit from a Redis Master replication since rdb1002 is only a Redis Slave instance. Bug: T128491 Change-Id: I50c99eac523a0a1766721c7d4933bd0fcc9b6bcd --- M hieradata/common/ocg.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Elukey: Looks good to me, approved Giuseppe Lavagetto: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/hieradata/common/ocg.yaml b/hieradata/common/ocg.yaml index 0aacdf75..9a3dc8f 100644 --- a/hieradata/common/ocg.yaml +++ b/hieradata/common/ocg.yaml @@ -1,4 +1,4 @@ temp_dir: "/mnt/tmpfs" -redis_host: "rdb1002.eqiad.wmnet" +redis_host: "rdb1007.eqiad.wmnet" statsd_host: "statsd.eqiad.wmnet" graylog_host: "logstash1002.eqiad.wmnet" -- To view, visit https://gerrit.wikimedia.org/r/275510 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I50c99eac523a0a1766721c7d4933bd0fcc9b6bcd Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
