-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Bump router to haprox18 #18053
Bump router to haprox18 #18053
Conversation
images/router/haproxy/Dockerfile
Outdated
RUN INSTALL_PKGS="haproxy" && \ | ||
RUN INSTALL_PKGS="haproxy18" && \ | ||
yum install yum-config-manager && \ | ||
yum-config-manager --add http://cbs.centos.org/repos/paas7-openshift-origin38-testing/x86_64/os/ && \ |
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.
Why is the haproxy18 package in the normal set of dependencies we already set? We spent 2 releases trying to stop doing it.
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.
I assume you meant "why ISN'T the haproxy18..."
/test extended_networking_minimal |
1 similar comment
/test extended_networking_minimal |
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
/retest |
This just uses the new OpenShift repo RPMs for haproxy 1.8. There should be no features changed by this. All follow-on work making use of the new features in haproxy will happen in subsequent commits.
We're awaiting a signed version of this package.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: knobunc, sdodson The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
What is the resolution of the concerns raised earlier? This is going to be fixed tomorrow? |
We hope tomorrow to revert the repo swizzle. Right now we are just trying to get it to work at all... |
Ok, that's fine. |
Automatic merge from submit-queue. |
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.
The repo name is origin38-testing? Sounds timeboxed.
No description provided.