blob: c67f43f4bb028695a3d457d33731201ef4a3f74e [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
Christopher Lott (cl778h)de8b8df2017-09-28 16:59:17 -04004# Host directories; must be writable
5LOGS_DIR=/PROJECT/OpenSource/UbuntuEP/logs
6PROPS_DIR=/PROJECT/OpenSource/UbuntuEP/properties
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04007
Christopher Lott (cl778h)de8b8df2017-09-28 16:59:17 -04008# Directory within containers (not host)
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04009WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
10
11# Following are ALSO used in demo/boot/portal_vm_init.sh
12EP_IMG_NAME=portal-apps
13DB_IMG_NAME=portal-db
14WMS_IMG_NAME=portal-wms
Kanagaraj Manickam k00365106bfbe3352017-08-30 09:33:23 +053015
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040016# Tag all images with this
Christopher Lott (cl778h)51d83152017-09-28 11:18:14 -040017PORTAL_TAG=1.3.0
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040018
19NEXUS_REPO=nexus3.onap.org:10003