X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2F.env;h=d811815849874ff672728dfe65bfe0aa48459018;hb=f0c13343a863f6053f20421aaaf20659bd6cc8ff;hp=32ccb94e8afd7b115db3ecdf05b8be4276773d6f;hpb=cca0e629c973b13318ba6a17d62f82bbd3f19ce1;p=portal.git diff --git a/deliveries/.env b/deliveries/.env index 32ccb94e..d8118158 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -14,19 +14,26 @@ 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=""