Skip to content
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 an orchestrator for az cleanroom CCF networks #286

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Conversation

DomAyre
Copy link
Collaborator

@DomAyre DomAyre commented Jan 9, 2025

Motivation

Begins to address #265, which found that the az cleanroom extension doesn't automatically maintain the health of a CCF network.

The solution which starts with this PR involves a container image which will run, monitoring the health of the network and calling the extensions update function when nodes become unhealthy

The update function retires unhealthy nodes and provisions new nodes to maintain a desired number.

Limitations

This implementation currently only works if the orchestrator container is run on the same host that deployed the CCF network initially, as it accesses "sibling" az cleanroom client containers from the host and mounts credentials from the host.

Eventually both of these limitations will be addressed, by properly handling credentials spinning up independent client containers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant