diff options
author | 2017-11-08 13:57:15 +0100 | |
---|---|---|
committer | 2017-11-23 12:20:03 +0100 | |
commit | 0148ae45f7810b6a10d752b72485dbd7eac71f95 (patch) | |
tree | 053164c2237a6024f014bcbfee56a36799af3c4a /xci/config | |
parent | 4ffe62585886f4a4e23a8e6f271f4de03eaeea10 (diff) |
Integrate inband os-nosdn-ovs scenario
Change-Id: I9253edf028fce571e04f9f82103a94952e05d2d4
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/env-vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars index c399707b..a7d8696f 100755 --- a/xci/config/env-vars +++ b/xci/config/env-vars @@ -19,3 +19,4 @@ export XCI_ANSIBLE_PIP_VERSION=2.3.2.0 export ANSIBLE_HOST_KEY_CHECKING=False # subject of the certificate export XCI_SSL_SUBJECT=${XCI_SSL_SUBJECT:-"/C=US/ST=California/L=San Francisco/O=IT/CN=xci.releng.opnfv.org"} +export OPNFV_SCENARIO=${OPNFV_SCENARIO:-"os-nosdn-nofeature"} |