X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2F.env;h=d811815849874ff672728dfe65bfe0aa48459018;hb=3d3218395011a8a7b1b1eea691362c1ee64c6d71;hp=76f9b6206921aeab2e1cb02c8c4a8ebe17da2db9;hpb=0d2d6a5ba5a81b19497f5ce77506c1e7aed7b776;p=portal.git diff --git a/deliveries/.env b/deliveries/.env index 76f9b620..d8118158 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -6,25 +6,34 @@ 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=2.3.1 # This is used during builds and in docker-compose; # it is never published to the ONAP registry. -PORTAL_TAG=beijing +PORTAL_TAG=casablanca # Name of directory in apps container (NOT host) WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps +TOMCAT_DIR=/opt/apache-tomcat-8.0.37 + +# Certs +TOMCAT_KEY=keystoreONAP.keystore +TOMCAT_TRUST=truststoreONAPall.jks +CERT_PWD=changeit + # 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=""