-
Notifications
You must be signed in to change notification settings - Fork 80
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
[tlse] internal TLS support for barbican #632
[tlse] internal TLS support for barbican #632
Conversation
Creates certs for k8s service of the service operator when spec.tls.endpoint.internal.enabled: true For a service like nova which talks to multiple service internal endpoints, this has to be set for each of them for, like: ~~~ customServiceConfig: | [keystone_authtoken] insecure = true [placement] insecure = true [neutron] insecure = true [glance] insecure = true [cinder] insecure = true ~~~ Depends-On: openstack-k8s-operators/lib-common#428 Depends-On: openstack-k8s-operators#620 Depends-On: openstack-k8s-operators/barbican-operator#55 Jira: OSPRH-2349
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/bbee7da0d5a04531ab65556c15849ca3 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 47s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/1af1d5a5d948449abaa9bb2919f1df5b ❌ openstack-k8s-operators-content-provider FAILURE in 12m 06s |
recheck |
spec.tls.endpoint.internal.enabled: true For a service like nova which talks to multiple service internal endpoints, this has to be set for each of them for, like: ~~~ customServiceConfig: | [keystone_authtoken] insecure = true [placement] insecure = true [neutron] insecure = true [glance] insecure = true [cinder] insecure = true ~~~ Depends-On: openstack-k8s-operators/lib-common#428 Depends-On: openstack-k8s-operators#620 Depends-On: openstack-k8s-operators/barbican-operator#55 Jira: OSPRH-2349
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/129d543f0a4e482a96d0128bb683d89e ❌ openstack-k8s-operators-content-provider FAILURE in 6m 42s |
4233a06
to
b35bda0
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5b4433c45635430eb8fc5e1ff6b91a62 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 22m 26s |
recheck - tempest timeouts |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/70ebfd9ca5724019983d7a0aae56c45b ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 51m 53s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/6f94e8cf885449dca82ac8a1ddea04b6 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 51m 39s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/f0eacb52acd64dd9bb0517d9078a6bb5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 40m 55s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/46b1b94601524f1d87e85126eeaba486 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 40m 17s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/3b33c5c475a34f4f83e014054460df33 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 14s |
recheck |
There's a Nova failure here which is preventing Kuttl from passing:
|
/test openstack-operator-build-deploy-kuttl |
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: d34dh0r53, olliewalsh 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 |
91d2a8a
into
openstack-k8s-operators:main
Creates certs for k8s service of the service operator when spec.tls.endpoint.internal.enabled: true
For a service like nova which talks to multiple service internal endpoints, this has to be set for each of them for, like:
Depends-On: openstack-k8s-operators/lib-common#428
Depends-On: #620
Depends-On: openstack-k8s-operators/barbican-operator#55
Jira: OSPRH-2349