generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upgrades broken #130
Labels
bug
Something isn't working
Comments
@taurus-forever FYI |
shayancanonical
added a commit
that referenced
this issue
Apr 24, 2024
…elated to data-integrator + TLS support (#119) ## Issue 1. We are currently not reacting to `external-node-connectivity` that may be sent to mysql-router via data-interfaces when related with data-integrator 2. We are not able to relate with the TLS operators 3. We broke upgrades (#130) when we implemented reconcile pattern for COS ## Solution 1. Support `external-node-connectivity` by binding to address `0.0.0.0` when related to data-integrator. Else, only expose router through a unix socket 2. Add capability to relate to TLS operators 3. Refactor to fix upgrades -- remaining integration test will be added in a follow up PR ## Testing Added integration tests for TLS + COS, TLS, and TLS + Data Integrator ## todo ~~Change the `charmed-mysql` snap version to the official `8.0/edge` version instead of a branch build~~
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrades broken by #93
Calls to
workload.enable()
andworkload.disable()
appear on mainmysql-router-operator/src/workload.py
Lines 398 to 402 in 557f884
but
workload.enable()
andworkload.disable()
removed in #93Causes error:
The text was updated successfully, but these errors were encountered: