From a1eca36d9ad67f2240eb970d8a2f20457ac36bea Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 5 Jul 2024 09:14:01 +0200 Subject: [PATCH] Update SHAs for master This includes fixed versions to cover CVE-2024-32498 Change-Id: Ic5cfc1b41b525acae80a77a0dd6ceb8ec8235c57 --- inventory/group_vars/all/source_git.yml | 4 ++-- inventory/group_vars/aodh_all/source_git.yml | 4 ++-- .../group_vars/barbican_all/source_git.yml | 4 ++-- .../group_vars/blazar_all/source_git.yml | 4 ++-- .../group_vars/ceilometer_all/source_git.yml | 4 ++-- .../group_vars/cinder_all/source_git.yml | 4 ++-- .../group_vars/cloudkitty_all/source_git.yml | 4 ++-- .../group_vars/designate_all/source_git.yml | 4 ++-- .../group_vars/glance_all/source_git.yml | 4 ++-- inventory/group_vars/heat_all/source_git.yml | 4 ++-- .../group_vars/horizon_all/source_git.yml | 6 +++--- .../group_vars/ironic_all/source_git.yml | 6 +++--- .../group_vars/keystone_all/source_git.yml | 4 ++-- .../group_vars/magnum_all/source_git.yml | 4 ++-- .../group_vars/manila_all/source_git.yml | 4 ++-- .../group_vars/neutron_all/source_git.yml | 16 +++++++-------- inventory/group_vars/nova_all/source_git.yml | 6 +++--- .../group_vars/octavia_all/source_git.yml | 4 ++-- .../group_vars/skyline_all/source_git.yml | 4 ++-- inventory/group_vars/swift_all/source_git.yml | 4 ++-- inventory/group_vars/trove_all/source_git.yml | 4 ++-- .../group_vars/utility_all/source_git.yml | 20 +++++++++---------- 22 files changed, 61 insertions(+), 61 deletions(-) diff --git a/inventory/group_vars/all/source_git.yml b/inventory/group_vars/all/source_git.yml index 6216b6ab51..68abec75da 100644 --- a/inventory/group_vars/all/source_git.yml +++ b/inventory/group_vars/all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Global Requirements requirements_git_repo: "{{ openstack_opendev_base_url }}/openstack/requirements" -requirements_git_install_branch: fd1228c681d745ec6ace3b620cb419cc087c0d31 +requirements_git_install_branch: 408b3db07d288681856569906b4a5bb306710cc8 requirements_git_track_branch: master diff --git a/inventory/group_vars/aodh_all/source_git.yml b/inventory/group_vars/aodh_all/source_git.yml index 3d3425d37a..9fcce1acc1 100644 --- a/inventory/group_vars/aodh_all/source_git.yml +++ b/inventory/group_vars/aodh_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Aodh service aodh_git_repo: "{{ openstack_opendev_base_url }}/openstack/aodh" -aodh_git_install_branch: bd066696276c7cd60f443b3bcb3e1b637c5a8a74 +aodh_git_install_branch: f43e90311724ad574ff46d0165ae7f30395b9aaf aodh_git_track_branch: master diff --git a/inventory/group_vars/barbican_all/source_git.yml b/inventory/group_vars/barbican_all/source_git.yml index 0841e09cfb..4ed41cebf9 100644 --- a/inventory/group_vars/barbican_all/source_git.yml +++ b/inventory/group_vars/barbican_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Barbican service barbican_git_repo: "{{ openstack_opendev_base_url }}/openstack/barbican" -barbican_git_install_branch: 184c2db308eab808b4710faf8ce7cfd40adbd5e6 +barbican_git_install_branch: 3d11d9ffac13835ea0555d7b4eedf206ed12843f barbican_git_track_branch: master diff --git a/inventory/group_vars/blazar_all/source_git.yml b/inventory/group_vars/blazar_all/source_git.yml index 8c93ed6a0b..3f8863880d 100644 --- a/inventory/group_vars/blazar_all/source_git.yml +++ b/inventory/group_vars/blazar_all/source_git.yml @@ -13,11 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Blazar service blazar_git_repo: "{{ openstack_opendev_base_url }}/openstack/blazar" -blazar_git_install_branch: 994c904889a1354de02c4026e9cbce2b8cb32a87 +blazar_git_install_branch: b7d4b086242b133009721a6790e0fddce83f6a6c blazar_git_track_branch: master ## Blazar Nova Service diff --git a/inventory/group_vars/ceilometer_all/source_git.yml b/inventory/group_vars/ceilometer_all/source_git.yml index b4bf55b0ce..0f2277f02f 100644 --- a/inventory/group_vars/ceilometer_all/source_git.yml +++ b/inventory/group_vars/ceilometer_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Ceilometer service ceilometer_git_repo: "{{ openstack_opendev_base_url }}/openstack/ceilometer" -ceilometer_git_install_branch: 1f8999b09f161b305f17f01c796bbc055ee6a1bf +ceilometer_git_install_branch: 8dbbfc8c96c08ef73f337c54d96507cc1a18b6ca ceilometer_git_track_branch: master diff --git a/inventory/group_vars/cinder_all/source_git.yml b/inventory/group_vars/cinder_all/source_git.yml index daa23fc03f..fc3990d218 100644 --- a/inventory/group_vars/cinder_all/source_git.yml +++ b/inventory/group_vars/cinder_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Cinder service cinder_git_repo: "{{ openstack_opendev_base_url }}/openstack/cinder" -cinder_git_install_branch: 1ecfffafa6019cf6230a5af675e40c2a985dd6eb +cinder_git_install_branch: 346562008e50d4d3b6696ab5d88d2207215943be cinder_git_track_branch: master diff --git a/inventory/group_vars/cloudkitty_all/source_git.yml b/inventory/group_vars/cloudkitty_all/source_git.yml index eeac39509c..a2b399ed36 100644 --- a/inventory/group_vars/cloudkitty_all/source_git.yml +++ b/inventory/group_vars/cloudkitty_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Cloudkitty service cloudkitty_git_repo: "{{ openstack_opendev_base_url }}/openstack/cloudkitty" -cloudkitty_git_install_branch: 8a5319fd5de3f9f9c7b543936a3bb42fb02a62a8 +cloudkitty_git_install_branch: 76850ca060117b0630fb2b6c0cb6f90f07f4c7bc cloudkitty_git_track_branch: master diff --git a/inventory/group_vars/designate_all/source_git.yml b/inventory/group_vars/designate_all/source_git.yml index c83b8fb58d..322673566a 100644 --- a/inventory/group_vars/designate_all/source_git.yml +++ b/inventory/group_vars/designate_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Designate service designate_git_repo: "{{ openstack_opendev_base_url }}/openstack/designate" -designate_git_install_branch: 1053801c8d6ca0373cdacca5004e417a364b63b9 +designate_git_install_branch: d6cb8012828696bbc162cd42966c31ce5f62a135 designate_git_track_branch: master diff --git a/inventory/group_vars/glance_all/source_git.yml b/inventory/group_vars/glance_all/source_git.yml index a31f02de3b..948e4c7ff0 100644 --- a/inventory/group_vars/glance_all/source_git.yml +++ b/inventory/group_vars/glance_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Glance service glance_git_repo: "{{ openstack_opendev_base_url }}/openstack/glance" -glance_git_install_branch: dfbfdad77fdc91899f64d2ff186097cfb2065ab7 +glance_git_install_branch: d8ee31228d3ec927d00709a3cddda1ab9fc35d9c glance_git_track_branch: master diff --git a/inventory/group_vars/heat_all/source_git.yml b/inventory/group_vars/heat_all/source_git.yml index 818367a325..ebcfd28fe9 100644 --- a/inventory/group_vars/heat_all/source_git.yml +++ b/inventory/group_vars/heat_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Heat service heat_git_repo: "{{ openstack_opendev_base_url }}/openstack/heat" -heat_git_install_branch: a6e8a3866e83a80f1d6046ace9e063b3eff7c330 +heat_git_install_branch: 3c54539d28ca601b6978ff2663f61681418d4d08 heat_git_track_branch: master diff --git a/inventory/group_vars/horizon_all/source_git.yml b/inventory/group_vars/horizon_all/source_git.yml index ca498e2454..61cbc87df5 100644 --- a/inventory/group_vars/horizon_all/source_git.yml +++ b/inventory/group_vars/horizon_all/source_git.yml @@ -13,11 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Horizon service horizon_git_repo: "{{ openstack_opendev_base_url }}/openstack/horizon" -horizon_git_install_branch: 47823cce7c9b832b1f23eeb754e6ad4b9f212722 +horizon_git_install_branch: b204df05bcb498abef41cec71df40ffc88fcbbbc horizon_git_track_branch: master ## Adjutant dashboard plugin @@ -52,7 +52,7 @@ ironic_dashboard_git_track_branch: master ## Horizon Magnum dashboard plugin magnum_dashboard_git_repo: "{{ openstack_opendev_base_url }}/openstack/magnum-ui" -magnum_dashboard_git_install_branch: 7a4d1d72cc848c6c99c26b649f28e4db97831ade +magnum_dashboard_git_install_branch: 736edbaa8669737d8bea48dacdff9235ec97c4c5 magnum_dashboard_git_track_branch: master ## Horizon Masakari dashboard plugin diff --git a/inventory/group_vars/ironic_all/source_git.yml b/inventory/group_vars/ironic_all/source_git.yml index c340608c90..204f93c0a9 100644 --- a/inventory/group_vars/ironic_all/source_git.yml +++ b/inventory/group_vars/ironic_all/source_git.yml @@ -13,14 +13,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Ironic service ironic_git_repo: "{{ openstack_opendev_base_url }}/openstack/ironic" -ironic_git_install_branch: b51c8a404bb091609e1236b85993bdfef858ecae +ironic_git_install_branch: ae423e6b070a3277c1c42f7125738853fe22d803 ironic_git_track_branch: master ## Ironic inspector service ironic_inspector_git_repo: "{{ openstack_opendev_base_url }}/openstack/ironic-inspector" -ironic_inspector_git_install_branch: f868a25f71ac8b5a5f60bf1324581a06018a5536 +ironic_inspector_git_install_branch: 5092b4ada74de60b524d449bf7c6d9fa85644dd2 ironic_inspector_git_track_branch: master diff --git a/inventory/group_vars/keystone_all/source_git.yml b/inventory/group_vars/keystone_all/source_git.yml index e94071d90c..d5ca40ef93 100644 --- a/inventory/group_vars/keystone_all/source_git.yml +++ b/inventory/group_vars/keystone_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Keystone service keystone_git_repo: "{{ openstack_opendev_base_url }}/openstack/keystone" -keystone_git_install_branch: dd61a91864b626314c167fcfa2db8c846d689f9e +keystone_git_install_branch: 0bc2af48d5eabb59627f0b733a9fec42ff3759aa keystone_git_track_branch: master diff --git a/inventory/group_vars/magnum_all/source_git.yml b/inventory/group_vars/magnum_all/source_git.yml index e8ca27ad34..4bb3fbb400 100644 --- a/inventory/group_vars/magnum_all/source_git.yml +++ b/inventory/group_vars/magnum_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Magnum service magnum_git_repo: "{{ openstack_opendev_base_url }}/openstack/magnum" -magnum_git_install_branch: b758df6bb89923764786ceffd02d7ccb05888ae7 +magnum_git_install_branch: 8d09169a8aa4d8425e9ab7f37bbb636c4410a39f magnum_git_track_branch: master diff --git a/inventory/group_vars/manila_all/source_git.yml b/inventory/group_vars/manila_all/source_git.yml index e1b4cc43ea..eba1faa112 100644 --- a/inventory/group_vars/manila_all/source_git.yml +++ b/inventory/group_vars/manila_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Manila service manila_git_repo: "{{ openstack_opendev_base_url }}/openstack/manila" -manila_git_install_branch: cd6c20c430b46f92336723a2fc9d0ccdd77317be +manila_git_install_branch: 31fa27b8bf6eee4f5eb96ab39888359772185b7e manila_git_track_branch: master diff --git a/inventory/group_vars/neutron_all/source_git.yml b/inventory/group_vars/neutron_all/source_git.yml index bbf83e5998..288af83821 100644 --- a/inventory/group_vars/neutron_all/source_git.yml +++ b/inventory/group_vars/neutron_all/source_git.yml @@ -13,19 +13,19 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Neutron service neutron_git_repo: "{{ openstack_opendev_base_url }}/openstack/neutron" -neutron_git_install_branch: 47698114510aea159d8577758c23a54af108ce59 +neutron_git_install_branch: 964997b960f5c948238e911c430a6107e8bf68e8 neutron_git_track_branch: master neutron_vpnaas_git_repo: "{{ openstack_opendev_base_url }}/openstack/neutron-vpnaas" -neutron_vpnaas_git_install_branch: 7d2478223f2460c8bbc3ec2b268edd823ae1d36c +neutron_vpnaas_git_install_branch: f2fcd4586c96e7ff4fa5ca368fbe89cffa55fe7a neutron_vpnaas_git_track_branch: master neutron_dynamic_routing_git_repo: "{{ openstack_opendev_base_url }}/openstack/neutron-dynamic-routing" -neutron_dynamic_routing_git_install_branch: 135558f4a208fee1df6a0b39f0d14df8c9faca2f +neutron_dynamic_routing_git_install_branch: f844863a8e55b7ef0120ffd74e585ee89695cf5c neutron_dynamic_routing_git_track_branch: master networking_bgpvpn_git_repo: "{{ openstack_opendev_base_url }}/openstack/networking-bgpvpn" @@ -37,7 +37,7 @@ networking_sfc_git_install_branch: bcc6be3e8b4e89ad6bb6bff66d2c537ee8c77f18 networking_sfc_git_track_branch: master networking_generic_switch_git_repo: "{{ openstack_opendev_base_url}}/openstack/networking-generic-switch" -networking_generic_switch_git_install_branch: 197d66ac21d8f72ef650142ce56e522a7b538d74 +networking_generic_switch_git_install_branch: 68fc9b025a1622808d8de615be47d225bb3e6656 networking_generic_switch_git_track_branch: master networking_nsx_git_repo: "{{ openstack_opendev_base_url }}/x/vmware-nsx" @@ -45,13 +45,13 @@ networking_nsx_git_install_branch: 715cb5fc1174b9226f043e49ffd389add44f070a networking_nsx_git_track_branch: master networking_nsxlib_git_repo: "{{ openstack_opendev_base_url }}/x/vmware-nsxlib" -networking_nsxlib_git_install_branch: a30074d4e55eb1303cc607bc13a8b33260176db4 +networking_nsxlib_git_install_branch: c5d39d4e8b4a33bc64113ec93ff0a0e36523fbee networking_nsxlib_git_track_branch: master networking_baremetal_git_repo: "{{ openstack_opendev_base_url }}/openstack/networking-baremetal" -networking_baremetal_git_install_branch: 252c4a6d55454c35f3960777c75f591a6ae923b7 +networking_baremetal_git_install_branch: 0bf02fbbbacb19760fcbc4375e2ce2acf1a7bf35 networking_baremetal_git_track_branch: master networking_ovn_bgp_git_repo: "{{ openstack_opendev_base_url }}/openstack/ovn-bgp-agent" -networking_ovn_bgp_git_install_branch: 02b00812591e58054597f870a585cb42581e3e16 +networking_ovn_bgp_git_install_branch: a4e307e6f53794532284f02c91c0ff7a96fb242f networking_ovn_bgp_git_track_branch: master diff --git a/inventory/group_vars/nova_all/source_git.yml b/inventory/group_vars/nova_all/source_git.yml index 4190036c9d..05d3560b46 100644 --- a/inventory/group_vars/nova_all/source_git.yml +++ b/inventory/group_vars/nova_all/source_git.yml @@ -23,11 +23,11 @@ ## * All items with this file should be separated by `name_` note that the name of the ## package should be one long name with no additional `_` separating it. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## NOVNC from source novncproxy_git_repo: "{{ openstack_github_base_url }}/novnc/noVNC" -novncproxy_git_install_branch: aead0b2f891732687b970225350419ae62f1942c +novncproxy_git_install_branch: 7fcf9dcfe0cc5b14e3841a4429dc091a6ffca861 novncproxy_git_track_branch: master ## spice-html5 from source @@ -37,5 +37,5 @@ spicehtml5_git_track_branch: master ## Nova service nova_git_repo: "{{ openstack_opendev_base_url }}/openstack/nova" -nova_git_install_branch: 7dc4b1ea627d864a0ee2745cc9de4336fc0ba7b5 +nova_git_install_branch: cff73f518bd4d1ebb6a3a93b886cc16ea3c63957 nova_git_track_branch: master diff --git a/inventory/group_vars/octavia_all/source_git.yml b/inventory/group_vars/octavia_all/source_git.yml index e9c7a31f66..3366a4217f 100644 --- a/inventory/group_vars/octavia_all/source_git.yml +++ b/inventory/group_vars/octavia_all/source_git.yml @@ -13,11 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Octavia service octavia_git_repo: "{{ openstack_opendev_base_url }}/openstack/octavia" -octavia_git_install_branch: 541682314693ab543b148a9ed7703192f1673e00 +octavia_git_install_branch: 7974e755e18bed376ea5b1bce2a927eeb34494b2 octavia_git_track_branch: master ## Octavia OVN provider diff --git a/inventory/group_vars/skyline_all/source_git.yml b/inventory/group_vars/skyline_all/source_git.yml index ec4505e824..a394478fa6 100644 --- a/inventory/group_vars/skyline_all/source_git.yml +++ b/inventory/group_vars/skyline_all/source_git.yml @@ -13,11 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Skyline service skyline_git_repo: "{{ openstack_opendev_base_url }}/openstack/skyline-apiserver" -skyline_git_install_branch: d3c48c17f882bfebabd85449d0b98d6625c958db +skyline_git_install_branch: 2a3a08e32830216e7c5e5b05880253a4b34e03af skyline_git_track_branch: master skyline_console_git_repo: "{{ openstack_opendev_base_url }}/openstack/skyline-console" diff --git a/inventory/group_vars/swift_all/source_git.yml b/inventory/group_vars/swift_all/source_git.yml index 1e928cab6d..1a9402916d 100644 --- a/inventory/group_vars/swift_all/source_git.yml +++ b/inventory/group_vars/swift_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Swift service swift_git_repo: "{{ openstack_opendev_base_url }}/openstack/swift" -swift_git_install_branch: 1d5b1d746e027bb9509ad0e45cc0f2f50d28511f +swift_git_install_branch: 0fd36e395dbe05fb77a4e76bc6ea4c83597d86ff swift_git_track_branch: master diff --git a/inventory/group_vars/trove_all/source_git.yml b/inventory/group_vars/trove_all/source_git.yml index 65b8c91d59..b8eb3f0206 100644 --- a/inventory/group_vars/trove_all/source_git.yml +++ b/inventory/group_vars/trove_all/source_git.yml @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### ## Trove service trove_git_repo: "{{ openstack_opendev_base_url }}/openstack/trove" -trove_git_install_branch: 7501804a9f321525e7f5e68f4c51ff5cbd45be70 +trove_git_install_branch: 114601edba9fc736af43a3f2705552d8c746115c trove_git_track_branch: master diff --git a/inventory/group_vars/utility_all/source_git.yml b/inventory/group_vars/utility_all/source_git.yml index 1a2d717320..729dfa67d8 100644 --- a/inventory/group_vars/utility_all/source_git.yml +++ b/inventory/group_vars/utility_all/source_git.yml @@ -13,10 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 05.06.2024 ### +### HEAD as of 05.07.2024 ### tempest_git_repo: "{{ openstack_opendev_base_url }}/openstack/tempest" -tempest_git_install_branch: 89a6811cd060bdec92f5efa1e53fd90b3961982a +tempest_git_install_branch: 1a7a5a4d80da53903539163fd422e73d205a19a9 tempest_git_track_branch: master tempest_plugin_barbican_git_repo: "{{ openstack_opendev_base_url }}/openstack/barbican-tempest-plugin" @@ -36,7 +36,7 @@ tempest_plugin_cloudkitty_git_install_branch: 2dbae91dd6fa4dd1d95317e2d5a4dbe557 tempest_plugin_cloudkitty_git_track_branch: master tempest_plugin_designate_git_repo: "{{ openstack_opendev_base_url }}/openstack/designate-tempest-plugin" -tempest_plugin_designate_git_install_branch: 347fdbc9b4595a10b726526b3c0b5928e5b7fcf2 +tempest_plugin_designate_git_install_branch: 7767d31665fec70c088e6aa2d2757eece21dfda7 tempest_plugin_designate_git_track_branch: master tempest_plugin_glance_git_repo: "{{ openstack_opendev_base_url }}/openstack/glance-tempest-plugin" @@ -44,7 +44,7 @@ tempest_plugin_glance_git_install_branch: e94d4cfd2a1dab903f544a3df8f45071a45e50 tempest_plugin_glance_git_track_branch: master tempest_plugin_heat_git_repo: "{{ openstack_opendev_base_url }}/openstack/heat-tempest-plugin" -tempest_plugin_heat_git_install_branch: 3e0209ba8b0c61039ffcee7f9e0e846833dc2d9e +tempest_plugin_heat_git_install_branch: f9f9d821827da1f4ba257ef8e7e3c84fdf4390b2 tempest_plugin_heat_git_track_branch: master tempest_plugin_ironic_git_repo: "{{ openstack_opendev_base_url }}/openstack/ironic-tempest-plugin" @@ -52,7 +52,7 @@ tempest_plugin_ironic_git_install_branch: 6d1e5510bff12c62e15e0b3e9ec3a7dc87ea75 tempest_plugin_ironic_git_track_branch: master tempest_plugin_keystone_git_repo: "{{ openstack_opendev_base_url }}/openstack/keystone-tempest-plugin" -tempest_plugin_keystone_git_install_branch: 63cfcb9c71c4e1ae9570881148d6f4271862a545 +tempest_plugin_keystone_git_install_branch: a49f970b62876e7cd9445658a1994a8947a0e4fa tempest_plugin_keystone_git_track_branch: master tempest_plugin_magnum_git_repo: "{{ openstack_opendev_base_url }}/openstack/magnum-tempest-plugin" @@ -60,7 +60,7 @@ tempest_plugin_magnum_git_install_branch: ecb2436a5213879968c8b2cdd54301031b5758 tempest_plugin_magnum_git_track_branch: master tempest_plugin_manila_git_repo: "{{ openstack_opendev_base_url }}/openstack/manila-tempest-plugin" -tempest_plugin_manila_git_install_branch: 26fe97cd3b80c55bb5581ad0c5f36ac941b26388 +tempest_plugin_manila_git_install_branch: f7928e6d273e530110ccb53518c5a5a46011bea0 tempest_plugin_manila_git_track_branch: master tempest_plugin_murano_git_repo: "{{ openstack_opendev_base_url }}/openstack/murano-tempest-plugin" @@ -68,7 +68,7 @@ tempest_plugin_murano_git_install_branch: 528f48107cee6a9d2a120e7e8c94797b3b89bb tempest_plugin_murano_git_track_branch: master tempest_plugin_neutron_git_repo: "{{ openstack_opendev_base_url }}/openstack/neutron-tempest-plugin" -tempest_plugin_neutron_git_install_branch: 671fdd3d61200b1648840c2c820c1e60cf94f999 +tempest_plugin_neutron_git_install_branch: 8f726129b2c658f500c0b04174fe71d45ee7fd1b tempest_plugin_neutron_git_track_branch: master tempest_plugin_novajoin_git_repo: "{{ openstack_opendev_base_url }}/x/novajoin-tempest-plugin" @@ -76,7 +76,7 @@ tempest_plugin_novajoin_git_install_branch: d4a39ceb0f636de6a5b07b99a5a04a7a272d tempest_plugin_novajoin_git_track_branch: master tempest_plugin_octavia_git_repo: "{{ openstack_opendev_base_url }}/openstack/octavia-tempest-plugin" -tempest_plugin_octavia_git_install_branch: cb2c9586cf0e97c5bff7ab1e3c8b5c6abad30dc0 +tempest_plugin_octavia_git_install_branch: 181f31c8f54f74a44f9a4bd063d3216459ae0451 tempest_plugin_octavia_git_track_branch: master tempest_plugin_senlin_git_repo: "{{ openstack_opendev_base_url }}/openstack/senlin-tempest-plugin" @@ -88,11 +88,11 @@ tempest_plugin_sahara_git_install_branch: 3815c917a31398425800001aa79e15114685d0 tempest_plugin_sahara_git_track_branch: master tempest_plugin_telemetry_git_repo: "{{ openstack_opendev_base_url }}/openstack/telemetry-tempest-plugin" -tempest_plugin_telemetry_git_install_branch: 68adef732be33219cd3cf2da66117f393c22add6 +tempest_plugin_telemetry_git_install_branch: a32f05c0baee2ddbffa4cca06bcf7501ca3dece8 tempest_plugin_telemetry_git_track_branch: master tempest_plugin_trove_git_repo: "{{ openstack_opendev_base_url }}/openstack/trove-tempest-plugin" -tempest_plugin_trove_git_install_branch: 5eb7e702ad8cf95e8e6c52da85e7f27db7b72d5d +tempest_plugin_trove_git_install_branch: f557061d23f7f7dc335a196d4139abfebfadcfc5 tempest_plugin_trove_git_track_branch: master tempest_plugin_zaqar_git_repo: "{{ openstack_opendev_base_url }}/openstack/zaqar-tempest-plugin"