X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2F.env;h=898e9a403a79206244ef564e1bfb74bd30e16270;hb=5f652908e3cffe593c03a4f352ab0d33663b1639;hp=9004f26f0b6888c973e906fc3d5679da0710aff3;hpb=6acafbcae15667225d6c19a66fc5e2f1659d9a83;p=portal.git diff --git a/deliveries/.env b/deliveries/.env index 9004f26f..898e9a40 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -14,14 +14,21 @@ 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.5.0 # 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.