-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2851407
commit fe4f72c
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,11 @@ COPY scripts/* /usr/local/bin/ | |
COPY system-container/system-container-wrapper.sh /usr/local/bin/ | ||
COPY system-container/manifest.json system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/ | ||
|
||
RUN INSTALL_PKGS="libmnl libnetfilter_conntrack conntrack-tools openvswitch \ | ||
RUN INSTALL_PKGS="origin-sdn-ovs libmnl libnetfilter_conntrack conntrack-tools openvswitch \ | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
andrewklau
Author
Contributor
|
||
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \ | ||
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \ | ||
iscsi-initiator-utils bind-utils" && \ | ||
yum install -y $INSTALL_PKGS && \ | ||
yum --enablerepo=origin-local-release install -y $INSTALL_PKGS && \ | ||
rpm -V $INSTALL_PKGS && \ | ||
yum clean all && \ | ||
mkdir -p /usr/lib/systemd/system/origin-node.service.d /usr/lib/systemd/system/docker.service.d | ||
|
@Kargakis removed SDN a few commits back ( 2f7d826#diff-b5321710e6dadcda38c38e45d57c6337L17 )... can you explain the specific reason for adding it back now? This is currently causing our downstream OpenShift builds to fail because this is specifically calling out origin.
Tagging other interested parties: @jupierce @smunilla