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
instead of supporting one relation endpoint per role, we should relate the coordinator to the worker over the single interface/endpoint mimir-cluster;
gather all the roles from relation data and check if the minimal subset conditions are met; if not, set BlockedStatus and let the user know with a status message;
build the Mimir configuration and update it with the hash ring (memeberlist), composed of all the URLs of the workers (through the top-level config key memberlist, under join_members);
send the Mimir configuration to all the workers over relation data
Completing this issue should be enough for a functioning testable charm to be related to a worker.
The text was updated successfully, but these errors were encountered:
Enhancement Proposal
The coordinator charm has to:
mimir-cluster
;BlockedStatus
and let the user know with a status message;memberlist
, underjoin_members
);Completing this issue should be enough for a functioning testable charm to be related to a worker.
The text was updated successfully, but these errors were encountered: