-
Notifications
You must be signed in to change notification settings - Fork 28
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
migrate from databaseUsername to databaseAccount and fully use MariaDBAccount #246
migrate from databaseUsername to databaseAccount and fully use MariaDBAccount #246
Conversation
Skipping CI for Draft Pull Request. |
/ok-to-test |
e8e01c5
to
fea9ea1
Compare
fea9ea1
to
b7ec9fc
Compare
kuttl is failing because there's too many replicas of ManilaAPI
3? is this possibly a cleanup issue in the kuttl suite? cc @fmount |
Hi @zzzeek ,
|
controllers/manila_controller.go
Outdated
// templateParameters := make(map[string]interface{}) | ||
templateParameters := map[string]interface{}{ | ||
"ServiceUser": instance.Spec.ServiceUser, | ||
"ServicePassword": string(ospSecret.Data[instance.Spec.PasswordSelectors.Service]), | ||
"KeystonePublicURL": keystonePublicURL, | ||
"KeystoneInternalURL": keystoneInternalURL, | ||
"TransportURL": string(transportURLSecret.Data["transport_url"]), | ||
// FIXME(zzzeek) / (mschuppert) - we have added my.cnf to customData | ||
// above. Why is it not being consumed here via read_default_file=/etc/my.cnf? | ||
// this is required for SSL database connections to work |
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.
I missed it. I can fix that in a follow up
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.
oh nice catch, I thought I got all those. a bunch more, thanks! |
b7ec9fc
to
c2aae1a
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
/retest |
c2aae1a
to
046f1aa
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5ca86ddb0d174b678901a149e992c4ab ❌ openstack-k8s-operators-content-provider RETRY_LIMIT in 31m 06s |
046f1aa
to
fa678a6
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/7bd478864a6044cc99363f7bfc570324 ❌ openstack-k8s-operators-content-provider TIMED_OUT in 30m 56s |
recheck |
Ok this is ready |
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: fmount, zzzeek 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 |
bcf4e9f
into
openstack-k8s-operators:main
Lead Jira: OSPRH-4095
kuttl/*.yaml
kuttl/*.yaml