-
Notifications
You must be signed in to change notification settings - Fork 39
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
Allow memcached to listen to both TLS and non-TLS #212
Allow memcached to listen to both TLS and non-TLS #212
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/8e9f1e6921d44bcfb565bace13b1edab ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 36m 15s |
/test infra-operator-build-deploy-kuttl |
2 similar comments
/test infra-operator-build-deploy-kuttl |
/test infra-operator-build-deploy-kuttl |
/test infra-operator-build-deploy-kuttl |
recheck |
/test infra-operator-build-deploy-kuttl |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/9af0118a0f384c82877f920ff2c59b4b ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 27m 11s |
/test infra-operator-build-deploy-kuttl |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/2c77ef42b4ed4745821cbd317169bd39 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 29m 39s |
/test infra-operator-build-deploy-kuttl |
keystone bootstrap jobs fail. we try to get the service operator bump in the openstack-operator landed to have a possible fix for mariadb added. |
/test infra-operator-build-deploy-kuttl |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e66085d1dea6449da9ed34659f608c69 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 31m 27s |
When memcached is configured for exposing its endpoint over TLS, some clients still require accessing in via non-TLS. Update the TLS configuration to expose the TLS endpoint on port 11212 while keeping non-TLS accesses on port 11211. This matches what was configured by TripleO. Updated kuttl tests to avoid multiple TestAssert in the same test as only the last one is executed. Also rename the assert files to give time to the resource to become ready before running the assert scripts to avoid spurious logs. Jira: OSPRH-3568
c3c8ca6
to
5324b6f
Compare
New revision to fix infra-operator-build-deploy-kuttl failure, as spotted by @stuggi |
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: dciabrin, 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 |
cf57fc7
into
openstack-k8s-operators:main
When memcached is configured for exposing its endpoint over TLS, some clients still require accessing in via non-TLS. Update the TLS configuration to expose the TLS endpoint on port 11212 while keeping non-TLS accesses on port 11211. This matches what was configured by TripleO.
Updated kuttl tests to avoid multiple TestAssert in the same test as only the last one is executed. Also rename the assert files to give time to the resource to become ready before running the assert scripts to avoid spurious logs.
Jira: OSPRH-3568