Skip to content

Commit

Permalink
Merge pull request #85 from stackhpc/shpc/victoria-curator-fix
Browse files Browse the repository at this point in the history
Fix Elasticsearch Curator
  • Loading branch information
bbezak authored Sep 23, 2021
2 parents bb29caf + 714ccc3 commit 42af7c3
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 42af7c3

Please sign in to comment.