Skip to content

Commit 714ccc3

Browse files
cityofshipsbbezak
authored andcommitted
Fix Elasticsearch Curator
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
1 parent bb29caf commit 714ccc3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker/elasticsearch/elasticsearch-curator/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2626

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with Elasticsearch curator not working due to too new
5+
python elasticsearch library.
6+
`LP#1941073 <https://bugs.launchpad.net/kolla-ansible/+bug/1941073>`__

0 commit comments

Comments
 (0)