diff options
author | Markos Chandras <mchandras@suse.de> | 2018-05-18 07:36:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-18 07:36:11 +0000 |
commit | 8de89f399e18ea3b29f5f19b7319a11d45fedbe0 (patch) | |
tree | 349dbbe42c41f4c98c153cbd2e7f426e4b5e7062 /xci/config | |
parent | ca7b338b93affc2d1f08b6f47e7654f91653b47f (diff) | |
parent | 0ed80c59846e9e1b23d26869f05f109dac7495c5 (diff) |
Merge "xci: kubespray: Switch kubespray to dynamic inventory"
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/env-vars | 4 |
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)} |