From ab3c9ad0f9a40a57044c75c014404953b3941eb3 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 23 Nov 2017 18:16:49 +0100 Subject: 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 --- xci/config/env-vars | 1 - 1 file changed, 1 deletion(-) (limited to 'xci/config/env-vars') 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"} -- cgit 1.2.3-korg