Yurik has uploaded a new change for review. https://gerrit.wikimedia.org/r/244884
Change subject: tilerator should not expose admin UI ...................................................................... tilerator should not expose admin UI When running, tilerator should only process jobs, not handle admin web requests. For that, we are introducing tileratorui service which will handle that function. Change-Id: Ibac0eb7f65438004c0ee557ebae8b4f87975574d --- M modules/tilerator/templates/config.yaml.erb 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/84/244884/1 diff --git a/modules/tilerator/templates/config.yaml.erb b/modules/tilerator/templates/config.yaml.erb index 9e5e7bc..85bfc83 100644 --- a/modules/tilerator/templates/config.yaml.erb +++ b/modules/tilerator/templates/config.yaml.erb @@ -9,3 +9,6 @@ cassandra-pswd: '<%= @cassandra_tilerator_pass %>' sources: sources.prod.yaml + +# Do not expose admin UI or handle job handling web requests +daemonOnly: true -- To view, visit https://gerrit.wikimedia.org/r/244884 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibac0eb7f65438004c0ee557ebae8b4f87975574d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Yurik <yu...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits