Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 1 | # Environment settings |
| 2 | # used by docker-compose AND by other shell scripts |
| 3 | |
Christopher Lott (cl778h) | de8b8df | 2017-09-28 16:59:17 -0400 | [diff] [blame^] | 4 | # Host directories; must be writable |
| 5 | LOGS_DIR=/PROJECT/OpenSource/UbuntuEP/logs |
| 6 | PROPS_DIR=/PROJECT/OpenSource/UbuntuEP/properties |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 7 | |
Christopher Lott (cl778h) | de8b8df | 2017-09-28 16:59:17 -0400 | [diff] [blame^] | 8 | # Directory within containers (not host) |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 9 | WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps |
| 10 | |
| 11 | # Following are ALSO used in demo/boot/portal_vm_init.sh |
| 12 | EP_IMG_NAME=portal-apps |
| 13 | DB_IMG_NAME=portal-db |
| 14 | WMS_IMG_NAME=portal-wms |
Kanagaraj Manickam k00365106 | bfbe335 | 2017-08-30 09:33:23 +0530 | [diff] [blame] | 15 | |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 16 | # Tag all images with this |
Christopher Lott (cl778h) | 51d8315 | 2017-09-28 11:18:14 -0400 | [diff] [blame] | 17 | PORTAL_TAG=1.3.0 |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 18 | |
| 19 | NEXUS_REPO=nexus3.onap.org:10003 |