diff options
author | Markos Chandras <mchandras@suse.de> | 2017-12-05 10:18:02 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-12-11 08:55:58 +0000 |
commit | 71e168bfefc91b13a57ed5fcfdc5f458a6764b3f (patch) | |
tree | ffc92687b3ae90a5e88e506dd41282ac65264eae /xci/config | |
parent | 175b1544882572c442702f4db8f0ead73df1413d (diff) |
xci: Bump OpenStack Ansible and bifrost SHAs
Change-Id: I96c988ef6b303b89a5615c50ef60b45e49584b83
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/pinned-versions | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index e3bfc8db..608c3cc8 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -25,7 +25,7 @@ #------------------------------------------------------------------------------- # use releng-xci from master until the development work with the sandbox is complete export OPNFV_RELENG_VERSION="master" -# HEAD of bifrost "master" as of 20.11.2017 -export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"cc46b9280cb0f65e8903af1b15994021018de27e"} -# HEAD of osa "master" as of 28.11.2017 -export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"746330cc858ad2c419571e56248f6ee82280a3da"} +# HEAD of bifrost "master" as of 11.12.2017 +export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"bd7e99bf7a00e4c9ad7d03d752d7251e3caf8509"} +# HEAD of osa "master" as of 11.12.2017 +export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"7b3aac28a0a87e5966527829f6b0abcbc2303cc7"} |