Gehel has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/351629 )
Change subject: elasticsearch - update reprepro configuration ...................................................................... elasticsearch - update reprepro configuration The latest upgrades of elasticsearch/logstash were done by uploading the .deb manually to reprepro. This realigns the version of elasticsearch/logstash and their coresponding repositories to match what is actually in use. This also adds the elasticsearch-curator repository since it make sense to deploy it alongside elasticsearch. Change-Id: I636d090a73f3c1ccff81ce5bb5c3f34d70b56db8 --- M modules/aptrepo/files/updates 1 file changed, 13 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/29/351629/1 diff --git a/modules/aptrepo/files/updates b/modules/aptrepo/files/updates index 41a2f25..5304d9a 100644 --- a/modules/aptrepo/files/updates +++ b/modules/aptrepo/files/updates @@ -66,17 +66,27 @@ ListShellHook: grep-dctrl -X -S cassandra || [ $? -eq 1 ] Name: elasticsearch -Method: http://packages.elastic.co/elasticsearch/2.x/debian +Method: https://artifacts.elastic.co/packages/5.x/apt Components: main>thirdparty UDebComponents: Suite: stable GetInRelease: no Architectures: amd64 VerifyRelease: D27D666CD88E42B4 -ListShellHook: grep-dctrl -X -S elasticsearch -a -F Version --eq 2.3.5 || [ $? -eq 1 ] +ListShellHook: grep-dctrl -X -S elasticsearch -a -F Version --eq 5.1.2 || [ $? -eq 1 ] + +Name: elasticsearch-curator +Method: http://packages.elastic.co/curator/5/debian +Components: main>thirdparty +UDebComponents: +Suite: stable +GetInRelease: no +Architectures: amd64 +VerifyRelease: D27D666CD88E42B4 +ListShellHook: grep-dctrl -X -S elasticsearch-curator || [ $? -eq 1 ] Name: logstash -Method: http://packages.elasticsearch.org/logstash/1.4/debian +Method: https://artifacts.elastic.co/packages/5.x/apt Components: main>thirdparty UDebComponents: Suite: stable -- To view, visit https://gerrit.wikimedia.org/r/351629 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I636d090a73f3c1ccff81ce5bb5c3f34d70b56db8 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gehel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
