Nuria has submitted this change and it was merged. Change subject: Add archive tablename to wikimetrics manifest ......................................................................
Add archive tablename to wikimetrics manifest Wikimetrics service was unable to start due to an undefined value in db.config['ARCHIVE_TABLENAME']. The value was actually missing in the wikimetrics manifest. Change-Id: I82e8a5641eb8dec63b0073317b2f4ee55c2abcc6 --- M puppet/modules/role/manifests/wikimetrics.pp 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Nuria: Looks good to me, approved diff --git a/puppet/modules/role/manifests/wikimetrics.pp b/puppet/modules/role/manifests/wikimetrics.pp index b389f4d..c2e493b 100644 --- a/puppet/modules/role/manifests/wikimetrics.pp +++ b/puppet/modules/role/manifests/wikimetrics.pp @@ -51,6 +51,7 @@ # where this table is called 'revision_userindex'. # The mediawiki database usually calls this 'revision'. revision_tablename => 'revision', + archive_tablename => 'archive', # Since we are using the /vagrant shared directory for configs, # make sure puppet doesn't try to change the ownership every time # it runs. -- To view, visit https://gerrit.wikimedia.org/r/165612 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I82e8a5641eb8dec63b0073317b2f4ee55c2abcc6 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Mforns <mfo...@wikimedia.org> Gerrit-Reviewer: Nuria <nu...@wikimedia.org> Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org> Gerrit-Reviewer: Ottomata <o...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits