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) | 0acb4fc | 2017-10-02 12:09:24 -0400 | [diff] [blame^] | 4 | # Source of images |
| 5 | NEXUS_REPO=nexus3.onap.org:10001 |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 6 | |
| 7 | # Following are ALSO used in demo/boot/portal_vm_init.sh |
Christopher Lott (cl778h) | 0acb4fc | 2017-10-02 12:09:24 -0400 | [diff] [blame^] | 8 | EP_IMG_NAME=onap/portal-apps |
| 9 | DB_IMG_NAME=onap/portal-db |
| 10 | WMS_IMG_NAME=onap/portal-wms |
| 11 | # Deployed with portal; built elsewhere |
| 12 | CLI_IMG_NAME=onap/cli |
Kanagaraj Manickam k00365106 | bfbe335 | 2017-08-30 09:33:23 +0530 | [diff] [blame] | 13 | |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 14 | # Tag all images with this |
Christopher Lott (cl778h) | 51d8315 | 2017-09-28 11:18:14 -0400 | [diff] [blame] | 15 | PORTAL_TAG=1.3.0 |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 16 | |
Christopher Lott (cl778h) | 0acb4fc | 2017-10-02 12:09:24 -0400 | [diff] [blame^] | 17 | # Name of directory in apps container (NOT host) |
| 18 | WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps |
| 19 | |
| 20 | # Expected environment variables (NOT defined here): |
| 21 | # LOGS_DIR |
| 22 | # PROPS_DIR |