Skip to content

Commit

Permalink
ovn: add memory patch to slow down memory increase
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Dec 20, 2019
1 parent a42d94d commit 2492a16
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.cni
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=1
ENV OVS_SUBVERSION=3

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/ovn-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.controller
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=2
ENV OVS_SUBVERSION=3

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.db
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=2
ENV OVS_SUBVERSION=3

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=2
ENV OVS_SUBVERSION=3

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.pinger
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=2
ENV OVS_SUBVERSION=3

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.webhook
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
yum clean all

ENV OVS_VERSION=2.12.0
ENV OVS_SUBVERSION=2
ENV OVS_SUBVERSION=3

RUN rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
rpm -ivh https://github.com/alauda/ovs/releases/download/${OVS_VERSION}-${OVS_SUBVERSION}/openvswitch-devel-${OVS_VERSION}-${OVS_SUBVERSION}.el7.x86_64.rpm && \
Expand Down

0 comments on commit 2492a16

Please sign in to comment.