Update all SHAs for 17.0.7

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: Ib94f8dec87bb0ab523c62773e6ae91b5ba042ed6
Change-Id: I993fa18e931ab6484dbc7bfbd82c7f7920bf629a
This commit is contained in:
Jean-Philippe Evrard 2018-07-09 12:41:49 +02:00
parent a4fa7aee43
commit 23ec82a7cc
5 changed files with 63 additions and 58 deletions

View File

@ -1,7 +1,7 @@
- name: ansible-hardening
scm: git
src: https://git.openstack.org/openstack/ansible-hardening
version: 200e4f7a5137de8a7dbba681e87cd1f954e38ee6
version: ac92973e1393cedf336ed4e295005c08c1a083e0
- name: apt_package_pinning
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
@ -9,7 +9,7 @@
- name: pip_install
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
version: 39cc72fc6b5414634245a6aa7966bf22fc8f7381
version: f3a1342e6a35bb35a7006bd2f14f33e2bb8066dc
- name: galera_client
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
@ -25,7 +25,7 @@
- name: haproxy_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-haproxy_server
version: 746a9b334079081eb6b8d1b98ef2a150b31b11b8
version: 57508dde05b3908a160fd6fcd40a6a69f96e90c6
- name: keepalived
scm: git
src: https://github.com/evrardjp/ansible-keepalived
@ -37,7 +37,7 @@
- name: lxc_hosts
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
version: b06e48356d845ca8b86560cc6f4c3861add54c5e
version: b9fad5c1dafa27ef2585bed170119d0f8623bea4
- name: memcached_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-memcached_server
@ -45,11 +45,11 @@
- name: openstack_hosts
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-openstack_hosts
version: d0aa24c1b2823a60571e8c0e67e889b7c46611f5
version: 6bd37ccf61a1658f8e7882973a09176114b063f2
- name: os_keystone
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_keystone
version: 8c694847e10e118ae9778a6f1d0b7bedfaa70834
version: faae9f6696c03c0fbb4782eb5303885e96ec8aa7
- 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: c38783827b13fb6c5b542b59a7a34e0663392cef
version: 971403b6d99161329d2f1ac71e416c566a9cce6e
- name: os_gnocchi
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_gnocchi
@ -93,7 +93,7 @@
- name: os_ironic
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_ironic
version: e3ff48b9f56aa454ce4d38a78a77b15146fcaba1
version: 8bf481647d468132363614c6eddfe05b42349ced
- name: os_magnum
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_magnum
@ -109,7 +109,7 @@
- name: os_nova
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_nova
version: e3d6363b401d3a5e6e0d12cf86a7f1d684e53b17
version: 378cf6c83f9ad23c2e0d37e9df06796fee02cc27
- name: os_octavia
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_octavia
@ -141,7 +141,7 @@
- name: plugins
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-plugins
version: e1f330786d5f09bb02c3f06b3484a089223419ad
version: 335e9413b07760240a2d7ed9961e4754482cb60c
- name: rabbitmq_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server
@ -173,15 +173,15 @@
- name: etcd
scm: git
src: https://github.com/logan2211/ansible-etcd
version: 3933355dfe51477822db517d3c07ad561fb61318
version: "1.3"
- name: unbound
scm: git
src: https://github.com/logan2211/ansible-unbound
version: 7be67d6b60718896f0c17a7d4a14b912f72a59ae
version: "1.6"
- name: resolvconf
scm: git
src: https://github.com/logan2211/ansible-resolvconf
version: d48dd3eea22094b6ecc6aa6ea07279c8e68e28b5
version: "1.4"
- name: ceph-ansible
scm: git
src: https://github.com/ceph/ceph-ansible

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.3
setuptools==39.0.1
wheel==0.31.0
pip==9.0.3 # Frozen to prevent 10.x empty package list issue
setuptools==39.0.1 # Frozen to not bump to a new major version in stable branch
wheel==0.31.1

View File

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

View File

@ -31,220 +31,220 @@
## Global Requirements
requirements_git_repo: https://git.openstack.org/openstack/requirements
requirements_git_install_branch: 6e64e622e8608ab817dbc809d99e02e4cfdd9f59 # HEAD of "stable/queens" as of 09.06.2018
requirements_git_install_branch: 9631f38effdba9168e18dbb549d5ec4853508bf6 # HEAD of "stable/queens" as of 09.07.2018
## Aodh service
aodh_git_repo: https://git.openstack.org/openstack/aodh
aodh_git_install_branch: 149d3ad2193b4d17df801f82a0a6be62dba564db # HEAD of "stable/queens" as of 09.06.2018
aodh_git_install_branch: 91c094529fc3d825421e2e5e3839d8946c91ae94 # HEAD of "stable/queens" as of 09.07.2018
aodh_git_project_group: aodh_all
## Barbican service
barbican_git_repo: https://git.openstack.org/openstack/barbican
barbican_git_install_branch: d92fd4b9e5cdff64e149a0ae9a8460c622f0858d # HEAD of "stable/queens" as of 09.06.2018
barbican_git_install_branch: f83cfcafd49a12983d25653fd2bb86a11a74b247 # HEAD of "stable/queens" as of 09.07.2018
barbican_git_project_group: barbican_all
## Ceilometer service
ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer
ceilometer_git_install_branch: 420e621f40a70c7caa378f200c08520144c9a773 # HEAD of "stable/queens" as of 09.06.2018
ceilometer_git_install_branch: a4aeb8d62dcfad572204f4c2249d6a528f4f44da # HEAD of "stable/queens" as of 09.07.2018
ceilometer_git_project_group: ceilometer_all
## Cinder service
cinder_git_repo: https://git.openstack.org/openstack/cinder
cinder_git_install_branch: 73f3e09b0dabbf828c24edfabc521c8bd509bf44 # HEAD of "stable/queens" as of 09.06.2018
cinder_git_install_branch: 23f57d348b0e82fc59503eac5c676854680a3eec # HEAD of "stable/queens" as of 09.07.2018
cinder_git_project_group: cinder_all
## Designate service
designate_git_repo: https://git.openstack.org/openstack/designate
designate_git_install_branch: 6136addb3c44746bfa655d1139c076710cb97d51 # HEAD of "stable/queens" as of 09.06.2018
designate_git_install_branch: 6136addb3c44746bfa655d1139c076710cb97d51 # HEAD of "stable/queens" as of 09.07.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: 6c8f5884ba3f36c178d38c26f308253200b8dd9a # HEAD of "stable/queens" as of 09.06.2018
designate_dashboard_git_install_branch: 6c8f5884ba3f36c178d38c26f308253200b8dd9a # HEAD of "stable/queens" as of 09.07.2018
designate_dashboard_git_project_group: horizon_all
## Dragonflow service
dragonflow_git_repo: https://git.openstack.org/openstack/dragonflow
dragonflow_git_install_branch: 927f47479a23edaf34e5fa533287fa493dfa145b # HEAD of "master" as of 09.06.2018
dragonflow_git_install_branch: 5ee412bb043eaa08b539cbee875f2e2d86049c36 # HEAD of "master" as of 09.07.2018
dragonflow_git_project_group: neutron_all
## Glance service
glance_git_repo: https://git.openstack.org/openstack/glance
glance_git_install_branch: a9c560e902720a26df9d67bf5d4c9b7afbf7685c # HEAD of "stable/queens" as of 09.06.2018
glance_git_install_branch: f67696177643b448f9e7e918cd72841f43dacfcd # HEAD of "stable/queens" as of 09.07.2018
glance_git_project_group: glance_all
## Heat service
heat_git_repo: https://git.openstack.org/openstack/heat
heat_git_install_branch: f80f3bd1205b962e37b8bef8bd0c9b6d978f08ec # HEAD of "stable/queens" as of 09.06.2018
heat_git_install_branch: 057231929e6100de26265b1585077329145735f5 # HEAD of "stable/queens" as of 09.07.2018
heat_git_project_group: heat_all
## Horizon service
horizon_git_repo: https://git.openstack.org/openstack/horizon
horizon_git_install_branch: b7d890bb3cebd87b78d81fe94d3cbd0c5b54c937 # HEAD of "stable/queens" as of 09.06.2018
horizon_git_install_branch: 503bb0f782b57e81651b4a660b9b1a63176a2cde # HEAD of "stable/queens" as of 09.07.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: 7f542b823f402d6d67bcc8981152fc42a37956a5 # HEAD of "stable/queens" as of 09.06.2018
ironic_dashboard_git_install_branch: 7f542b823f402d6d67bcc8981152fc42a37956a5 # HEAD of "stable/queens" as of 09.07.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: 53f5ab43e1697a1d2deeee3b4715cf56b010348b # HEAD of "stable/queens" as of 09.06.2018
magnum_dashboard_git_install_branch: 53f5ab43e1697a1d2deeee3b4715cf56b010348b # HEAD of "stable/queens" as of 09.07.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: a2c502e406459b12a916f2e88ea026335fe61b5f # HEAD of "stable/queens" as of 09.06.2018
neutron_lbaas_dashboard_git_install_branch: a2c502e406459b12a916f2e88ea026335fe61b5f # HEAD of "stable/queens" as of 09.07.2018
neutron_lbaas_dashboard_git_project_group: horizon_all
## Horizon FWaaS dashboard plugin
neutron_fwaas_dashboard_git_repo: https://git.openstack.org//openstack/neutron-fwaas-dashboard
neutron_fwaas_dashboard_git_install_branch: 80a23ecf0523d99595a1dd652554d63e8469bad1 # HEAD of "stable/queens" as of 09.06.2018
neutron_fwaas_dashboard_git_install_branch: 80a23ecf0523d99595a1dd652554d63e8469bad1 # HEAD of "stable/queens" as of 09.07.2018
neutron_fwaas_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: 707059ff4e372ae66b21b82050a9e16295176782 # HEAD of "stable/queens" as of 09.06.2018
sahara_dashboard_git_install_branch: 707059ff4e372ae66b21b82050a9e16295176782 # HEAD of "stable/queens" as of 09.07.2018
sahara_dashboard_git_project_group: horizon_all
## Horizon Heat dashboard
heat_dashboard_git_repo: https://git.openstack.org/openstack/heat-dashboard
heat_dashboard_git_install_branch: 66d38448ed8d68c472ce2fdb373adeecc0f1f540 # HEAD of "stable/queens" as of 09.06.2018
heat_dashboard_git_install_branch: 66d38448ed8d68c472ce2fdb373adeecc0f1f540 # HEAD of "stable/queens" as of 09.07.2018
heat_dashboard_git_project_group: horizon_all
## Keystone service
keystone_git_repo: https://git.openstack.org/openstack/keystone
keystone_git_install_branch: 4ca0172fcdb1ce28a1f00d5a0e1bb3d646141803 # HEAD of "stable/queens" as of 09.06.2018
keystone_git_install_branch: 4ca0172fcdb1ce28a1f00d5a0e1bb3d646141803 # HEAD of "stable/queens" as of 09.07.2018
keystone_git_project_group: keystone_all
## Neutron service
neutron_git_repo: https://git.openstack.org/openstack/neutron
neutron_git_install_branch: 9eef1db160521076d8243f1980e681f0f04ecbc6 # HEAD of "stable/queens" as of 09.06.2018
neutron_git_install_branch: 3d5cea9dbd35a0b5df798fb3700cdf4efc166b3b # HEAD of "stable/queens" as of 09.07.2018
neutron_git_project_group: neutron_all
neutron_lbaas_git_repo: https://git.openstack.org/openstack/neutron-lbaas
neutron_lbaas_git_install_branch: cdbf25c12edb993ea3c61edf71dae9529bbe04a9 # HEAD of "stable/queens" as of 09.06.2018
neutron_lbaas_git_install_branch: 3aa678c357b59849b6b7662f10ce27cf77581087 # HEAD of "stable/queens" as of 09.07.2018
neutron_lbaas_git_project_group: neutron_all
neutron_vpnaas_git_repo: https://git.openstack.org/openstack/neutron-vpnaas
neutron_vpnaas_git_install_branch: 88478d5ca40108dc450aabb6d813bb6058d62cc7 # HEAD of "stable/queens" as of 09.06.2018
neutron_vpnaas_git_install_branch: 88478d5ca40108dc450aabb6d813bb6058d62cc7 # HEAD of "stable/queens" as of 09.07.2018
neutron_vpnaas_git_project_group: neutron_all
neutron_fwaas_git_repo: https://git.openstack.org/openstack/neutron-fwaas
neutron_fwaas_git_install_branch: 718cb9d13c50070e0158835f07ec03940924fc1a # HEAD of "stable/queens" as of 09.06.2018
neutron_fwaas_git_install_branch: 718cb9d13c50070e0158835f07ec03940924fc1a # HEAD of "stable/queens" as of 09.07.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: a29018ba87b18828c52326030413bc5e55f3668b # HEAD of "stable/queens" as of 09.06.2018
neutron_dynamic_routing_git_install_branch: a29018ba87b18828c52326030413bc5e55f3668b # HEAD of "stable/queens" as of 09.07.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: cc24d10f5af45a1b7b39d8176bd0c7819d52bb9e # HEAD of "master" as of 09.06.2018
networking_calico_git_install_branch: cc24d10f5af45a1b7b39d8176bd0c7819d52bb9e # HEAD of "master" as of 09.07.2018
networking_calico_git_project_group: neutron_all
networking_odl_git_repo: https://git.openstack.org/openstack/networking-odl
networking_odl_git_install_branch: d8b756cc43b6aefe4d1007d9c4ecb4359f8d1a41 # HEAD of "stable/queens" as of 09.06.2018
networking_odl_git_install_branch: d8b756cc43b6aefe4d1007d9c4ecb4359f8d1a41 # HEAD of "stable/queens" as of 09.07.2018
networking_odl_git_project_group: neutron_all
networking_bgpvpn_git_repo: https://git.openstack.org/openstack/networking-bgpvpn
networking_bgpvpn_git_install_branch: a15c091d8a616c1fd1d3741f32c5d135b5db594f # HEAD of "stable/queens" as of 09.06.2018
networking_bgpvpn_git_install_branch: a15c091d8a616c1fd1d3741f32c5d135b5db594f # HEAD of "stable/queens" as of 09.07.2018
networking_bgpvpn_git_project_group: neutron_all
networking_sfc_git_repo: https://git.openstack.org/openstack/networking-sfc
networking_sfc_git_install_branch: 12886c854d3c1a2a296ff89d82bda147afbd65e2 # HEAD of "stable/queens" as of 09.06.2018
networking_sfc_git_install_branch: 12886c854d3c1a2a296ff89d82bda147afbd65e2 # HEAD of "stable/queens" as of 09.07.2018
networking_sfc_git_project_group: neutron_all
## Nova service
nova_git_repo: https://git.openstack.org/openstack/nova
nova_git_install_branch: c7d87f6691bbc39daca918729b769cc2d2000abd # HEAD of "stable/queens" as of 09.06.2018
nova_git_install_branch: 7ae2dc840a0bccb868122bb4b77e8958a0e842a7 # HEAD of "stable/queens" as of 09.07.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: 220a7cdc684043139de43ef5e8d4602ad4d9faf0 # HEAD of "stable/queens" as of 09.06.2018
nova_powervm_git_install_branch: 220a7cdc684043139de43ef5e8d4602ad4d9faf0 # HEAD of "stable/queens" as of 09.07.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: bdf27529a30c1a9c5046733dc2933b375d1ecc72 # HEAD of "stable/queens" as of 09.06.2018
nova_lxd_git_install_branch: bdf27529a30c1a9c5046733dc2933b375d1ecc72 # HEAD of "stable/queens" as of 09.07.2018
nova_lxd_git_project_group: nova_all
## Sahara service
sahara_git_repo: https://git.openstack.org/openstack/sahara
sahara_git_install_branch: f8f4d45ab4f2ddc757d4ab1d09d2d16ad48d4a58 # HEAD of "stable/queens" as of 09.06.2018
sahara_git_install_branch: 543983404bd55a723b0630de9a1ef96cab695581 # HEAD of "stable/queens" as of 09.07.2018
sahara_git_project_group: sahara_all
## Swift service
swift_git_repo: https://git.openstack.org/openstack/swift
swift_git_install_branch: caeeb5412359d24b69013639a34272009cea5c63 # HEAD of "stable/queens" as of 09.06.2018
swift_git_install_branch: caeeb5412359d24b69013639a34272009cea5c63 # HEAD of "stable/queens" as of 09.07.2018
swift_git_project_group: swift_all
## Swift3 middleware
swift_swift3_git_repo: https://git.openstack.org/openstack/swift3
swift_swift3_git_install_branch: 90db5d1510b2a770387961e7bf0fbeae8101ba45 # HEAD of "master" as of 09.06.2018
swift_swift3_git_install_branch: 90db5d1510b2a770387961e7bf0fbeae8101ba45 # HEAD of "master" as of 09.07.2018
swift_swift3_git_project_group: swift_all
## Ironic service
ironic_git_repo: https://git.openstack.org/openstack/ironic
ironic_git_install_branch: 816c2c04794296ded34ba231a12fba7b7ab5790a # HEAD of "stable/queens" as of 09.06.2018
ironic_git_install_branch: b3652391f35310ccabf001650c44f72a1de3bee2 # HEAD of "stable/queens" as of 09.07.2018
ironic_git_project_group: ironic_all
## Magnum service
magnum_git_repo: https://git.openstack.org/openstack/magnum
magnum_git_install_branch: 629ee4e7a88fab317f1b8be4c348d6287cd9a391 # HEAD of "stable/queens" as of 09.06.2018
magnum_git_install_branch: 5560223d627afd23455d773f7739a68de34e24e3 # HEAD of "stable/queens" as of 09.07.2018
magnum_git_project_group: magnum_all
## Trove service
trove_git_repo: https://git.openstack.org/openstack/trove
trove_git_install_branch: 43d2b96f86a5365d69c885738ea1c3642f4e5aa1 # HEAD of "stable/queens" as of 09.06.2018
trove_git_install_branch: 43d2b96f86a5365d69c885738ea1c3642f4e5aa1 # HEAD of "stable/queens" as of 09.07.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: b3263223779d45377aa13906b8d4422d71e60c1b # HEAD of "stable/queens" as of 09.06.2018
trove_dashboard_git_install_branch: b3263223779d45377aa13906b8d4422d71e60c1b # HEAD of "stable/queens" as of 09.07.2018
trove_dashboard_git_project_group: horizon_all
## Octavia service
octavia_git_repo: https://git.openstack.org/openstack/octavia
octavia_git_install_branch: 386a1cd0fd2c0a69a34430241b8c1e26fb4f48c9 # HEAD of "stable/queens" as of 09.06.2018
octavia_git_install_branch: 8f23f5096f9ba6184b52f5a476c4ad8cd494e05d # HEAD of "stable/queens" as of 09.07.2018
octavia_git_project_group: octavia_all
## Horizon Octavia dashboard plugin
octavia_dashboard_git_repo: https://git.openstack.org/openstack/octavia-dashboard
octavia_dashboard_git_install_branch: e68da46f599d1f8a76e7fd9ebec69548a5c49880 # HEAD of "stable/queens" as of 09.06.2018
octavia_dashboard_git_install_branch: e68da46f599d1f8a76e7fd9ebec69548a5c49880 # HEAD of "stable/queens" as of 09.07.2018
octavia_dashboard_git_project_group: horizon_all
## Molteniron service
molteniron_git_repo: https://git.openstack.org/openstack/molteniron
molteniron_git_install_branch: 094276cda77d814d07ad885e7d63de8d1243750a # HEAD of "master" as of 09.06.2018
molteniron_git_install_branch: 094276cda77d814d07ad885e7d63de8d1243750a # HEAD of "master" as of 09.07.2018
molteniron_git_project_group: molteniron_all
## Tacker service
tacker_git_repo: https://git.openstack.org/openstack/tacker
tacker_git_install_branch: 67404b21e17a1f77daea5fd891b11c5ec04d97ca # HEAD of "stable/queens" as of 09.06.2018
tacker_git_install_branch: 67404b21e17a1f77daea5fd891b11c5ec04d97ca # HEAD of "stable/queens" as of 09.07.2018
tacker_git_project_group: tacker_all

View File

@ -0,0 +1,5 @@
---
fixes:
- |
The conditional that determines whether the ``sso_callback_template.html``
file is deployed for federated deployments has been fixed.