From: Cédric Ollivier Date: Sat, 9 Jun 2018 12:47:51 +0000 (+0200) Subject: Select the right quaff repo X-Git-Tag: opnfv-7.0.0~279 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F58387%2F1;p=functest.git Select the right quaff repo Change-Id: I0aa090bf1f8c6220918ebc1b041bab4a43d444b5 Signed-off-by: Cédric Ollivier --- diff --git a/docker/vnf/Dockerfile b/docker/vnf/Dockerfile index 8a42bd0f1..09c8413db 100644 --- a/docker/vnf/Dockerfile +++ b/docker/vnf/Dockerfile @@ -3,7 +3,7 @@ FROM opnfv/functest-core ARG BRANCH=master ARG OPENSTACK_TAG=stable/queens ARG VIMS_TEST_TAG=release-129 -ARG QUAFF_TAG=a6d9a184f03af5d8831ca4631c98dee0de60441c +ARG QUAFF_TAG=59213d6d8ee29433552bb75f505cdc96b0b18909 ARG VIMS_TAG=fraser ARG VROUTER_TAG=fraser ARG JUJU_TAG=tags/juju-2.2.5 @@ -22,7 +22,7 @@ RUN apk --no-cache add --update \ > upper-constraints.txt && \ git clone --depth 1 -b $VIMS_TEST_TAG https://github.com/Metaswitch/clearwater-live-test /src/vims-test && \ sed -i s/unf_ext\ \(.*\)/unf_ext\ \(0.0.7.4\)/g /src/vims-test/Gemfile.lock && \ - git clone https://github.com/rkd91/quaff /src/vims-test/quaff && \ + git clone https://github.com/Metaswitch/quaff /src/vims-test/quaff && \ (cd /src/vims-test/quaff && git checkout $QUAFF_TAG) && \ git clone --depth 1 -b $VIMS_TEST_TAG https://github.com/Metaswitch/clearwater-build-infra /src/vims-test/build-infra && \ git clone --depth 1 -b $VIMS_TAG https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git /src/vims && \