-
Notifications
You must be signed in to change notification settings - Fork 36
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 #426
migrate from databaseUsername to databaseAccount and fully use MariaDBAccount #426
Conversation
85a23d4
to
a6acfe3
Compare
a6acfe3
to
deff989
Compare
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.
Looks good to me
5a47593
to
54ea98b
Compare
ad33ccb
to
d0326ff
Compare
attempting to follow steps at: openstack-k8s-operators/glance-operator#426 (comment) source PR: openstack-k8s-operators/mariadb-operator#184
/retest |
57997de
to
8b93abb
Compare
so to get a build to pass: a. we aren't allowed to have replace directives in go.mod, which means update: add "//allow-merging" after each replace that will be skipped by the linter |
8b93abb
to
fcd44f7
Compare
388efab
to
afabfa2
Compare
afabfa2
to
509c5b3
Compare
This provides a link to install the mariadb image built against the version in openstack-k8s-operators/mariadb-operator#184. This adds rotatable username/password flow to the mariadb operator with associated client functions to be called in each downstream operator. follows steps at: openstack-k8s-operators/glance-operator#426 (comment)
controllers/glance_controller.go
Outdated
ctx, h, instance.Spec.DatabaseAccount, | ||
instance.Namespace, false, | ||
) | ||
|
||
if err != nil { | ||
return err |
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.
can add status here
b4fcc42
to
26e945d
Compare
08d11b9
to
652fa59
Compare
/retest |
652fa59
to
a2e8bb5
Compare
This provides a link to install the mariadb image built against the version in openstack-k8s-operators/mariadb-operator#184. This adds rotatable username/password flow to the mariadb operator with associated client functions to be called in each downstream operator. follows steps at: openstack-k8s-operators/glance-operator#426 (comment)
a2e8bb5
to
178eaa0
Compare
this is all set assuming tests fully pass |
178eaa0
to
7011a4c
Compare
[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 |
6b5d600
into
openstack-k8s-operators:main
This moves glance to fully use MariaDBAccount based on the dev work being done for mariadb-operator:
Lead Jira: OSPRH-4095
kuttl/*.yaml
kuttl/*.yaml