Akosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/88788
Change subject: Enable elastic search plugins ...................................................................... Enable elastic search plugins Create a symlink from /usr/share/elasticsearch/plugins to /srv/deployment/elasticsearch/plugins that contains plugins deployed via git-deploy and managed at operations/software/elasticsearch/plugins gerrit repo Change-Id: Ib6722236530f3f7b7991258e98eba5da451d7612 --- M modules/elasticsearch/manifests/init.pp 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/88/88788/1 diff --git a/modules/elasticsearch/manifests/init.pp b/modules/elasticsearch/manifests/init.pp index 3a54359..dcb432d 100644 --- a/modules/elasticsearch/manifests/init.pp +++ b/modules/elasticsearch/manifests/init.pp @@ -85,6 +85,12 @@ require => Package['elasticsearch'], } + # Enabled the plugins + file { '/usr/share/elasticsearch/plugins': + ensure => link, + target => '/srv/deployment/elasticsearch/plugins', + } + # Make sure that some pesky, misleading log files aren't kept around # These files are created when the server is using the default cluster_name # and are never written to when the server is using the correct cluster name -- To view, visit https://gerrit.wikimedia.org/r/88788 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib6722236530f3f7b7991258e98eba5da451d7612 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Akosiaris <akosia...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits