-
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
[1.5] Install OpenVSwitch from the CentOS PaaS SIG Repos #13684
[1.5] Install OpenVSwitch from the CentOS PaaS SIG Repos #13684
Conversation
bf3f6d2
to
ea38611
Compare
lgtm |
[merge] |
cherry-pick of #13681 |
@smarterclayton PTAL last commit -- occurred to me we probably need it in the historical branches for sanity |
OK actually hold on that ... the doc says
But manual testing seems to not show that to be the case ... |
a07fc75
to
8663d68
Compare
In the past, we were not able to install OpenVSwitch from the normal CentOS repositories or the `epel-release` repositories as the version there was too old. We were using Adam Miller's COPR to source a newer version, however this was unstable and flaky. The CentOS PaaS SIG now provides the `openshift-origin15` repository which has the dependencies necessary for bleeding-edge builds of Origin on CentOS, including the correct OpenVSwitch dependency RPM. We will use this repository from now on. Signed-off-by: Steve Kuznetsov <[email protected]>
In order to make sure we do not pull in any unwanted package versions from the new CentOS PaaS SIG repository, we can restrict the packages that `yum` will consider this repository to only OpenVSwitch. Signed-off-by: Steve Kuznetsov <[email protected]>
8663d68
to
3fbaa72
Compare
OK, repo has the correct OVS RPM now [test][merge] |
Evaluated for origin merge up to 3fbaa72 |
Evaluated for origin test up to 3fbaa72 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/285/) (Base Commit: e935cc6) (Image: devenv-rhel7_6128) |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/660/) (Base Commit: e935cc6) |
In the past, we were not able to install OpenVSwitch from the normal
CentOS repositories or the
epel-release
repositories as the versionthere was too old. We were using Adam Miller's COPR to source a newer
version, however this was unstable and flaky. The CentOS PaaS SIG now
provides the
openshift-origin15
repository which has the dependenciesnecessary for bleeding-edge builds of Origin on CentOS, including the
correct OpenVSwitch dependency RPM. We will use this repository from
now on.
Signed-off-by: Steve Kuznetsov [email protected]
/cc @pweil- @eparis this should be fine to merge [test]