Skip to content

Commit

Permalink
Pinning the OVN version for 4.5.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Constantinescu <aconstan@redhat.com>
  • Loading branch information
alexanderConstantinescu committed Sep 2, 2020
1 parent 4970aa4 commit 6e6e6ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ 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.13 >= 2.13.0-29.el7fdp" openvswitch2.13-devel && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 >= 2.13.0-31" ovn2.13-central ovn2.13-host ovn2.13-vtep && \
# OVN-Kubernetes 4.5.7 comes shipped with these OVN versions. Since we can't support SB/NB DB upgrades for now, pin the version so that we don't block 4.5.8
#======== 4.5.7 ========
#ovn2.13-2.13.0-39.el7fdp.x86_64
#ovn2.13-central-2.13.0-39.el7fdp.x86_64
#ovn2.13-host-2.13.0-39.el7fdp.x86_64
#ovn2.13-vtep-2.13.0-39.el7fdp.x86_64
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 == 2.13.0-39.el7fdp" ovn2.13-central ovn2.13-host ovn2.13-vtep && \
yum clean all && rm -rf /var/cache/*

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

0 comments on commit 6e6e6ad

Please sign in to comment.