summaryrefslogtreecommitdiffstats
path: root/xci/config
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-05-18 07:36:11 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-18 07:36:11 +0000
commit8de89f399e18ea3b29f5f19b7319a11d45fedbe0 (patch)
tree349dbbe42c41f4c98c153cbd2e7f426e4b5e7062 /xci/config
parentca7b338b93affc2d1f08b6f47e7654f91653b47f (diff)
parent0ed80c59846e9e1b23d26869f05f109dac7495c5 (diff)
Merge "xci: kubespray: Switch kubespray to dynamic inventory"
Diffstat (limited to 'xci/config')
-rwxr-xr-xxci/config/env-vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars
index bf333bdf..fe75cb80 100755
--- a/xci/config/env-vars
+++ b/xci/config/env-vars
@@ -50,7 +50,7 @@ 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"}
-# Kubespray requires that ansible version is 2.4.0.0
-export XCI_KUBE_ANSIBLE_PIP_VERSION=2.4.0.0
+# Kubespray requires that ansible version is 2.4.4
+export XCI_KUBE_ANSIBLE_PIP_VERSION=2.4.4
# OpenStack global requirements version
export OPENSTACK_REQUIREMENTS_VERSION=${OPENSTACK_REQUIREMENTS_VERSION:-$(awk '/requirements_git_install_branch:/ {print $2}' ${XCI_PATH}/xci/installer/osa/files/openstack_services.yml)}