summaryrefslogtreecommitdiffstats
path: root/test/csit/plans/portal-sdk/testsuite/.env
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-10-09 19:02:38 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-09 19:02:38 +0000
commitf1de548919d046999fae5cbfb1676fca79876459 (patch)
tree27143bb411c328db0e5f0dfaeaf93f630256652c /test/csit/plans/portal-sdk/testsuite/.env
parentc2fa13beef15def476898f14aa81b1449e276f2a (diff)
parent0fdcc61aa70ca0d22a9c15e6f40d992f3a6cfb7d (diff)
Merge "Add Portal-SDK testcases"
Diffstat (limited to 'test/csit/plans/portal-sdk/testsuite/.env')
-rw-r--r--test/csit/plans/portal-sdk/testsuite/.env22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/csit/plans/portal-sdk/testsuite/.env b/test/csit/plans/portal-sdk/testsuite/.env
new file mode 100644
index 000000000..1e882a0b3
--- /dev/null
+++ b/test/csit/plans/portal-sdk/testsuite/.env
@@ -0,0 +1,22 @@
+# Environment settings
+# used by docker-compose AND by other shell scripts
+# Host directory with config files
+
+LOGS_DIR=./logs
+PROPS_DIR=./properties
+
+
+# Directory within containers
+WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
+
+# Following are ALSO used in demo/boot/portal_vm_init.sh
+EP_IMG_NAME=onap/portal-apps
+DB_IMG_NAME=onap/portal-db
+WMS_IMG_NAME=onap/portal-wms
+CLI_IMG_NAME=onap/cli
+
+# Tag all images with this
+PORTAL_TAG=1.3.0
+DOCKER_IMAGE_VERSION=1.3-STAGING-latest
+CLI_DOCKER_VERSION=1.1-STAGING-latest
+NEXUS_DOCKER_REPO=nexus3.onap.org:10003