blob: fa3076859d1e4a4baed04d9f8b0a03ccfca29bf3 [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
5PROJECT_DIR=/PROJECT/OpenSource/UbuntuEP
6
7# Directory within containers
8WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
9
10# Following are ALSO used in demo/boot/portal_vm_init.sh
11EP_IMG_NAME=portal-apps
12DB_IMG_NAME=portal-db
13WMS_IMG_NAME=portal-wms
14# Tag all images with this
15PORTAL_TAG=1.1.0
16
17NEXUS_REPO=nexus3.onap.org:10003