-
Notifications
You must be signed in to change notification settings - Fork 8
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
[DPE-5830] Bump to 24.04 #495
base: 2/edge
Are you sure you want to change the base?
Conversation
4894dd5
to
1445650
Compare
@@ -79,7 +79,7 @@ def __init__( | |||
self.peer_relation = peer_relation | |||
self.jdk_path = jdk_path | |||
self.certs_path = certs_path | |||
self.keytool = self.jdk_path + "/bin/keytool" | |||
self.keytool = "opensearch.keytool" |
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.
I like that change and that this is now provided by the snap!
@@ -114,10 +114,11 @@ jobs: | |||
path: | |||
- . | |||
- ./tests/integration/relations/opensearch_provider/application-charm/ | |||
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v22.0.0 | |||
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@beta-charmcraftst124 |
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.
Maybe add some # todo
comments here?
with tempfile.NamedTemporaryFile( | ||
mode="w+t", dir=self.charm.opensearch.paths.conf | ||
) as ca_tmp_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.
👍 good change. Just for consideration: there is also a self.charm.opensearch.paths.certs
.
# should not be updated unless https://github.com/juju/python-libjuju/issues/1093 is fixed | ||
juju = "==3.5.0" | ||
# websockets issue solved from 3.2.5.1 https://github.com/juju/python-libjuju/issues/1184 # TODO: restore to 3.5.0 |
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.
Nice to see this fixed.
to be added