aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-03-20 13:38:17 +0100
committerFilip Krzywka <filip.krzywka@nokia.com>2019-03-21 14:07:51 +0100
commit83cb247902ae67bc2a8c1f10309a7a3b55acce79 (patch)
treed5637f080ef967c165c4914ad9505c8ef80a6975 /plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh
parentd2da2cc4bd18fe33124dd105608443c10f981a2d (diff)
Simplify consul/CBS configuration
- bumped docker-compose version Change-Id: I821f5ab6a03e8aaa37c1be1dc53ec7569958de79 Issue-ID: DCAEGEN2-1359 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh')
-rwxr-xr-xplans/dcaegen2-collectors-hv-ves/testsuites/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh b/plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh
index 0925e3b6..d553b1d4 100755
--- a/plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh
+++ b/plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh
@@ -13,7 +13,7 @@ else
pip uninstall -y docker-py
pip install docker
- COMPOSE_VERSION=1.22.0
+ COMPOSE_VERSION=1.23.2
COMPOSE_LOCATION='/usr/local/bin/docker-compose'
sudo curl -L https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m) -o ${COMPOSE_LOCATION}
sudo chmod +x ${COMPOSE_LOCATION}