blob: 8fb2357b63a31ab76d556b2b389095d0b1d6cc9e [file] [log] [blame]
kishore328996f2017-09-08 17:15:42 -05001# Environment settings
2# used by docker-compose AND by other shell scripts
3
4# Host directory with config files
kishore6eebdba2017-10-03 11:12:57 -05005
6LOGS_DIR=./logs
7PROPS_DIR=./properties
8
kishore328996f2017-09-08 17:15:42 -05009
10# Directory within containers
11WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
12
13# Following are ALSO used in demo/boot/portal_vm_init.sh
14EP_IMG_NAME=portal-apps
15DB_IMG_NAME=portal-db
16WMS_IMG_NAME=portal-wms
kishore6eebdba2017-10-03 11:12:57 -050017CLI_IMG_NAME=onap/cli
kishore328996f2017-09-08 17:15:42 -050018
kishore6eebdba2017-10-03 11:12:57 -050019# Tag all images with this
20PORTAL_TAG=1.3.0
21DOCKER_IMAGE_VERSION=1.3-STAGING-latest
22CLI_DOCKER_VERSION=1.1-STAGING-latest
kishore328996f2017-09-08 17:15:42 -050023NEXUS_REPO=nexus3.onap.org:10003