X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2F.env;h=d701b02f94f5f0321f6e187264d9aa767a27652f;hb=refs%2Fheads%2Frelease-2.2.0;hp=fc7c94c46657785cbf4f38f4b6f99e7e3a902e4a;hpb=21a8761f684745bb300e075c7e98ad897ace9eed;p=portal.git diff --git a/deliveries/.env b/deliveries/.env index fc7c94c4..d701b02f 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -6,13 +6,15 @@ EP_IMG_NAME=onap/portal-app SDK_IMG_NAME=onap/portal-sdk DB_IMG_NAME=onap/portal-db +CDR_IMG_NAME=onap/music/cassandra_music +ZK_IMG_NAME=zookeeper WMS_IMG_NAME=onap/portal-wms # Deployed with portal; built elsewhere CLI_IMG_NAME=onap/cli # This is the first portion of the Docker image tag # that is published to the ONAP registry. -PORTAL_VERSION=2.1 +PORTAL_VERSION=v2.2.0 # This is used during builds and in docker-compose; # it is never published to the ONAP registry. @@ -24,7 +26,7 @@ WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps # Required settings with default values. # Export shell environment variables on ALL hosts. LOGS_DIR=./logs -PROPS_DIR=./properties_rackspace +PROPS_DIR=./properties_simpledemo # Optional settings with no defaults. EXTRA_HOST_IP="" @@ -33,4 +35,4 @@ EXTRA_HOST_NAME="" # a line is added to docker container's /etc/hosts. # For example: #EXTRA_HOST_IP="-i 10.11.12.13" -#EXTRA_HOST_NAME="-n portal.api.simpledemo.openecomp.org" +#EXTRA_HOST_NAME="-n portal.api.simpledemo.onap.org"