Skip to content

Commit

Permalink
Fix Elasticsearch Curator
Browse files Browse the repository at this point in the history
Newest elasticsearch python library required by Curator does no longer
work against the last OSS version of Elasticsearch (7.10.2). Pin it
to the last known working version.

Closes-Bug: #1941073
Change-Id: Ic8f0554c95c1903640c98a7831b829c1f88f49ff
  • Loading branch information
cityofships authored and bbezak committed Sep 23, 2021
1 parent bb29caf commit 714ccc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/elasticsearch/elasticsearch-curator/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build

{{ macros.configure_user(name='elasticsearch') }}

# NOTE(parallax): pin elasticsearch due to bug: https://bugs.launchpad.net/kolla/+bug/1941073
{% set elasticsearch_curator_pip_packages = [
'elasticsearch==7.13.*',
'elasticsearch-curator'
] %}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue with Elasticsearch curator not working due to too new
python elasticsearch library.
`LP#1941073 <https://bugs.launchpad.net/kolla-ansible/+bug/1941073>`__

0 comments on commit 714ccc3

Please sign in to comment.