Skip to content

Commit 42af7c3

Browse files
authored
Merge pull request #85 from stackhpc/shpc/victoria-curator-fix
Fix Elasticsearch Curator
2 parents bb29caf + 714ccc3 commit 42af7c3

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)