summaryrefslogtreecommitdiffstats
path: root/xci/config/env-vars
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-09-16 13:01:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-16 13:01:31 +0000
commit84e736bed99882021d5aa74f84ac185bef2bcc89 (patch)
treebfbbe5052a5bbef5aedddc0fa363bd980dfdd37d /xci/config/env-vars
parente7ded150b54460b9e55e5f0ea1da0a2942b23b5f (diff)
parent3cf4e396fe8621afad624f3935ab69e9e082388f (diff)
Merge "xci: Drop custom XCI certificates"
Diffstat (limited to 'xci/config/env-vars')
-rwxr-xr-xxci/config/env-vars2
1 files changed, 0 insertions, 2 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars
index e8472a0d..7ab7e2ba 100755
--- a/xci/config/env-vars
+++ b/xci/config/env-vars
@@ -52,8 +52,6 @@ export LOG_PATH=${LOG_PATH:-${XCI_PATH}/xci/logs}
export XCI_ANSIBLE_PIP_VERSION="2.5.8"
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 DEPLOY_SCENARIO=${DEPLOY_SCENARIO:-"os-nosdn-nofeature"}
# attempt to sync Ansible version used by Kubespray with the rest
export XCI_KUBE_ANSIBLE_PIP_VERSION=$XCI_ANSIBLE_PIP_VERSION