Mforns has uploaded a new change for review.
https://gerrit.wikimedia.org/r/165612
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/12/165612/1
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: newchange
Gerrit-Change-Id: I82e8a5641eb8dec63b0073317b2f4ee55c2abcc6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Mforns <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits