ExtAccessRolesServiceImpl.class
[portal.git] / deliveries / .env
index 76f9b62..d811815 100644 (file)
@@ -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=""