diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2017-11-23 18:16:49 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-12-12 12:02:40 +0000 |
commit | ab3c9ad0f9a40a57044c75c014404953b3941eb3 (patch) | |
tree | 7582bae4bfa2441b8b1f373a742f35a54f6d8e63 /xci/config | |
parent | 56155e34ee8cd33792e26573c58abd51b9bfd290 (diff) |
Move contents of os-nosdn-ovs into os-nosdn-nofeature
This change fixes the scenario os-nosdn-nofeature by
moving directories/files from os-nosdn-ovs to os-nosdn-nofeature.
The contents of the files and variables are also either adjusted
or removed in order to prevent impacts on CI.
Change-Id: Icfde27f413c8f93d097f9f262c8cb1230b7fe59d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/env-vars | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars index 67ce443e..1068a138 100755 --- a/xci/config/env-vars +++ b/xci/config/env-vars @@ -31,4 +31,3 @@ 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"} |