Skip to content

[1.5] Install OpenVSwitch from the CentOS PaaS SIG Repos #13684

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

Merged
merged 2 commits into from
Apr 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
#
FROM openshift/origin

COPY centos-paas-sig-openshift-origin15.repo /etc/yum.repos.d/
COPY usr/bin/* /usr/bin/
COPY opt/cni/bin/* /opt/cni/bin/
COPY etc/cni/net.d/* /etc/cni/net.d/
COPY conf/openshift-sdn-ovs.conf /usr/lib/systemd/system/origin-node.service.d/
COPY scripts/* /usr/local/bin/

RUN curl -L -o /etc/yum.repos.d/origin-next-epel-7.repo https://copr.fedoraproject.org/coprs/maxamillion/origin-next/repo/epel-7/maxamillion-origin-next-epel-7.repo && \
INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
RUN INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
iscsi-initiator-utils" && \
Expand Down
7 changes: 7 additions & 0 deletions images/node/centos-paas-sig-openshift-origin15.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[centos-paas-sig-openshift-origin15]
name = CentOS PaaS SIG Origin 1.5 Repository
baseurl = https://buildlogs.centos.org/centos/7/paas/x86_64/openshift-origin15/
enabled = 1
gpgcheck = 0
sslverify = 0
includepkgs = openvswitch