diff options
author | 2019-09-01 01:03:45 +0200 | |
---|---|---|
committer | 2019-09-01 02:45:37 +0200 | |
commit | f3534f7e1d5b8e60ede21caea3a6ead42f405b9a (patch) | |
tree | c5ed3e89ee7aae74ef86cc26530f959a5c29f4b3 /xci | |
parent | 5ed2d835de246e3cfb0878d78b382115ec8f0987 (diff) |
Bump ansible to 2.7.8
Most recent Kubespray requires minimum 2.7.8 ansible
version.
installer-type:kubespray
deploy-scenario:k8-calico-nofeature
JIRA: XCI-5
Change-Id: I8bf790ba93849758a4d3964f4949294e1d9f396d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/config/env-vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars index ee3b652b..a90e8533 100755 --- a/xci/config/env-vars +++ b/xci/config/env-vars @@ -57,7 +57,7 @@ export LOG_PATH=${LOG_PATH:-${XCI_PATH}/xci/logs} # https://github.com/ansible/ansible/commit/67859c3476501d5d9839fd904aec55468d09593a # This was fixed in 2.5.6 so remove the pin when OSA updates to newer version. #export XCI_ANSIBLE_PIP_VERSION=${XCI_ANSIBLE_PIP_VERSION:-$(curl -s https://raw.githubusercontent.com/openstack/openstack-ansible/${OPENSTACK_OSA_VERSION}/scripts/bootstrap-ansible.sh | grep ansible== | sed -n "s/.*ansible==\([0-9.]*\).*/\1/p")} -export XCI_ANSIBLE_PIP_VERSION="2.5.8" +export XCI_ANSIBLE_PIP_VERSION="2.7.8" export ANSIBLE_HOST_KEY_CHECKING=False export DEPLOY_SCENARIO=${DEPLOY_SCENARIO:-"os-nosdn-nofeature"} |