Skip to content

Commit

Permalink
[OVN][Octavia] Add cmd octavia-ovn-db-sync-util
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Aug 8, 2024
1 parent e186273 commit 063fd01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/octavia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ ADD --keep-git-dir=true https://opendev.org/openstack/octavia.git#${OCTAVIA_GIT_
RUN git -C /src/octavia fetch --unshallow
ADD --keep-git-dir=true https://opendev.org/openstack/ovn-octavia-provider.git#master /src/ovn-octavia-provider
RUN git -C /src/ovn-octavia-provider fetch --unshallow
# temprory fetch the change until we merge https://review.opendev.org/c/openstack/ovn-octavia-provider/+/925747
RUN git -C /src/ovn-octavia-provider fetch https://review.opendev.org/openstack/ovn-octavia-provider refs/changes/47/925747/9
RUN git -C /src/ovn-octavia-provider checkout FETCH_HEAD

RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe
pip3 install \
--constraint /upper-constraints.txt \
Expand Down

0 comments on commit 063fd01

Please sign in to comment.