diff options
Diffstat (limited to 'xci/config/pinned-versions')
-rwxr-xr-x | xci/config/pinned-versions | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index df22e657..b580f22b 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -35,14 +35,13 @@ export BIFROST_IRONIC_CLIENT_VERSION=${BIFROST_IRONIC_CLIENT_VERSION:-"a28ccb9ef export BIFROST_IRONIC_INSPECTOR_VERSION=${BIFROST_IRONIC_INSPECTOR_VERSION:-"05a86b3d574f3262f8ada3d145a352afb8557cdb"} # HEAD of ironic-inspector-client "master" as of 18.10.2018 export BIFROST_IRONIC_INSPECTOR_CLIENT_VERSION=${BIFROST_IRONIC_INSPECTOR_CLIENT_VERSION:-"cb370b776aa274b0ecfacfb29fa5035670839308"} -# HEAD of osa "stable/rocky" as of 05.10.2018 -export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"cf2b7bab51dd7bc704460f8ff5abe2f0540ed833"} +# HEAD of osa "stable/rocky" as of 02.11.2018 +export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"fa2497ff3faac344d9c626bb264637a9c1e6a17b"} 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') -# 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"} +# Kubespray release v2.7.0 dated 02.10.2018 +export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"v2.7.0"} |