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 |
kishore | 6eebdba | 2017-10-03 11:12:57 -0500 | [diff] [blame] | 5 | |
| 6 | LOGS_DIR=./logs |
| 7 | PROPS_DIR=./properties |
| 8 | |
kishore | 328996f | 2017-09-08 17:15:42 -0500 | [diff] [blame] | 9 | |
| 10 | # Directory within containers |
| 11 | WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps |
| 12 | |
| 13 | # Following are ALSO used in demo/boot/portal_vm_init.sh |
| 14 | EP_IMG_NAME=portal-apps |
| 15 | DB_IMG_NAME=portal-db |
| 16 | WMS_IMG_NAME=portal-wms |
kishore | 6eebdba | 2017-10-03 11:12:57 -0500 | [diff] [blame] | 17 | CLI_IMG_NAME=onap/cli |
kishore | 328996f | 2017-09-08 17:15:42 -0500 | [diff] [blame] | 18 | |
kishore | 6eebdba | 2017-10-03 11:12:57 -0500 | [diff] [blame] | 19 | # Tag all images with this |
| 20 | PORTAL_TAG=1.3.0 |
| 21 | DOCKER_IMAGE_VERSION=1.3-STAGING-latest |
| 22 | CLI_DOCKER_VERSION=1.1-STAGING-latest |
kishore | 328996f | 2017-09-08 17:15:42 -0500 | [diff] [blame] | 23 | NEXUS_REPO=nexus3.onap.org:10003 |