From de8b8df79c1f0f56d978046a6f5afda05ec72fc4 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 28 Sep 2017 16:59:17 -0400 Subject: Update license in non-Java files. Add logs and properties directory names to .env file. Revise portal_vm_init.sh script to pull and tag onap/cli docker image. Issue: PORTAL-90 Change-Id: I82a371ee9797b3e037ad282538cb48b5620c9709 Signed-off-by: Christopher Lott (cl778h) --- deliveries/.env | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'deliveries/.env') diff --git a/deliveries/.env b/deliveries/.env index 180ea1f1..c67f43f4 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -1,10 +1,11 @@ # Environment settings # used by docker-compose AND by other shell scripts -# Host directory with config files -PROJECT_DIR=/PROJECT/OpenSource/UbuntuEP +# Host directories; must be writable +LOGS_DIR=/PROJECT/OpenSource/UbuntuEP/logs +PROPS_DIR=/PROJECT/OpenSource/UbuntuEP/properties -# Directory within containers +# Directory within containers (not host) WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps # Following are ALSO used in demo/boot/portal_vm_init.sh -- cgit 1.2.3-korg