summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-12-29 13:34:36 -0500
committerChristopher Lott (cl778h) <clott@research.att.com>2017-12-29 13:36:09 -0500
commit806692c8e08f5671a20cfa30ca3e03f475bc4228 (patch)
treea06c5ef779fef7eb4042dddff890acfc058424cc
parentff300950cb1950c457cf6b35df99285905af9489 (diff)
Update docker-compose .env
Add prefix "v" so tag is "v1.3.0" to match the new tag chosen by the LF release engineering team and used on Portal release images. Issue-ID: PORTAL-150 Change-Id: Ifb9c429a696ef7d4fc30cece30af60843e1d026f Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r--deliveries/.env6
1 files changed, 3 insertions, 3 deletions
diff --git a/deliveries/.env b/deliveries/.env
index 0a3230d7..6087483e 100644
--- a/deliveries/.env
+++ b/deliveries/.env
@@ -8,8 +8,8 @@ WMS_IMG_NAME=onap/portal-wms
# Deployed with portal; built elsewhere
CLI_IMG_NAME=onap/cli
-# Tag all images with this
-PORTAL_TAG=1.3.0
+# Amsterdam release images are tagged with this
+PORTAL_TAG=v1.3.0
# Name of directory in apps container (NOT host)
WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
@@ -26,4 +26,4 @@ EXTRA_HOST_NAME=""
# a line is added to docker container's /etc/hosts.
# For example:
#EXTRA_HOST_IP="-i 135.207.161.163"
-#EXTRA_HOST_NAME="-n portal.api.simpledemo.openecomp.org"
+#EXTRA_HOST_NAME="-n portal.api.simpledemo.onap.org"