blob: 1e713aec296bf9b89d4ad8b4a0e42a4e620f862d [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)0acb4fc2017-10-02 12:09:24 -04004# Source of images
5NEXUS_REPO=nexus3.onap.org:10001
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04006
7# Following are ALSO used in demo/boot/portal_vm_init.sh
Christopher Lott (cl778h)0acb4fc2017-10-02 12:09:24 -04008EP_IMG_NAME=onap/portal-apps
9DB_IMG_NAME=onap/portal-db
10WMS_IMG_NAME=onap/portal-wms
11# Deployed with portal; built elsewhere
12CLI_IMG_NAME=onap/cli
Kanagaraj Manickam k00365106bfbe3352017-08-30 09:33:23 +053013
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040014# Tag all images with this
Christopher Lott (cl778h)51d83152017-09-28 11:18:14 -040015PORTAL_TAG=1.3.0
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040016
Christopher Lott (cl778h)0acb4fc2017-10-02 12:09:24 -040017# Name of directory in apps container (NOT host)
18WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
19
20# Expected environment variables (NOT defined here):
21# LOGS_DIR
22# PROPS_DIR