Skip to content

Commit

Permalink
WIP: test monitor-all fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbw committed Feb 28, 2020
1 parent 56e3279 commit f21e631
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Expand Up @@ -42,6 +42,12 @@ RUN INSTALL_PKGS=" \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
yum clean all && rm -rf /var/cache/*

RUN curl -O http://people.redhat.com/dcbw/ovn2.12-2.12.0-32.el7fdn.x86_64.rpm && \
curl -O http://people.redhat.com/dcbw/ovn2.12-central-2.12.0-32.el7fdn.x86_64.rpm && \
curl -O http://people.redhat.com/dcbw/ovn2.12-host-2.12.0-32.el7fdn.x86_64.rpm && \
rpm -Uhv --nodeps --force ovn2.12-*2.12.0-32*.rpm && \
rm -f *.rpm

RUN mkdir -p /var/run/openvswitch && \
mkdir -p /var/run/ovn && \
mkdir -p /etc/cni/net.d && \
Expand Down

0 comments on commit f21e631

Please sign in to comment.