summaryrefslogtreecommitdiffstats
path: root/xci/config/pinned-versions
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-08-30 22:18:43 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-08-30 22:18:43 +0200
commitba0f4d74ff7505055a1fd911fd40a760a3370baf (patch)
treefc7d5e7d02ec62f3564a8e7aea036fe9d8fdfd39 /xci/config/pinned-versions
parent9d434f81639e8692826f37e1887c65e29ac28809 (diff)
xci: Bump Kubespray SHA and sync Ansible versions
This change - bumps kubespray version to 8b3ce6e418ccf48171eb5b3888ee1af84f8d71ba, taking Kubernetes version from 1.10.2 to 1.10.4. - pins Ansible version used by Kubespray to same Ansible version as the rest. The var kept as is in case if we need to pin Kubespray to a different Ansible version in future. installer-type:kubespray deploy-scenario:k8-calico-nofeature Change-Id: Iefbe82f0b9b10296e4362bca07630047c56630ac Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/config/pinned-versions')
-rwxr-xr-xxci/config/pinned-versions5
1 files changed, 3 insertions, 2 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions
index 00340f30..c075734f 100755
--- a/xci/config/pinned-versions
+++ b/xci/config/pinned-versions
@@ -43,5 +43,6 @@ export KEEPALIVED_VERSION=$(grep -E '.*name: keepalived' -A 3 \
export HAPROXY_VERSION=$(grep -E '.*name: haproxy_server' -A 3 \
${XCI_PATH}/xci/installer/osa/files/ansible-role-requirements.yml \
| tail -n1 | sed -n 's/\(^.*: \)\([0-9a-z].*$\)/\2/p')
-# HEAD of kubspray "master" as of 16.05.2018
-export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"38e727dbe1bdf5316fae8d645718cc8279fbda20"}
+# Kubespray release v2.6.0 dated 10.08.2018
+# didn't bump to the tip of master due to open issues with the k8s v1.11.2
+export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"8b3ce6e418ccf48171eb5b3888ee1af84f8d71ba"}