Select Rally 0.9.1 07/46407/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 30 Oct 2017 08:02:15 +0000 (09:02 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 30 Oct 2017 08:07:29 +0000 (09:07 +0100)
stable/rally forces to use a newer version os-faults which is not
synced and is incompatible by default. Then it selects the rally
version tested as the community hugely updates its stable branches.

JIRA: PROMISE-88

Change-Id: I6c15f71737af5edac53972a8463cc166bd096a7e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/Dockerfile
docker/core/Dockerfile
docker/parser/Dockerfile
upper-constraints.txt

index 477dce5..21412aa 100644 (file)
@@ -13,7 +13,7 @@ LABEL version="0.1" description="OPNFV Functest Docker container"
 
 # Environment variables
 ARG BRANCH=stable/euphrates
-ARG RALLY_TAG=stable/0.9
+ARG RALLY_TAG=0.9.1
 ARG ODL_TAG=e12ba90cd27577c4c6c70ee54f7d599b5f6777ba
 ARG OPENSTACK_TAG=stable/ocata
 ARG VIMS_TAG=stable
index 929f35d..316e4e2 100644 (file)
@@ -2,7 +2,7 @@ FROM alpine:3.6
 
 ARG BRANCH=stable/euphrates
 ARG OPENSTACK_TAG=stable/ocata
-ARG RALLY_TAG=stable/0.9
+ARG RALLY_TAG=0.9.1
 
 RUN apk --no-cache add --update \
         python libffi libssl1.0 libjpeg-turbo py-pip bash \
index 8ea734c..66855dc 100644 (file)
@@ -2,7 +2,7 @@ FROM alpine:3.6
 
 ARG BRANCH=stable/euphrates
 ARG OPENSTACK_TAG=stable/pike
-ARG RALLY_TAG=stable/0.9
+ARG RALLY_TAG=0.9.1
 
 RUN apk --no-cache add --update \
         python libffi libssl1.0 libjpeg-turbo py-pip bash \
index 1222e56..f64c3e0 100644 (file)
@@ -14,6 +14,6 @@ robotframework-httplibrary===0.4.2
 robotframework-requests===0.4.7
 robotframework-sshlibrary===2.1.3;python_version=='2.7'
 IPy===0.83
-os-faults===0.1.15
+os-faults===0.1.10
 ansible===2.3.2.0
 flasgger===0.6.6