blob: 180ea1f1d952400f34429375f92e7658946df517 [file] [log] [blame]
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04001# 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
Kanagaraj Manickam k00365106bfbe3352017-08-30 09:33:23 +053014
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040015# Tag all images with this
Christopher Lott (cl778h)51d83152017-09-28 11:18:14 -040016PORTAL_TAG=1.3.0
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040017
18NEXUS_REPO=nexus3.onap.org:10003