-
Notifications
You must be signed in to change notification settings - Fork 48
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
Use database helpers from mariadb-operator/api #554
Use database helpers from mariadb-operator/api #554
Conversation
/hold dependency need to land |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d24ebbcff92645a8b41dc5357dddf821 ✔️ nova-operator-content-provider SUCCESS in 42m 00s |
this also looks good to me for what its worth. what is not clear to me is what the depency is but ill assume you will remove the hold once its merged. |
go.mod
Outdated
@@ -95,3 +94,5 @@ replace github.com/openshift/api => github.com/openshift/api v0.0.0-202304141430 | |||
// needed to to cert-manager v1.11.4 see https://github.com/cert-manager/cert-manager/blob/v1.11.4/go.mod#L263C1-L264C104 | |||
// remove this once we bump to cert-manager v1.12.x | |||
replace github.com/Venafi/vcert/v4 => github.com/jetstack/vcert/v4 v4.9.6-0.20230519122548-219f317ae107 //allow-merging | |||
|
|||
replace github.com/openstack-k8s-operators/mariadb-operator/api => github.com/gibizer/mariadb-operator/api v0.0.0-20230929123006-6644f4172777 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will obvioulsy be dropped when the dep is merged but is here for testing.
the ci job will technically prevent the merge without the hold until this is removed
You can see the full picture of the in flight PRs related to this work here openstack-k8s-operators/lib-common#352 |
recheck
|
The lib-common/modules/database is moved to mariadb-operator/api to remove a circular dependency.
04c1554
to
8bf7d07
Compare
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer, mrKisaoLamb, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
07ad73a
into
openstack-k8s-operators:main
The lib-common/modules/database is moved to mariadb-operator/api to remove a circular dependency.