Alexandros Kosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/268098
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/98/268098/1 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: newchange Gerrit-Change-Id: Ide8abb20d43d7122445adcb4c1485691b46a37c8 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
