From 63de040d867ca8b8557d16affff7414b1f3931ba Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 7 Sep 2018 16:06:59 +0100 Subject: xci: osa: Update OSA SHAs to the HEAD of the Rocky branch Change-Id: I012f829c124d665d7d8d9ebb6b18a72d6d73258f Signed-off-by: Markos Chandras --- xci/config/pinned-versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xci/config/pinned-versions') diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index 0581a981..69892b40 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -35,8 +35,8 @@ export BIFROST_IRONIC_CLIENT_VERSION=${BIFROST_IRONIC_CLIENT_VERSION:-"b29646d0e export BIFROST_IRONIC_INSPECTOR_VERSION=${BIFROST_IRONIC_INSPECTOR_VERSION:-"403888919bc7f40c1c51f32fe23dff44da3cbcca"} # HEAD of ironic-inspector-client "stable/rocky" as of 30.08.2018 export BIFROST_IRONIC_INSPECTOR_CLIENT_VERSION=${BIFROST_IRONIC_INSPECTOR_CLIENT_VERSION:-"eb588de8ba69d750223b024b24346c088c023272"} -# HEAD of osa "stable/rocky" as of 30.08.2018 -export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"b9d9269528ecbe04b2638a73c2b0f49839f27422"} +# HEAD of osa "stable/rocky" as of 07.09.2018 +export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"ff6161e7f08b8ffe9ff6e0552517ea3f10292cf8"} 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') -- cgit 1.2.3-korg