jenkins-bot has submitted this change and it was merged. Change subject: elasticsearch: allow port forwarding ......................................................................
elasticsearch: allow port forwarding Binding to 127.0.0.1 disables Vagrant from allowing access to Elasticsearch because forwarded ports hit the "public" address of the VM. Now that dynamic scripting is disabled by default we can disable the protection added in Ifb4253d and again allow easy developer access to the Elasticsearch service. Change-Id: If5385eeb4cf56eb4a25f478875e1ccd3230cc9b5 --- M puppet/modules/elasticsearch/files/elasticsearch.yml 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: EBernhardson: Looks good to me, approved jenkins-bot: Verified diff --git a/puppet/modules/elasticsearch/files/elasticsearch.yml b/puppet/modules/elasticsearch/files/elasticsearch.yml index 73e06d0..a7786f9 100644 --- a/puppet/modules/elasticsearch/files/elasticsearch.yml +++ b/puppet/modules/elasticsearch/files/elasticsearch.yml @@ -1,5 +1,3 @@ -## Turn off global accessibility. -network.host: "127.0.0.1" - +# This file managed by puppet ## Use short-text langdetect profile profile: "/langdetect/short-text/" -- To view, visit https://gerrit.wikimedia.org/r/234715 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If5385eeb4cf56eb4a25f478875e1ccd3230cc9b5 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: BryanDavis <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: DCausse <[email protected]> Gerrit-Reviewer: Dduvall <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
