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

siteconfig: add WaitForExtraLabel method to CIBuilder #907

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

klaskosk
Copy link
Collaborator

When provisioning clusters using oran, the ClusterInstance is managed by the oran-o2ims operator. It is useful to wait for changes to the ExtraLabels field to be propogated to the ClusterInstance by the operator, something the WaitForExtraLabel method allows.

if valid, err := builder.validate(); !valid {
return nil, err
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add informative glog message.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@kononovn Thanks, I've added a glog message (and to my other PR)

Copy link
Collaborator

@kononovn kononovn left a comment

Choose a reason for hiding this comment

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

Please fix 1 comment.

When provisioning clusters using oran, the ClusterInstance is managed by the oran-o2ims operator. It is useful to wait for changes to the ExtraLabels field to be propogated to the ClusterInstance by the operator, something the WaitForExtraLabel method allows.
@klaskosk klaskosk merged commit 6d2f00b into openshift-kni:main Feb 11, 2025
3 checks passed
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.

3 participants