Skip to content

Commit

Permalink
Merge pull request ovn-org#48 from pecameron/sdn611
Browse files Browse the repository at this point in the history
OVN: bump to ovs-2.12
  • Loading branch information
openshift-merge-robot committed Nov 8, 2019
2 parents 1d010c3 + b027767 commit c40ba13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ RUN yum install -y \
yum clean all

RUN INSTALL_PKGS=" \
PyYAML bind-utils openssl firewalld-filesystem \
libpcap hostname iproute strace socat \
openvswitch2.11 openvswitch2.11-devel \
openvswitch2.11-ovn-common openvswitch2.11-ovn-central \
openvswitch2.11-ovn-host openvswitch2.11-ovn-vtep \
containernetworking-plugins \
PyYAML openssl firewalld-filesystem \
libpcap iproute strace \
openvswitch2.12 openvswitch2.12-devel \
containernetworking-plugins yum-utils \
" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
yumdownloader --enablerepo=rhel-fast-datapath-beta ovn2.11 ovn2.11-central ovn2.11-host ovn2.11-vtep && \
rpm -Uhv --force --nodeps ovn2.11* && rm -f *.rpm && \
yum clean all && rm -rf /var/cache/*

RUN mkdir -p /var/run/openvswitch && \
Expand Down

0 comments on commit c40ba13

Please sign in to comment.