summaryrefslogtreecommitdiffstats
path: root/xci/config/pinned-versions
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-01-31 22:04:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-31 22:04:46 +0000
commit0e273720d13a63b7f749d1cf427ff8ec38463acb (patch)
tree786ed301780c1e6a575c25fab40b0b1908095698 /xci/config/pinned-versions
parentf3f08ae0fd69b26cac46351599b434c3312351bd (diff)
parentb1b71ac7132ff5ccebcfac8ca2bb2f7540025b13 (diff)
Merge "deploy kubernetes in XCI"
Diffstat (limited to 'xci/config/pinned-versions')
-rwxr-xr-xxci/config/pinned-versions7
1 files changed, 7 insertions, 0 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions
index 023c9999..89b03df1 100755
--- a/xci/config/pinned-versions
+++ b/xci/config/pinned-versions
@@ -29,3 +29,10 @@ export OPNFV_RELENG_VERSION="master"
export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"8b4c956bf0ec6c1784e41af2a0598cb49c41461f"}
# HEAD of osa "master" as of 11.12.2017
export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"7b3aac28a0a87e5966527829f6b0abcbc2303cc7"}
+export KEEPALIVED_VERSION=$(grep -E '.*name: keepalived' -A 3 \
+ ${XCI_PATH}/xci/installer/osa/files/ansible-role-requirements.yml \
+ | tail -n1 | sed -n 's/\(^.*: \)\([0-9a-z].*$\)/\2/p')
+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"}