Update docker-compose .env 67/27167/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Fri, 29 Dec 2017 18:34:36 +0000 (13:34 -0500)
committerChristopher Lott (cl778h) <clott@research.att.com>
Fri, 29 Dec 2017 18:36:09 +0000 (13:36 -0500)
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>
deliveries/.env

index 0a3230d..6087483 100644 (file)
@@ -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"