-
Notifications
You must be signed in to change notification settings - Fork 82
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 support for KSM #1056
Add support for KSM #1056
Conversation
This change depends on a change that failed to merge. Change openstack-k8s-operators/telemetry-operator#337 is needed. |
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. |
recheck |
/test openstack-operator-build-deploy-kuttl |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f3a8edbee473408fa4dc6a00933a3393 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 00m 20s |
/test openstack-operator-build-deploy-kuttl |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a6512f9c32cc4c669e6eb80f44efa09b ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 27m 18s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ed3cbe5bb1164d639ec157cf429fd6ff ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 27m 14s |
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 |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/af93f350b0244336bb58530b9512776c ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 56m 37s |
6c09bc6
to
f36d7b8
Compare
looks good to me |
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://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2d22ed74bfbc4b70abd47344ca2b17db ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 14m 53s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/63fe6c15d16149c2b905b5acf63ddb25 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 16m 58s |
recheck |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, dprince, paramite 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 |
/test openstack-operator-build-deploy-kuttl |
3 similar comments
/test openstack-operator-build-deploy-kuttl |
/test openstack-operator-build-deploy-kuttl |
/test openstack-operator-build-deploy-kuttl |
I see a nil pointer dereferencing error in this PR everytime. We're probably trying to derefence an image pointer when the openstackversion status does not have it maybe.
|
Oh, thanks for the heads-up Rabi, I missed that. I wonder what had changed since yesterday when KUTTL tests were passing? I'm going to look into it. |
New changes are detected. LGTM label has been removed. |
/test openstack-operator-build-deploy-kuttl |
079542b
into
openstack-k8s-operators:main
This patch add default image and TLS support for kube-state-metrics, a new component of Telemetry/Ceilometer resource.
Related: OBSDA-574
Related: OSPRH-1052
Closes: OSPRH-11115