Skip to content

Commit

Permalink
Update registry path for 7.0
Browse files Browse the repository at this point in the history
The registry path changed in elastic/beats#10504.
  • Loading branch information
andrewkroh committed Mar 21, 2019
1 parent b867d8c commit 9273401
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion roles/test-beat/vars/filebeat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

registry_file: registry
# The default registry file path changed with 7.0.
registry_file: '{{ "registry/filebeat/data.json" if version is version_compare("7.0", ">=") else "registry" }}'
filebeat_logs_dir: '{{ ansible_user_dir }}/filebeat_logs'
2 changes: 1 addition & 1 deletion run-settings-nightlies.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Beats "nightly" build artifacts.
# Published by: https://beats-ci.elastic.co/job/elastic+beats+master+package/
url_base: https://storage.googleapis.com/beats-ci-artifacts/snapshots
version: 7.0.0-SNAPSHOT
version: 8.0.0-SNAPSHOT
2 changes: 1 addition & 1 deletion run-settings-released.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Released artifacts.
url_base: https://artifacts.elastic.co/downloads/beats
version: 6.4.2
version: 6.6.2
2 changes: 1 addition & 1 deletion run-settings-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot builds.
# Published by: https://internal-ci.elastic.co/job/elastic+release-manager+master+unified-snapshot/
url_base: https://snapshots.elastic.co/downloads/beats
version: 7.0.0-SNAPSHOT
version: 8.0.0-SNAPSHOT

0 comments on commit 9273401

Please sign in to comment.