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

Avoid waiting on node creation for sense/fabric networks. #154

Open
abessiari opened this issue Nov 27, 2024 · 0 comments
Open

Avoid waiting on node creation for sense/fabric networks. #154

abessiari opened this issue Nov 27, 2024 · 0 comments
Assignees

Comments

@abessiari
Copy link
Contributor

  • for fabric network peek into network slivers and if active declare fabric network created without waiting for StableOk.
  • for sense retrieve manifest when state is CreateCommitted and declare network created without waiting for CreateReady.

This means that in the case:
case 1: stitching fabric and senseaws-to-fabric. The fabric network will be declared Created quickly and so sense/fabric slices will be created in paralllel.

case 1: stitching fabric and sense-aws-to-fabric-to-sense-gcp. Fisrt gcp network will be declared created quickly and then fabric network enters creation phase. The fabric network is also declared early, As a result all slices will be created in parallel.

Note: For cloudlab networks this is not possible just yet.

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

No branches or pull requests

1 participant