Dzahn has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/327694 )
Change subject: Beta: RESTBase: Use the BetaCluster MCS instance ...................................................................... Beta: RESTBase: Use the BetaCluster MCS instance An instance of the mobile content service has been set up in BetaCluster, so point RESTBase to that VM. Bug: T149671 Change-Id: I5807896e7f9b0279be922de73e6ccddb3fdaac12 --- M hieradata/labs/deployment-prep/common.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Mobrovac: Looks good to me, but someone else must approve jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/hieradata/labs/deployment-prep/common.yaml b/hieradata/labs/deployment-prep/common.yaml index d5059be..c5ddf9c 100644 --- a/hieradata/labs/deployment-prep/common.yaml +++ b/hieradata/labs/deployment-prep/common.yaml @@ -110,7 +110,7 @@ restbase::logstash_host: deployment-logstash2.deployment-prep.eqiad.wmflabs restbase::cassandra_default_consistency: localQuorum restbase::graphoid_uri: http://deployment-sca01.deployment-prep.eqiad.wmflabs:19000 -restbase::mobileapps_uri: http://appservice.wmflabs.org +restbase::mobileapps_uri: http://deployment-mcs01.deployment-prep.eqiad.wmflabs:8888 restbase::mathoid_uri: http://deployment-mathoid.deployment-prep.eqiad.wmflabs:10042 restbase::aqs_uri: https://wikimedia.org/api/rest_v1/metrics restbase::eventlogging_service_uri: http://deployment-eventlogging04.deployment-prep.eqiad.wmflabs:8085/v1/events -- To view, visit https://gerrit.wikimedia.org/r/327694 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5807896e7f9b0279be922de73e6ccddb3fdaac12 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mobrovac <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Mobrovac <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
