summaryrefslogtreecommitdiffstats
path: root/etc/userconfig/env_config.sh.onap.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/userconfig/env_config.sh.onap.sample')
-rw-r--r--etc/userconfig/env_config.sh.onap.sample5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/userconfig/env_config.sh.onap.sample b/etc/userconfig/env_config.sh.onap.sample
index 4f173a62..7644f0de 100644
--- a/etc/userconfig/env_config.sh.onap.sample
+++ b/etc/userconfig/env_config.sh.onap.sample
@@ -3,10 +3,11 @@
# The url under which the VNF SDK container is accessible through the host.
export HOST_URL="http://<docker host ip>:8702"
-# Absolute path of CSAR file, and should be copied to vtp container.
+# Absolute path of the CSAR file in container 'refrepo'.
export CSAR_FILE="/opt/test.csar"
## Special environment parameters for Heat validation tests.
-# The VNF archive should be put at $DOVETAIL_HOME/pre_config.
+# The VNF archive should be zip file and put at $DOVETAIL_HOME/pre_config.
+# Here should give the name without postfix .zip.
export VNF_ARCHIVE_NAME="vnf_archive_name"