Alexandros Kosiaris has submitted this change and it was merged. Change subject: otrs: redirect iodine to the test database ......................................................................
otrs: redirect iodine to the test database iodine is the old OTRS server. It hosts an old version of OTRS software and hence should not have access to the production database in order to avoid any kind of problem. Change-Id: Ide8abb20d43d7122445adcb4c1485691b46a37c8 --- M hieradata/hosts/iodine.yaml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Alexandros Kosiaris: Verified; Looks good to me, approved diff --git a/hieradata/hosts/iodine.yaml b/hieradata/hosts/iodine.yaml index 69b24c5..78bf09e 100644 --- a/hieradata/hosts/iodine.yaml +++ b/hieradata/hosts/iodine.yaml @@ -1,2 +1,2 @@ -otrs::otrs_database_host: m2-master.eqiad.wmnet -otrs::otrs_database_name: otrs +otrs::otrs_database_host: db2011.codfw.wmnet +otrs::otrs_database_name: testotrs -- To view, visit https://gerrit.wikimedia.org/r/268098 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ide8abb20d43d7122445adcb4c1485691b46a37c8 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
