-
Notifications
You must be signed in to change notification settings - Fork 77
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
Enable TLS-e by default #727
Enable TLS-e by default #727
Conversation
/hold |
/retest crc_storage error |
@olliewalsh: The
The following commands are available to trigger optional jobs:
Use
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. |
/retest |
This change depends on a change that failed to merge. Change openstack-k8s-operators/dataplane-operator#754 is needed. |
/retest |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5a0f97cd6b0f4fd7a7f683503be1cf4f ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 03m 18s |
/retest |
/test openstack-operator-build-deploy-kuttl |
2 similar comments
/test openstack-operator-build-deploy-kuttl |
/test openstack-operator-build-deploy-kuttl |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5ed213f457cf4e1a90db0993f6463f94 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 53m 21s |
/test openstack-operator-build-deploy-kuttl |
/remove-hold |
openstack-k8s-operators/dataplane-operator#754 merged and |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/2a1a8507cd8a467bb666c2e1494b1d40 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 32m 17s |
maybe you need to update the go.mod with the latest dataplane |
yes, thought I would get CI with it from depends-on but seems not |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/b01e443c174e4e25aad6330de8b2b974 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 37m 47s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/ecc9f0fe1fdc4583b6239e277482da71 ✔️ openstack-k8s-operators-content-provider SUCCESS in 40m 51s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/ba7ead04092e40c185927592f647d8f4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 41m 15s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/9e6c997e5f2d4cf19e05ebdb9ef89b66 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 57m 53s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/864bab6b858f473fabda65c35eff162f ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 10m 50s |
/hold tempest failing, metadata api unreachable from VM |
recheck |
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. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/8b3e70cc55ec4a118e5a3f02d9e30c1e ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 15m 00s |
9821e5d
to
850fd43
Compare
/remove-hold |
As there is no longer an external dependency, TLS-e can now be enabled by default (with explicit opt-out e.g for adoption). Depends-On: openstack-k8s-operators/dataplane-operator#754 Related: OSPRH-2038
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: olliewalsh, 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 |
TLS support in ovn was originally added with [1], but tls args got messed in [2], the issue got visible after tls enabled by default[3], this patch fixes it. [1] openstack-k8s-operators#234 [2] openstack-k8s-operators#233 [3] openstack-k8s-operators/openstack-operator#727 Related-Issue: OSPRH-2191 Depends-On: openstack-k8s-operators/openstack-operator#745
As there is no longer an external dependency, TLS-e can now be enabled by default (with explicit opt-out e.g for adoption).
Depends-On: openstack-k8s-operators/edpm-ansible#613
Related: OSPRH-2038