diff options
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/config/pinned-versions | 4 | ||||
-rw-r--r-- | xci/installer/osa/files/ansible-role-requirements.yml | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index 8067fe69..6b20374a 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -35,8 +35,8 @@ export BIFROST_IRONIC_CLIENT_VERSION=${BIFROST_IRONIC_CLIENT_VERSION:-"1da269b0e export BIFROST_IRONIC_INSPECTOR_VERSION=${BIFROST_IRONIC_INSPECTOR_VERSION:-"84da941fafb905c2debdd9a9ba68ba743af3ce8a"} # HEAD of ironic-inspector-client "master" as of 13.02.2018 export BIFROST_IRONIC_INSPECTOR_CLIENT_VERSION=${BIFROST_IRONIC_INSPECTOR_CLIENT_VERSION:-"b73403fdad3165cfcccbf4b0330d426ae5925e01"} -# HEAD of osa "stable/queens" as of 21.03.2018 -export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"dbf6a9c54a8a3aa59eb998daef296022eeadfa0f"} +# HEAD of osa "stable/queens" as of 03.04.2018 +export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"90d0679d209cb494b9a71817c56e2c26c7fc5ca1"} 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') diff --git a/xci/installer/osa/files/ansible-role-requirements.yml b/xci/installer/osa/files/ansible-role-requirements.yml index 761609ef..e4e87ddd 100644 --- a/xci/installer/osa/files/ansible-role-requirements.yml +++ b/xci/installer/osa/files/ansible-role-requirements.yml @@ -7,8 +7,8 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# these versions are based on the osa commit dbf6a9c54a8a3aa59eb998daef296022eeadfa0f on 2018-03-21 -# http://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=dbf6a9c54a8a3aa59eb998daef296022eeadfa0f +# these versions are based on the osa commit 85714acedb50ea65d7e7684c127984c8dc56afe4 on 2018-04-03 +# http://github.com/cgit/openstack/openstack-ansible/commit/?id=90d0679d209cb494b9a71817c56e2c26c7fc5ca1 - name: ansible-hardening scm: git src: https://github.com/openstack/ansible-hardening @@ -20,7 +20,7 @@ - name: pip_install scm: git src: https://github.com/openstack/openstack-ansible-pip_install - version: 99181a635478d082f5b8f2bf47d15509907fafb7 + version: 78e615c712771e33c1a7436e05bc91644318ece1 - name: galera_client scm: git src: https://github.com/openstack/openstack-ansible-galera_client @@ -48,7 +48,7 @@ - name: lxc_hosts scm: git src: https://github.com/openstack/openstack-ansible-lxc_hosts - version: 0abc1e2352f928e6c42bd952c1434dd0060cdaa2 + version: 400f0c80b9c531a792dc01ff12cf1f3b3bd69a2d - name: memcached_server scm: git src: https://github.com/openstack/openstack-ansible-memcached_server @@ -80,7 +80,7 @@ - name: os_cinder scm: git src: https://github.com/openstack/openstack-ansible-os_cinder - version: c96e5e21273adbaa48ebb8f957226c6ec0ad3b8c + version: 948305aa6bfeeb2abdda7351aa0a8ff292810e56 - name: os_designate scm: git src: https://github.com/openstack/openstack-ansible-os_designate @@ -160,7 +160,7 @@ - name: repo_build scm: git src: https://github.com/openstack/openstack-ansible-repo_build - version: df5483086d92d1148d1e763247e086ff44388aaf + version: 0e50a282b09f62670494ada2f7d42509c148067f - name: repo_server scm: git src: https://github.com/openstack/openstack-ansible-repo_server |