You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource-dispatcher charm is currently using SDI to handle the relation pod-defaults, the team is moving away from using SDI, so we should write a charm library to handle the relation events and data transfer logic.
What needs to get done
Implement the charm library in resource-dispatcher with a provider and requirer classes
add tests for the charm library
rewrite the charms that use this relation to use the library, the charms are mlflow-operator and the new ngc charm -> tasks to be created
Definition of Done
resource-dispatcher charm is handling the pod-defaults relation correctly using the charm library rather than SDI
there is good test coverage for the charm library and tests are passing
The text was updated successfully, but these errors were encountered:
Context
resource-dispatcher charm is currently using SDI to handle the relation
pod-defaults
, the team is moving away from using SDI, so we should write a charm library to handle the relation events and data transfer logic.What needs to get done
Definition of Done
The text was updated successfully, but these errors were encountered: