Update all SHAs for 16.0.11

This patch updates all the roles to the latest available stable
SHA's, copies the release notes from the updated roles into the
integrated repo, updates all the OpenStack Service SHA's, and
updates the appropriate python requirements pins.

Depends-On: I4517ecedd0f60a07a1f6dc7774650f510d3c678a
Change-Id: I152261c7cf88002ce116d8d5bebae801d922d979
This commit is contained in:
Jean-Philippe Evrard 2018-04-05 10:41:06 +01:00
parent ed0bd76a42
commit 93980483d8
7 changed files with 65 additions and 53 deletions

View File

@ -9,15 +9,15 @@
- name: pip_install
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
version: 4aeb55be0b6de43b53e4081bc0065da76d6a2589
version: 56c4a325b2a4d88277b75b2aff729b796035ef88
- name: galera_client
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
version: f94c4b90629bb34638035e575596feea0b14fe63
version: ca1ee798b74b6e1c7667e608334f1ac5a14087bb
- name: galera_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-galera_server
version: daf9d5dc03e732a85476a5c2555ee0570c1acbac
version: fabfbd99a287b9fb85cc9269d58f1d12fa085373
- name: ceph_client
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-ceph_client
@ -33,11 +33,11 @@
- name: lxc_container_create
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create
version: 018cc83b1a5a23e70e1abe82df20a8032d2e1afb
version: 7650d0836bdefbd4903e52c61338b317c3b5aec2
- name: lxc_hosts
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
version: 6b808f4a39770d9ebcba79a16c3522843cf6fecf
version: 49d5112d7b0c415299dd0c6defc47fac4520f162
- name: memcached_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-memcached_server
@ -49,7 +49,7 @@
- name: os_keystone
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_keystone
version: 782ec3eae6d43e00699b831859401b347273f7fd
version: a7f57f5afe363b58304f61a0bbd9e053e786a93c
- name: openstack_openrc
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc
@ -77,7 +77,7 @@
- name: os_glance
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_glance
version: 91e544aadae016c0e190d52a89ce0a1659a84641
version: 97d19586aa7437ffee35d1cf46eb13bc00949c40
- name: os_gnocchi
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_gnocchi
@ -85,7 +85,7 @@
- name: os_heat
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_heat
version: 4d1efae631026631fb2af4f43a9fe8ca210d643e
version: 06d67c2b001ce62aaa301440d63e5226ffe334af
- name: os_horizon
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_horizon
@ -105,15 +105,15 @@
- name: os_neutron
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_neutron
version: f4ff2786c5bb7534f69f645f1b75bd17f19052db
version: 360c9f9e60a3930028fe58866c2a90f36fa1979b
- name: os_nova
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_nova
version: c581c2af7b2bfdf60fb4467d7d5b17bed32fc85f
version: 4fadee7f0dd418d6722ee94bf67e927958a2c096
- name: os_octavia
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_octavia
version: 75c0d9c347c34c18ff3c864ea88d2ad81bbe225f
version: b86823c0c3d9f3b5ed744eeed50c4c50b849d672
- name: os_rally
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_rally
@ -125,19 +125,19 @@
- name: os_swift
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_swift
version: 8f5f4be2c1040220e40b8bddbdf5e3b1a1d35baa
version: 71fb3dc58bc673ccbcf367ab613641fedd245e8e
- name: os_tempest
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_tempest
version: bcdfa619fe46629bdf5aa8cde5d1e843e7a7b576
version: ab0d01abcee9938593e40ba7183d6abcb101fede
- name: os_trove
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_trove
version: 6596f6b28c88a88c89e293ea8f5f8551eb491fd1
version: 0d7ad12f341a7f828ce79c3f9c6a03745a0fe565
- name: plugins
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-plugins
version: 3601c1e006890899f3c794cb8654bfaca6c32d58
version: 542835cb502856f6aa4b59c0c9565fdb3061de39
- name: rabbitmq_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server

View File

@ -9,6 +9,6 @@
### These are pinned to ensure exactly the same behaviour forever! ###
### These pins are updated through the sources-branch-updater script ###
###
pip==9.0.1
setuptools==38.5.1
wheel==0.30.0
pip==9.0.3
setuptools==39.0.1
wheel==0.31.0

