-
Notifications
You must be signed in to change notification settings - Fork 100
[tlse] internal TLS support for telemetry aodh service #695
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 telemetry aodh service #695
Conversation
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/fa94b06970f9458691e4583ee30e4cd4 ❌ openstack-k8s-operators-content-provider FAILURE in 7m 50s |
d30a2f7 to
849dea1
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/2c1c0399e0004f5495a609ff37e1fad6 ❌ openstack-k8s-operators-content-provider FAILURE in 14m 14s |
849dea1 to
5017358
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/6a7f8a518ddc42a58d70edfddef684cd ❌ openstack-k8s-operators-content-provider FAILURE in 12m 34s |
5017358 to
9d2b215
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e21905ffd52e429cb4eaf4756fd92486 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 23m 18s |
|
/retest |
9d2b215 to
50ce85b
Compare
|
/retest |
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/631c7388975a41089beeec9c12cdb221 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 00m 27s |
|
/retest |
50ce85b to
f1a03b9
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/01df46c3cedb4ecba713200b7d065bbd ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 41m 18s |
|
recheck |
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/07cff84ea32a455785b2bf33e28b7fb8 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 33m 09s |
f1a03b9 to
65e763b
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/3ec5fa93d3874886b27a5ae8f9aa9b88 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 30m 16s |
|
recheck |
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/b3e6b36a2b7f4b56acfaf5ae00979890 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 25s |
|
recheck |
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/6f959c5f5e8d471aacdab98f06bb136c ❌ openstack-k8s-operators-content-provider FAILURE in 8m 22s |
|
recheck |
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/6111e88fc9464d49855b4a7fb41d37d1 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 26s |
|
recheck |
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/c2f4222ad0d5450ebdf2f45c57601710 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 38s |
65e763b to
fa4aced
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a00aa75a5e1c47008897f9a0566d6251 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 13s |
Creates the telemetry aodh route and svc overrides.
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/telemetry-operator#310
Depends-On: openstack-k8s-operators/telemetry-operator#327
Depends-On: openstack-k8s-operators/telemetry-operator#330
Signed-off-by: Veronika Fisarova <[email protected]>
fa4aced to
81aedcb
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/6035d5c8f71d44fd8be2c1948231bd9c ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 31m 38s |
|
recheck |
stuggi
left a comment
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: Deydra71, stuggi 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 |
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/4d8d627e07794a649d175aca9d96cdb9 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 32m 51s |
|
/override rdoproject.org/github-check |
|
@stuggi: Overrode contexts on behalf of stuggi: rdoproject.org/github-check In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…leanup-conditional-set-fact tripleo_cleanup: Fix a task that was always skipped and it shouldn't be
Creates the telemetry aodh route and svc overrides.
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/telemetry-operator#310
Depends-On: openstack-k8s-operators/telemetry-operator#327
Depends-On: openstack-k8s-operators/telemetry-operator#330