Skip to content

Commit

Permalink
ipsec: Soak test for updated OVS package.
Browse files Browse the repository at this point in the history
When we are happy that this passes all tests, we can tag this
release.

Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
  • Loading branch information
markdgray committed Apr 7, 2021
1 parent a10433c commit a3a1b2c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN yum install -y \
ARG ovsver=2.15.0-2.el8fdp
ARG ovnver=20.12.0-25.el8fdp

COPY openvswitch2.15-2.15.0-9.el8fdp.x86_64.rpm openvswitch2.15-ipsec-2.15.0-9.el8fdp.x86_64.rpm python3-openvswitch2.15-2.15.0-9.el8fdp.x86_64.rpm /root

RUN INSTALL_PKGS=" \
openssl python3-pyOpenSSL firewalld-filesystem \
libpcap iproute iproute-tc strace \
Expand All @@ -45,6 +47,7 @@ RUN INSTALL_PKGS=" \
" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.15 = $ovsver" "openvswitch2.15-devel = $ovsver" "python3-openvswitch2.15 = $ovsver" "openvswitch2.15-ipsec = $ovsver" && \
rpm -Uhv --force --nodeps /root/*openvswitch*.rpm && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 = $ovnver" "ovn2.13-central = $ovnver" "ovn2.13-host = $ovnver" "ovn2.13-vtep = $ovnver" && \
yum clean all && rm -rf /var/cache/*

Expand Down
Binary file added openvswitch2.15-2.15.0-9.el8fdp.x86_64.rpm
Binary file not shown.
Binary file added openvswitch2.15-ipsec-2.15.0-9.el8fdp.x86_64.rpm
Binary file not shown.
Binary file not shown.

0 comments on commit a3a1b2c

Please sign in to comment.