Gehel has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/341372 )
Change subject: deployment-prep: Use elasticsearch 5.x ...................................................................... deployment-prep: Use elasticsearch 5.x Updates deployment prep to specify elasticsearch v5. This will adjust the configuration that is built and put into place, such that the servers can have the 5.x deb installed and will boot sucesfully. Change-Id: I7420ea1cba88e30794d9bcecf009cab4860bc79f --- M hieradata/labs/deployment-prep/common.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Gehel: Looks good to me, approved diff --git a/hieradata/labs/deployment-prep/common.yaml b/hieradata/labs/deployment-prep/common.yaml index 7b7981a..4009b6d 100644 --- a/hieradata/labs/deployment-prep/common.yaml +++ b/hieradata/labs/deployment-prep/common.yaml @@ -187,7 +187,7 @@ "mediawiki::users::mwdeploy_pub_key": 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFwlmBBBJAr1GI+vuYjFh5vq0YIVa5fqE5DZdpzUZISlQ0Kt+9bIr2qNHIj+Jl5Bc6ZY1mkh8l693tAHVx+8tayoiFWYNs9IVsxR+iHgOOhAdDIBXaHaUattdiye5bQmdvJVXaVegckNX2gbmUCOc09jvZvlk3blKFTSEpZRU8dmpXQzKdZgaAq2VTajAegoFnuN9FbC7hzBPA+1NxFNKn94eIeFPSlo5rWr44OEb5Uy3O0B5c6WPM+IgfiygetP+yGL4cKv7qEjZ0Sxok/Rh1lBh1vP1YQ/Mc6tMV0s+kOv7Wz+P88bfU1/uWvy479OZdfh3NQqDTrLzqHwVW1vef root@deployment-salt' # NOTE: these elasticsearch settings will need to be overloaded on a per-host # basis for the Logstash Elasticsearch cluster. -"elasticsearch::version": 2 +"elasticsearch::version": 5 "elasticsearch::expected_nodes": 3 "elasticsearch::minimum_master_nodes": 2 "elasticsearch::heap_memory": 4G -- To view, visit https://gerrit.wikimedia.org/r/341372 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7420ea1cba88e30794d9bcecf009cab4860bc79f Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: EBernhardson <[email protected]> Gerrit-Reviewer: Gehel <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
