Set juju wait version 91/61391/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 25 Aug 2018 09:58:42 +0000 (11:58 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 26 Aug 2018 10:15:28 +0000 (12:15 +0200)
It's mandatory before releasing.

Change-Id: Iac7b49fb1061b39ee6683e7b30f163cfc2060a95
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 381a70d86ce49bd55b298042dc11cb16f9710d82)

docker/vnf/Dockerfile

index 27c1297..b17ad2b 100644 (file)
@@ -8,6 +8,7 @@ ARG CLOUDIFY_VIMS_TAG=fraser
 ARG VROUTER_TAG=fraser
 ARG JUJU_TAG=tags/juju-2.2.5
 ARG ABOT_TAG=opnfv-fraser
+ARG JUJU_WAIT_TAG=2.6.4
 
 ENV GOPATH /src/epc-requirements/go
 ENV GOBIN /src/epc-requirements/go/bin
@@ -32,7 +33,7 @@ RUN apk --no-cache add --update \
     (cd /src/epc-requirements/abot_charm && git checkout $ABOT_TAG) && \
     python3 -m pip install --no-cache-dir --src /src -cupper-constraints.txt \
         -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \
-        juju-wait && \
+        juju-wait==$JUJU_WAIT_TAG && \
     go get github.com/rogpeppe/godeps && \
     go get -d -v github.com/juju/juju/... || true && \
     (cd $GOPATH/src/github.com/juju/juju && git checkout $JUJU_TAG && godeps -u dependencies.tsv) && \