xci: kubespray: Bump SHA to include openSUSE support 49/55649/3
authorMarkos Chandras <mchandras@suse.de>
Fri, 13 Apr 2018 08:30:21 +0000 (09:30 +0100)
committerMarkos Chandras <mchandras@suse.de>
Fri, 13 Apr 2018 09:56:23 +0000 (10:56 +0100)
The upstream PR to include openSUSE support has been merged so we need
to bump the SHA to make it available in XCI.

Change-Id: Ida5bd05ce8b0c883b6d7582a495ca934ecc4b1f1
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/config/pinned-versions
xci/installer/kubespray/deploy.sh

index 6b20374..72a0ff6 100755 (executable)
@@ -45,4 +45,4 @@ export HAPROXY_VERSION=$(grep -E '.*name: haproxy_server' -A 3 \
        | tail -n1 | sed -n 's/\(^.*: \)\([0-9a-z].*$\)/\2/p')
 # 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"}
+export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"5d9bb300d716880610c34dd680c167d2d728984d"}
index 5136f5a..59d1105 100755 (executable)
@@ -14,13 +14,6 @@ set -o pipefail
 K8_XCI_PLAYBOOKS="$(dirname $(realpath ${BASH_SOURCE[0]}))/playbooks"
 export ANSIBLE_ROLES_PATH=$HOME/.ansible/roles:/etc/ansible/roles:${XCI_PATH}/xci/playbooks/roles
 
-# NOTE(hwoarang): This is a workaround for SUSE until upstream PR is accepted
-# https://github.com/kubernetes-incubator/kubespray/pull/2380
-if [[ ${XCI_DISTRO} == opensuse ]]; then
-    export KUBESPRAY_GIT_URL=https://github.com/hwoarang/kubespray.git
-    export KUBESPRAY_VERSION=add-opensuse-support
-fi
-
 #-------------------------------------------------------------------------------
 # Configure localhost
 #-------------------------------------------------------------------------------