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

[Fix] Add explicit dependency between CR peers and NCC RA spoke creation #1630

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

LucaPrete
Copy link
Member

@LucaPrete LucaPrete commented Aug 28, 2023

Currently CR peers may be created before the NCC-RA spoke is created (so before the VM is attached to an NCC spoke).
This errors out because we can't reference a VM as a peer before it gets added to an NCC spoke.

Adding an explicit dependency between the CR peer and the NCC RA spoke.

[tried to add an IMPLICIT dependency but makes the code much more complex and unreadable]

Copy link
Collaborator

@simonebruzzechesse simonebruzzechesse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LucaPrete LucaPrete merged commit ce96ac3 into master Aug 28, 2023
@LucaPrete LucaPrete deleted the fix_ncc_ra_deps branch August 28, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants