summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-03-01 10:02:22 +0000
committerwutianwei <wutianwei1@huawei.com>2018-03-02 14:12:49 +0800
commit796bb8702a8cc34dc912e6532e263863c643b5c6 (patch)
tree203ce593e15ae59b923a222e047d3cfe7bc58b38
parent3de083716e858bdb5e0f88e237afff9ff1bc37c6 (diff)
Pin kubespray to working sha
Kubespray works fine on supported distros so it is important we pin the sha and bump it in a controlled manner since people might be trying xci/k8 scenario and we want them to have working versions. Apart from that, scenario specific verify/merge jobs are being created at the moment and we need a working version to test the CI/testing side of things. Change-Id: I8702ed697057386449dc99d8cd14391de18f345a Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
-rwxr-xr-xxci/config/pinned-versions4
1 files changed, 3 insertions, 1 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions
index 304c192a..2c44533f 100755
--- a/xci/config/pinned-versions
+++ b/xci/config/pinned-versions
@@ -43,4 +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')
-export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"master"}
+# HEAD of kubspray "master" as of 27.02.2018
+# kubespray's bug Reference: https://github.com/kubernetes-incubator/kubespray/issues/2400
+export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"810c10a0e9b65b0ef8ae8f7c302f7553a165631c"}