diff options
author | 2019-01-04 12:44:44 +0100 | |
---|---|---|
committer | 2019-01-08 15:50:46 +0100 | |
commit | f197c910bdf25f77eb52722da56675b6094498b8 (patch) | |
tree | 97e238b42dd3db66525c7fec1b3fbac842802153 /xci/config | |
parent | 6c61707fcab7e9a9a67814f0a64085d6aa8756c3 (diff) |
SHA Bump for stable/rocky
Moving to the newer SHAs of stable/rocky
installer-type:osa
Change-Id: I89de6554d5e3bef8b2b49c6a3e621d3ca3a6f4dc
Signed-off-by: Manuel Buil <mbuil@suse.com>
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 b580f22b..65794b91 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 02.11.2018 -export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"fa2497ff3faac344d9c626bb264637a9c1e6a17b"} +# HEAD of osa "stable/rocky" as of 04.01.2019 +export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"2087cd98f28b35f655ca398d25d2a6c71e38328e"} 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') |