diff options
author | 2018-11-02 10:56:16 +0000 | |
---|---|---|
committer | 2018-11-02 10:56:16 +0000 | |
commit | ecab61fe9aa4e07df4334c7039b8fe6e85636488 (patch) | |
tree | e0a7924e8fbe500ef51dfe07337e60f7c247f57d /xci/config | |
parent | f5c5e11581e17919602fcc08a022ca190be2e18e (diff) |
xci: osa: Bump SHAs to the HEAD of the Rocky branch
Change-Id: I50c367433dc8cf8964c291c916ea939e25f638cb
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/pinned-versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index df22e657..daf20291 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -35,8 +35,8 @@ 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') |