summaryrefslogtreecommitdiffstats
path: root/etc/userconfig/env_config.sh.onap.sample
blob: 5f7a2e618a3dfe13a49171e04c19baea247ee085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Special environment parameters for TOSCA validation tests.

# 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.
export CSAR_FILE="/opt/test.csar"

## Special environment parameters for Heat validation tests.

# The VNF directory should be put at $DOVETAIL_HOME/pre_config.
export VNF_DIRECTORY="/path/to/pre_config/vnf_dir"