Filippo Giunchedi has submitted this change and it was merged. Change subject: Citoid: Change Zotero's host for Beta ......................................................................
Citoid: Change Zotero's host for Beta The citoid module assumes zotero is running on the same host as citoid, but that's not true in deployment-prep, where citoid is on deployment-sca01 while zotero is on deployment-zotero01. Bug: T95616 Change-Id: I6b303fa09da275e6a2e80300c62853ec385812e0 --- M hieradata/labs/deployment-prep/common.yaml 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Filippo Giunchedi: Verified; Looks good to me, approved diff --git a/hieradata/labs/deployment-prep/common.yaml b/hieradata/labs/deployment-prep/common.yaml index 8ad815b..76ea386 100644 --- a/hieradata/labs/deployment-prep/common.yaml +++ b/hieradata/labs/deployment-prep/common.yaml @@ -7,6 +7,8 @@ has_ganglia: false has_lvs: false "puppetmaster::scripts::keep_reports_minutes": 360 +citoid::zotero_host: deployment-zotero01.eqiad.wmflabs +citoid::zotero_port: 1969 "cassandra::seeds": - 10.68.17.227 - 10.68.17.189 -- To view, visit https://gerrit.wikimedia.org/r/203294 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6b303fa09da275e6a2e80300c62853ec385812e0 Gerrit-PatchSet: 5 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mobrovac <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[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
