-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Elasticsearch 7 to test matrix #1088
Conversation
architecture in the filename. Also remove the management of the pid_dir and defaults location, as this is managed by the packages.
dd8e94e
to
b9eba78
Compare
This one is ready for review now. There is still one persistent failure on CentOS/Oracle Linux 7, which appears to be due to some weird issue with installing the RPM and file permissions. Related Elasticsearch issue: elastic/elasticsearch#50631 Needs some more detailed debugging, but don't want that to hang this up too much. |
Can this be updated to
Ubuntu 20.04 is not yet on the support matrix, I would prefer waiting to add it to puppet supported platforms. WDYT? |
@@ -0,0 +1,17 @@ | |||
HOSTS: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove also this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool 🍨 I'll defer to @jmlrt's feedback but the changes here make sense to me. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice. 👍
So I pushed the branch to the I'm going to debug further before merging. |
OK, I think I've found the issue with the security tests (A different Vault secret path to the one I updated with |
So the tests passed with the exception of the EL7 tests which I noted above. Merging this one in and will work on the EL7 tests in a separate PR. |
Add Elasticsearch
7.7.1
to the test matrix, and update supporting code and tests to support.Also added Ubuntu
20.04
to the test matrix.