View File

@ -14,7 +14,7 @@
# limitations under the License.
## OpenStack Source Code Release
openstack_release: 16.0.10
openstack_release: 16.0.11
## Verbosity Options
debug: False

View File

@ -33,5 +33,5 @@
## This service has a different stable branch strategy to the rest of OpenStack.
## The SHA is recorded here to make the SHA updating easier.
gnocchi_git_repo: https://github.com/gnocchixyz/gnocchi
gnocchi_git_install_branch: 0d6c33b9d68f593776e2cb25ea42bef21aa692f8 # HEAD of "stable/4.0" as of 07.03.2018
gnocchi_git_install_branch: dd5e5d497e7427ff884529c7e3b91b01349d7a2c # HEAD of "stable/4.0" as of 05.04.2018
gnocchi_git_project_group: gnocchi_all

View File

@ -31,42 +31,42 @@
## Global Requirements
requirements_git_repo: https://git.openstack.org/openstack/requirements
requirements_git_install_branch: 6ea2d17f0a90985aa05c809c3e536abb7ea74b60 # HEAD of "stable/pike" as of 07.03.2018
requirements_git_install_branch: 271c8e288db614159d1de137f15b16e3714bc340 # HEAD of "stable/pike" as of 05.04.2018
## Aodh service
aodh_git_repo: https://git.openstack.org/openstack/aodh
aodh_git_install_branch: 60fba82162ec601256169fcfcf12baa81aeb0855 # HEAD of "stable/pike" as of 07.03.2018
aodh_git_install_branch: 60fba82162ec601256169fcfcf12baa81aeb0855 # HEAD of "stable/pike" as of 05.04.2018
aodh_git_project_group: aodh_all
## Barbican service
barbican_git_repo: https://git.openstack.org/openstack/barbican
barbican_git_install_branch: 1d20692a6fe77eacdafdd307498bb11da285c437 # HEAD of "stable/pike" as of 07.03.2018
barbican_git_install_branch: 1d20692a6fe77eacdafdd307498bb11da285c437 # HEAD of "stable/pike" as of 05.04.2018
barbican_git_project_group: barbican_all
## Ceilometer service
ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer
ceilometer_git_install_branch: ddc421df5a7a4c77af9440c81fc583e1603ed2af # HEAD of "stable/pike" as of 07.03.2018
ceilometer_git_install_branch: ff72f0f1d3f4bf0b6147ac1f14ebbc5234789a57 # HEAD of "stable/pike" as of 05.04.2018
ceilometer_git_project_group: ceilometer_all
## Cinder service
cinder_git_repo: https://git.openstack.org/openstack/cinder
cinder_git_install_branch: 9d06094c26dee3d5a87b5ad8fb70f0424ee432f9 # HEAD of "stable/pike" as of 07.03.2018
cinder_git_install_branch: 181f90f4cf0bfce2bf4652ccb23222c96b6118b7 # HEAD of "stable/pike" as of 05.04.2018
cinder_git_project_group: cinder_all
## Designate service
designate_git_repo: https://git.openstack.org/openstack/designate
designate_git_install_branch: 12fbb38799d6731862f07a9e299d5476a5c02f90 # HEAD of "stable/pike" as of 07.03.2018
designate_git_install_branch: 12fbb38799d6731862f07a9e299d5476a5c02f90 # HEAD of "stable/pike" as of 05.04.2018
designate_git_project_group: designate_all
## Horizon Designate dashboard plugin
designate_dashboard_git_repo: https://git.openstack.org/openstack/designate-dashboard
designate_dashboard_git_install_branch: bc128a7c29a427933fc4ca94a7510ef8c97e5206 # HEAD of "stable/pike" as of 07.03.2018
designate_dashboard_git_install_branch: 93f4316734f5ce9d4a6f62b98d979fa960518373 # HEAD of "stable/pike" as of 05.04.2018
designate_dashboard_git_project_group: horizon_all
@ -78,135 +78,135 @@ dragonflow_git_project_group: neutron_all
## Glance service
glance_git_repo: https://git.openstack.org/openstack/glance
glance_git_install_branch: 5c1f76d91012c9cc7b12f76e917af9e9a9bb7667 # HEAD of "stable/pike" as of 07.03.2018
glance_git_install_branch: 5c1f76d91012c9cc7b12f76e917af9e9a9bb7667 # HEAD of "stable/pike" as of 05.04.2018
glance_git_project_group: glance_all
## Heat service
heat_git_repo: https://git.openstack.org/openstack/heat
heat_git_install_branch: 2d865ffbfd91a4c296f6c3908d502dcfed5d8dc1 # HEAD of "stable/pike" as of 07.03.2018
heat_git_install_branch: 2d865ffbfd91a4c296f6c3908d502dcfed5d8dc1 # HEAD of "stable/pike" as of 05.04.2018
heat_git_project_group: heat_all
## Horizon service
horizon_git_repo: https://git.openstack.org/openstack/horizon
horizon_git_install_branch: 01e642c568afd031e7d6295103007dad3caa0e5f # HEAD of "stable/pike" as of 07.03.2018
horizon_git_install_branch: 5c15fb85d9df302004f72049cefa975c57c16708 # HEAD of "stable/pike" as of 05.04.2018
horizon_git_project_group: horizon_all
## Horizon Ironic dashboard plugin
ironic_dashboard_git_repo: https://git.openstack.org/openstack/ironic-ui
ironic_dashboard_git_install_branch: ca9f9f1e9c2baba5415bee2e7961221a3daa6da6 # HEAD of "stable/pike" as of 07.03.2018
ironic_dashboard_git_install_branch: 783a3283100d0256e45db4f33a913556416a5bc6 # HEAD of "stable/pike" as of 05.04.2018
ironic_dashboard_git_project_group: horizon_all
## Horizon Magnum dashboard plugin
magnum_dashboard_git_repo: https://git.openstack.org/openstack/magnum-ui
magnum_dashboard_git_install_branch: 0b9fc50aada1a3e214acaad1204b48c96a549e5f # HEAD of "stable/pike" as of 07.03.2018
magnum_dashboard_git_install_branch: 7d6f02e606064395689dd5ea7430cdae4a6c1fd8 # HEAD of "stable/pike" as of 05.04.2018
magnum_dashboard_git_project_group: horizon_all
## Horizon LBaaS dashboard plugin
neutron_lbaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-lbaas-dashboard
neutron_lbaas_dashboard_git_install_branch: f51341588490baca3795b6f068347cd2260d2e3b # HEAD of "stable/pike" as of 07.03.2018
neutron_lbaas_dashboard_git_install_branch: b7ee60f71f5ceec67b886de6acf4a9321287cbe4 # HEAD of "stable/pike" as of 05.04.2018
neutron_lbaas_dashboard_git_project_group: horizon_all
## Horizon Sahara dashboard plugin
sahara_dashboard_git_repo: https://git.openstack.org/openstack/sahara-dashboard
sahara_dashboard_git_install_branch: 998fa6e34ed7584657e4c544832cd04c94206af0 # HEAD of "stable/pike" as of 07.03.2018
sahara_dashboard_git_install_branch: 998fa6e34ed7584657e4c544832cd04c94206af0 # HEAD of "stable/pike" as of 05.04.2018
sahara_dashboard_git_project_group: horizon_all
## Keystone service
keystone_git_repo: https://git.openstack.org/openstack/keystone
keystone_git_install_branch: 6de0a147d68042af79ddc6d700cec3fd71b9d03c # HEAD of "stable/pike" as of 07.03.2018
keystone_git_install_branch: 6de0a147d68042af79ddc6d700cec3fd71b9d03c # HEAD of "stable/pike" as of 05.04.2018
keystone_git_project_group: keystone_all
## Neutron service
neutron_git_repo: https://git.openstack.org/openstack/neutron
neutron_git_install_branch: b1dc5fcb05029c07caa846725458c86902a0bdb7 # HEAD of "stable/pike" as of 07.03.2018
neutron_git_install_branch: 48ae4b7ed1941d3d3dd91a84d7dfa2a8f1cf8b75 # HEAD of "stable/pike" as of 05.04.2018
neutron_git_project_group: neutron_all
neutron_lbaas_git_repo: https://git.openstack.org/openstack/neutron-lbaas
neutron_lbaas_git_install_branch: 49448db1a69d53ad0d137216b1805690a7daef45 # HEAD of "stable/pike" as of 07.03.2018
neutron_lbaas_git_install_branch: ee60a5440732611637946a139b3144e45e218ffd # HEAD of "stable/pike" as of 05.04.2018
neutron_lbaas_git_project_group: neutron_all
neutron_vpnaas_git_repo: https://git.openstack.org/openstack/neutron-vpnaas
neutron_vpnaas_git_install_branch: 60e4e7113b5fbbf28e97ebce2f40b7f1675200e6 # HEAD of "stable/pike" as of 07.03.2018
neutron_vpnaas_git_install_branch: 60e4e7113b5fbbf28e97ebce2f40b7f1675200e6 # HEAD of "stable/pike" as of 05.04.2018
neutron_vpnaas_git_project_group: neutron_all
neutron_fwaas_git_repo: https://git.openstack.org/openstack/neutron-fwaas
neutron_fwaas_git_install_branch: ea4e95913d843d72c8a3079203171813ba69895d # HEAD of "stable/pike" as of 07.03.2018
neutron_fwaas_git_install_branch: ea4e95913d843d72c8a3079203171813ba69895d # HEAD of "stable/pike" as of 05.04.2018
neutron_fwaas_git_project_group: neutron_all
neutron_dynamic_routing_git_repo: https://git.openstack.org/openstack/neutron-dynamic-routing
neutron_dynamic_routing_git_install_branch: 9098d4447581117e857d2f86fb4a0508b5ffbb6a # HEAD of "stable/pike" as of 07.03.2018
neutron_dynamic_routing_git_install_branch: c1914078fc2d75ca18e875cdc55a3ee49a9bcd9c # HEAD of "stable/pike" as of 05.04.2018
neutron_dynamic_routing_git_project_group: neutron_all
networking_calico_git_repo: https://git.openstack.org/openstack/networking-calico
networking_calico_git_install_branch: 241e03999862036e3c1b31bae751c7db1b327b55 # HEAD of "master" as of 07.03.2018
networking_calico_git_install_branch: 2f061c51fc4ae792aec1c97581b95c658c59c6df # HEAD of "master" as of 05.04.2018
networking_calico_git_project_group: neutron_all
## Nova service
nova_git_repo: https://git.openstack.org/openstack/nova
nova_git_install_branch: 0b7f8064df75d01370bb4405547f216b004d90da # HEAD of "stable/pike" as of 07.03.2018
nova_git_install_branch: 708342fe8d6e930d7fe942fb5f2043c2907cd5e9 # HEAD of "stable/pike" as of 05.04.2018
nova_git_project_group: nova_all
## PowerVM Virt Driver
nova_powervm_git_repo: https://git.openstack.org/openstack/nova-powervm
nova_powervm_git_install_branch: e0b516ca36fa5dfd38ae6f7ea97afd9a52f313ed # HEAD of "stable/pike" as of 07.03.2018
nova_powervm_git_install_branch: e0b516ca36fa5dfd38ae6f7ea97afd9a52f313ed # HEAD of "stable/pike" as of 05.04.2018
nova_powervm_git_project_group: nova_all
## LXD Virt Driver
nova_lxd_git_repo: https://git.openstack.org/openstack/nova-lxd
nova_lxd_git_install_branch: a9234659779e3c054a7db976c830826f571e1db6 # HEAD of "stable/pike" as of 07.03.2018
nova_lxd_git_install_branch: a9234659779e3c054a7db976c830826f571e1db6 # HEAD of "stable/pike" as of 05.04.2018
nova_lxd_git_project_group: nova_all
## Sahara service
sahara_git_repo: https://git.openstack.org/openstack/sahara
sahara_git_install_branch: c276721b6fcaf4f4f72878316a29ffdb9aaf0fe3 # HEAD of "stable/pike" as of 07.03.2018
sahara_git_install_branch: c276721b6fcaf4f4f72878316a29ffdb9aaf0fe3 # HEAD of "stable/pike" as of 05.04.2018
sahara_git_project_group: sahara_all
## Swift service
swift_git_repo: https://git.openstack.org/openstack/swift
swift_git_install_branch: 0ff2d5e3b85a42914a89eac64ed9a87172334a2c # HEAD of "stable/pike" as of 07.03.2018
swift_git_install_branch: 0ff2d5e3b85a42914a89eac64ed9a87172334a2c # HEAD of "stable/pike" as of 05.04.2018
swift_git_project_group: swift_all
## Swift3 middleware
swift_swift3_git_repo: https://git.openstack.org/openstack/swift3
swift_swift3_git_install_branch: 1c117c96dda8113c3398c16e68b61efef397de74 # HEAD of "master" as of 07.03.2018
swift_swift3_git_install_branch: 520b8888343a96ef0253af8701b45f0bd5238264 # HEAD of "master" as of 05.04.2018
swift_swift3_git_project_group: swift_all
## Ironic service
ironic_git_repo: https://git.openstack.org/openstack/ironic
ironic_git_install_branch: 8ad8c874d208e2c80be05bc64afe67d9a9c7a9ec # HEAD of "stable/pike" as of 07.03.2018
ironic_git_install_branch: d556ee9cccba6c071327c4ab005ed1374f47db87 # HEAD of "stable/pike" as of 05.04.2018
ironic_git_project_group: ironic_all
## Magnum service
magnum_git_repo: https://git.openstack.org/openstack/magnum
magnum_git_install_branch: b6f49ca72e0dbab686ad3af9519aa826c2a6acf6 # HEAD of "stable/pike" as of 07.03.2018
magnum_git_install_branch: b6f49ca72e0dbab686ad3af9519aa826c2a6acf6 # HEAD of "stable/pike" as of 05.04.2018
magnum_git_project_group: magnum_all
## Trove service
trove_git_repo: https://git.openstack.org/openstack/trove
trove_git_install_branch: 2a39699f8612a8f82dfce68949b714d19a102499 # HEAD of "stable/pike" as of 07.03.2018
trove_git_install_branch: 2a39699f8612a8f82dfce68949b714d19a102499 # HEAD of "stable/pike" as of 05.04.2018
trove_git_project_group: trove_all
## Horizon Trove dashboard plugin
trove_dashboard_git_repo: https://git.openstack.org/openstack/trove-dashboard
trove_dashboard_git_install_branch: bffd0776d139f38f96ce8ded07ccde4b5a41bc7a # HEAD of "stable/pike" as of 07.03.2018
trove_dashboard_git_install_branch: bffd0776d139f38f96ce8ded07ccde4b5a41bc7a # HEAD of "stable/pike" as of 05.04.2018
trove_dashboard_git_project_group: horizon_all
## Octavia service
octavia_git_repo: https://git.openstack.org/openstack/octavia
octavia_git_install_branch: a39cf133518716dc1a60069f5aa46afa384db3a8 # HEAD of "stable/pike" as of 07.03.2018
octavia_git_install_branch: 5c2d2d2e5c665312f380061ddaead6d7d47d9737 # HEAD of "stable/pike" as of 05.04.2018
octavia_git_project_group: octavia_all
## Molteniron service
molteniron_git_repo: https://git.openstack.org/openstack/molteniron
molteniron_git_install_branch: 094276cda77d814d07ad885e7d63de8d1243750a # HEAD of "master" as of 07.03.2018
molteniron_git_install_branch: 094276cda77d814d07ad885e7d63de8d1243750a # HEAD of "master" as of 05.04.2018
molteniron_git_project_group: molteniron_all

View File

@ -0,0 +1,4 @@
---
features:
- Added the ability to configure vendor data for Nova in order to be able to
push things via the metadata service or config drive.

View File

@ -0,0 +1,8 @@
---
features:
- |
The default variable `nova_default_schedule_zone` was previously set by
default to ``nova``. This default has been removed to allow the default
to be set by the nova code instead. Deployers wishing to maintain the
default availability zone of nova must now set the variable as a
user_variables.yml or group_vars override.