kishore | 328996f | 2017-09-08 17:15:42 -0500 | [diff] [blame^] | 1 | # Environment settings |
2 | # used by docker-compose AND by other shell scripts | ||||
3 | |||||
4 | # Host directory with config files | ||||
5 | PROJECT_DIR=/PROJECT/OpenSource/UbuntuEP | ||||
6 | |||||
7 | # Directory within containers | ||||
8 | WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps | ||||
9 | |||||
10 | # Following are ALSO used in demo/boot/portal_vm_init.sh | ||||
11 | EP_IMG_NAME=portal-apps | ||||
12 | DB_IMG_NAME=portal-db | ||||
13 | WMS_IMG_NAME=portal-wms | ||||
14 | # Tag all images with this | ||||
15 | PORTAL_TAG=1.1.0 | ||||
16 | |||||
17 | NEXUS_REPO=nexus3.onap.org:10003 |