From 2d7f6615710be8f05975c0d9e877d88e1a57037b Mon Sep 17 00:00:00 2001 From: Yifei Xue Date: Wed, 13 Sep 2017 11:14:57 +0800 Subject: Update the image tags to euphrates JIRA: - Currently the latest tag is used in building tarball. As OPNFV Euphrates will be released soon, we change the tags of some docker images to euphrates. Change-Id: Ic7a746f3a3338cf7f5cacd2f932816b3776e7de6 Signed-off-by: Yifei Xue --- deploy/conf/compass.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy') diff --git a/deploy/conf/compass.conf b/deploy/conf/compass.conf index ba9d8a7d..bcf295c9 100644 --- a/deploy/conf/compass.conf +++ b/deploy/conf/compass.conf @@ -18,7 +18,7 @@ export NAMESERVERS="$COMPASS_SERVER" export COMPASS_REPO_PORT="5151" export COMPASS_DECK="compass4nfv/compass-deck" -export COMPASS_TASKS="compass4nfv/compass-tasks-osa" +export COMPASS_TASKS="compass4nfv/compass-tasks-osa:euphrates" if [[ "x"$KUBERNETES_VERSION != "x" ]]; then export COMPASS_TASKS="compass4nfv/compass-tasks-k8s" @@ -27,4 +27,4 @@ fi export COMPASS_COBBLER="compass4nfv/compass-cobbler" export COMPASS_DB="compass4nfv/compass-db" export COMPASS_MQ="compass4nfv/compass-mq" -export COMPASS_REPO="compass4nfv/compass-repo-osa-ubuntu" +export COMPASS_REPO="compass4nfv/compass-repo-osa-ubuntu:euphrates" -- cgit 1.2.3-korg