Skip to content

Commit 68c4c59

Browse files
Merge pull request #15542 from andrewklau/ovssdn3.6
Automatic merge from submit-queue Add back origin-sdn-ovs From master #15468
2 parents f6124b8 + 200055d commit 68c4c59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/node/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ COPY scripts/* /usr/local/bin/
1414
COPY system-container/system-container-wrapper.sh /usr/local/bin/
1515
COPY system-container/manifest.json system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/
1616

17-
RUN INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
17+
RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \
1818
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
1919
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
2020
iscsi-initiator-utils bind-utils" && \
21-
yum install -y $INSTALL_PKGS && \
21+
yum --enablerepo=origin-local-release install -y $INSTALL_PKGS && \
2222
rpm -V $INSTALL_PKGS && \
2323
yum clean all && \
2424
mkdir -p /usr/lib/systemd/system/origin-node.service.d /usr/lib/systemd/system/docker.service.d

images/node/Dockerfile.centos7

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ COPY scripts/* /usr/local/bin/
1414
COPY system-container/system-container-wrapper.sh /usr/local/bin/
1515
COPY system-container/manifest.json system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/
1616

17-
RUN INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \
17+
RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \
1818
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
1919
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
2020
iscsi-initiator-utils bind-utils" && \
21-
yum install -y $INSTALL_PKGS && \
21+
yum --enablerepo=origin-local-release install -y $INSTALL_PKGS && \
2222
rpm -V $INSTALL_PKGS && \
2323
yum clean all && \
2424
mkdir -p /usr/lib/systemd/system/origin-node.service.d /usr/lib/systemd/system/docker.service.d

0 commit comments

Comments
 (0)