-
Notifications
You must be signed in to change notification settings - Fork 70
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
Finalize podman exporter deployment #870
Finalize podman exporter deployment #870
Conversation
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/401fce1cdb934ca5ad5e163a7b678fef ✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 04m 44s |
recheck |
c909f67
to
c9c6488
Compare
/lgtm |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c7f420a237834f32b8a51489211b92ee ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 47m 45s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2bac1c2f57374235b47526e0a983510b ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 33m 31s |
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, thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: paramite, vkmc 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 |
loop: | ||
- node_exporter | ||
- podman_exporter | ||
loop_control: |
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.
These are indented incorrectly. They need to be at the indentation level of the ansible.builtin.include_tasks:
Note the error you're getting during the telemetry Ansible deployment:
https://softwarefactory-project.io/zuul/t/rdoproject.org/build/e6da61144cfe4525a91242d82b3563fd/log/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack/pods/telemetry-edpm-deployment-ipam-openstack-edpm-ipam-zdrn5/logs/telemetry-edpm-deployment-ipam-openstack-edpm-ipam.log
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.
Indeed, thanks for the pointer.
c9c6488
to
f688c38
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/41ab379d6e0d4216aa17227efb75291c ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 38m 32s |
This PR enables podman_exporter back and add support for TLS certificates.
f688c38
to
3788ec1
Compare
/lgtm |
898895d
into
openstack-k8s-operators:main
This PR re-enables podman_exporter deployment and adds TLS certificates deployment
Partially-Fixes: OSPRH-10788