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 TLSInputReadyCondition #378

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

Deydra71
Copy link
Contributor

Indicating the condition when required TLS sources are ready.

@Deydra71 Deydra71 requested a review from stuggi October 26, 2023 10:44
Copy link
Contributor

@stuggi stuggi left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link
Contributor

@stuggi stuggi left a comment

Choose a reason for hiding this comment

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

do we also want to add specific TLS messages or reuse https://github.com/openstack-k8s-operators/lib-common/blob/main/modules/common/condition/conditions.go#L126 ? maybe we add custom, especially for the error case ?

@@ -292,6 +295,9 @@ const (

// AnsibleEEReadyErrorMessage
AnsibleEEReadyErrorMessage = "AnsibleEE error occurred %s"

// TLSInputErrorMessage - Provides the message when there's error in provision of TLS sources
TLSInputErrorMessage = "TLSInput error occured in TLS sources"
Copy link
Contributor

Choose a reason for hiding this comment

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

would be super useful to include some information about the specific error like in case of the AnsibleEEReadyErrorMessage above.

Indicating the condition when required TLS sources are ready or error occured.

Signed-off-by: Veronika Fisarova <[email protected]>
@Deydra71 Deydra71 merged commit ba4e6b3 into openstack-k8s-operators:main Oct 26, 2023
2 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