From e9febf568927eab5fcdb830d221850e59a10aeb1 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 19 Jan 2024 18:00:35 +0100 Subject: [PATCH] Bump upstream SHAs on master Change-Id: I5033a41c2995ea12e5588b4c446d38efda735bb7 --- 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 | 6 ++--- .../group_vars/ceilometer_all/source_git.yml | 4 ++-- .../group_vars/cinder_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 | 16 ++++++------- .../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/masakari_all/source_git.yml | 4 ++-- .../group_vars/mistral_all/source_git.yml | 4 ++-- .../group_vars/neutron_all/source_git.yml | 18 +++++++------- inventory/group_vars/nova_all/source_git.yml | 8 +++---- .../group_vars/octavia_all/source_git.yml | 6 ++--- .../group_vars/placement_all/source_git.yml | 4 ++-- .../group_vars/senlin_all/source_git.yml | 4 ++-- inventory/group_vars/swift_all/source_git.yml | 4 ++-- .../group_vars/tacker_all/source_git.yml | 4 ++-- inventory/group_vars/trove_all/source_git.yml | 4 ++-- .../group_vars/utility_all/source_git.yml | 24 +++++++++---------- inventory/group_vars/zun_all/source_git.yml | 8 +++---- 26 files changed, 82 insertions(+), 82 deletions(-) diff --git a/inventory/group_vars/all/source_git.yml b/inventory/group_vars/all/source_git.yml index d35218747a..7c42baa7bc 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Global Requirements requirements_git_repo: "{{ openstack_opendev_base_url }}/openstack/requirements" -requirements_git_install_branch: 74ba73e0538b52b2371ecb18621808376ad5d96f +requirements_git_install_branch: db23c452a54bdc1eb0d312ff92895065e45043ee 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 65c3ef4958..e4df6fc16b 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Aodh service aodh_git_repo: "{{ openstack_opendev_base_url }}/openstack/aodh" -aodh_git_install_branch: 59a43ef35a9a0058b182ee49180857ada9dba9a3 +aodh_git_install_branch: 3d49da3ce6a8043bf383ee7a90cfcc04cee4f06b 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 df76b66309..2eadc842e3 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Barbican service barbican_git_repo: "{{ openstack_opendev_base_url }}/openstack/barbican" -barbican_git_install_branch: 6dc5a6c8d3af1d01058da6067fa062624752143e +barbican_git_install_branch: 73de2e8c3557706eb8bde74d69e5ee32ff6fc4e0 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 3fe870a3ea..aff4bd6b0c 100644 --- a/inventory/group_vars/blazar_all/source_git.yml +++ b/inventory/group_vars/blazar_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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Blazar service blazar_git_repo: "{{ openstack_opendev_base_url }}/openstack/blazar" -blazar_git_install_branch: 667a8bd782579a81fab0a5048a6d44fc2bfc7059 +blazar_git_install_branch: b0dbd0a9299cab3451c1b3abdd35f6b5e76ca14a blazar_git_track_branch: master ## Blazar Nova Service blazar_nova_git_repo: "{{ openstack_opendev_base_url }}/openstack/blazar-nova" -blazar_nova_git_install_branch: 86d01baa4accc318d15dd47a7b7a5d497681d1ae +blazar_nova_git_install_branch: 059fd82a424b358d5013e53184b526b895b4c1bd blazar_nova_git_track_branch: master diff --git a/inventory/group_vars/ceilometer_all/source_git.yml b/inventory/group_vars/ceilometer_all/source_git.yml index 4862016b22..b4146a5344 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Ceilometer service ceilometer_git_repo: "{{ openstack_opendev_base_url }}/openstack/ceilometer" -ceilometer_git_install_branch: 7d471b92d5a3f36f9f31d25ad566d8d6af890e3a +ceilometer_git_install_branch: ac4fc17f40309ea9ebaaa8da2a2e0786b46dca6c 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 781d38bb6f..d7c4a867f3 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Cinder service cinder_git_repo: "{{ openstack_opendev_base_url }}/openstack/cinder" -cinder_git_install_branch: e9f94157895516c1c75052f6c982d9cb4aaeaa2b +cinder_git_install_branch: b8cd101fe41066431b3ccf715780e9cc8b3c5d1f cinder_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 be71a0fbf7..c484c0a250 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Designate service designate_git_repo: "{{ openstack_opendev_base_url }}/openstack/designate" -designate_git_install_branch: d90691f3a29416dbb209b52aae288a5916bca632 +designate_git_install_branch: 002005a440e87198e05719d17c3d39a980a552e3 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 6e17a7db99..01d680901d 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Glance service glance_git_repo: "{{ openstack_opendev_base_url }}/openstack/glance" -glance_git_install_branch: da70c87a18c1fca88e2a0ad27febb95cc16deb2e +glance_git_install_branch: f429b53e0474553992f43c7045498156ee36d5cb 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 4bae83f2a7..82fedc83bb 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Heat service heat_git_repo: "{{ openstack_opendev_base_url }}/openstack/heat" -heat_git_install_branch: 93700aa365600906c3af93afe87fe2988bfa9ed6 +heat_git_install_branch: 2df46d4c59140255ece640896019bfca03437388 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 0ff45037e5..b11dc13651 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Horizon service horizon_git_repo: "{{ openstack_opendev_base_url }}/openstack/horizon" -horizon_git_install_branch: 185cb40545490ea3592d6f282227e34162c7e31b +horizon_git_install_branch: a77818d745f25ed1e5b576760d3481f0f62ce042 horizon_git_track_branch: master ## Adjutant dashboard plugin @@ -32,17 +32,17 @@ barbican_dashboard_git_track_branch: master ## Cloudkitty dashboard plugin cloudkitty_dashboard_git_repo: "{{ openstack_opendev_base_url }}/openstack/cloudkitty-dashboard" -cloudkitty_dashboard_git_install_branch: 4df32535c35a48b37d55ca954806d3f1f87abee5 +cloudkitty_dashboard_git_install_branch: 757b1630476cb944f9bff5ecc6ef6cb30dae1c12 cloudkitty_dashboard_git_track_branch: master ## Horizon Designate dashboard plugin designate_dashboard_git_repo: "{{ openstack_opendev_base_url }}/openstack/designate-dashboard" -designate_dashboard_git_install_branch: 482b80cc402401cf1fbd2a5f51ee3b5650c829ae +designate_dashboard_git_install_branch: a17c9184f9a67329ed9af6dcd56eeb5f8bcb0dd2 designate_dashboard_git_track_branch: master ## Horizon Heat dashboard plugin heat_dashboard_git_repo: "{{ openstack_opendev_base_url }}/openstack/heat-dashboard" -heat_dashboard_git_install_branch: 85273d069489cf2729c2a6448e33dc8e40af271f +heat_dashboard_git_install_branch: dd046e42f8c17f94ec871e6790f6a24900fe46f9 heat_dashboard_git_track_branch: master ## Horizon Ironic 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: 4fd2ebcd51051f573e34ebc28bac8e9d22bac9eb +magnum_dashboard_git_install_branch: 463d21c81321129a6d37c518d3039641b78b0311 magnum_dashboard_git_track_branch: master ## Horizon Masakari dashboard plugin @@ -72,10 +72,10 @@ sahara_dashboard_git_track_branch: master ## Horizon Trove dashboard plugin trove_dashboard_git_repo: "{{ openstack_opendev_base_url }}/openstack/trove-dashboard" -trove_dashboard_git_install_branch: cf22f09806b0c39483b63d18ef92757aa21b34cf +trove_dashboard_git_install_branch: 75a36eac9384224911ceec66198716b14613fb96 trove_dashboard_git_track_branch: master ## Horizon Octavia dashboard plugin octavia_dashboard_git_repo: "{{ openstack_opendev_base_url }}/openstack/octavia-dashboard" -octavia_dashboard_git_install_branch: c71969ade61af0d49b8fda7de9063260e40d8e96 +octavia_dashboard_git_install_branch: 73906fc5d64526f0c604576c9da05e320ea80f07 octavia_dashboard_git_track_branch: master diff --git a/inventory/group_vars/ironic_all/source_git.yml b/inventory/group_vars/ironic_all/source_git.yml index 6a981d3faf..2c46e51fe6 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Ironic service ironic_git_repo: "{{ openstack_opendev_base_url }}/openstack/ironic" -ironic_git_install_branch: 1bc08f600bd4ead3cb8d39ab13c394bfdd9ed344 +ironic_git_install_branch: a374a0c123be83819a605391352ee7f66da35a7b ironic_git_track_branch: master ## Ironic inspector service ironic_inspector_git_repo: "{{ openstack_opendev_base_url }}/openstack/ironic-inspector" -ironic_inspector_git_install_branch: 8cf0b3a9f8b765fe4dab62f740168bb42972a17b +ironic_inspector_git_install_branch: bebf29d4f83dbc2d3c7f779e8ead57980133e172 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 6c6246903b..75e7e97d99 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Keystone service keystone_git_repo: "{{ openstack_opendev_base_url }}/openstack/keystone" -keystone_git_install_branch: 262d763f79a9b97996ec51dca3399994b97bf4e0 +keystone_git_install_branch: 21cc759c22eb4ce96ad474e4d604a35a19083f3a 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 782e1028cc..8b116d07a0 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Magnum service magnum_git_repo: "{{ openstack_opendev_base_url }}/openstack/magnum" -magnum_git_install_branch: 537e69aeb8df7af480e6af11a98687179d4dd89c +magnum_git_install_branch: f6baa6d1ff1d44c93d267b519ca3bc2ab910bcf3 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 62136009ab..632f48b5ac 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Manila service manila_git_repo: "{{ openstack_opendev_base_url }}/openstack/manila" -manila_git_install_branch: 4486cb2f3f0e27a63fa9ef76add00e41b1fdc185 +manila_git_install_branch: 2c2788fa2de7c5b7b02e4d131a9a6c88fc34fc18 manila_git_track_branch: master diff --git a/inventory/group_vars/masakari_all/source_git.yml b/inventory/group_vars/masakari_all/source_git.yml index 39bb083d44..54b1b23b85 100644 --- a/inventory/group_vars/masakari_all/source_git.yml +++ b/inventory/group_vars/masakari_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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Masakari service masakari_git_repo: "{{ openstack_opendev_base_url }}/openstack/masakari" -masakari_git_install_branch: b72beecca27ffced88c4d68fe955fed38d842bda +masakari_git_install_branch: 229bc78778b8c995571b85ec336702a553991801 masakari_git_track_branch: master ## Masakari monitors services diff --git a/inventory/group_vars/mistral_all/source_git.yml b/inventory/group_vars/mistral_all/source_git.yml index e5fd61a793..8c1cc1b20d 100644 --- a/inventory/group_vars/mistral_all/source_git.yml +++ b/inventory/group_vars/mistral_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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Mistral service mistral_git_repo: "{{ openstack_opendev_base_url }}/openstack/mistral" -mistral_git_install_branch: 5be3de2fd4c1abccbecd768fd2d74061e9d14c4d +mistral_git_install_branch: b68c105696d9c5fe331ba3083b05bbf3c3db31ad mistral_git_track_branch: master mistral_extra_git_repo: "{{ openstack_opendev_base_url }}/openstack/mistral-extra" diff --git a/inventory/group_vars/neutron_all/source_git.yml b/inventory/group_vars/neutron_all/source_git.yml index 9e29e4e712..6306b9fb1b 100644 --- a/inventory/group_vars/neutron_all/source_git.yml +++ b/inventory/group_vars/neutron_all/source_git.yml @@ -13,31 +13,31 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Neutron service neutron_git_repo: "{{ openstack_opendev_base_url }}/openstack/neutron" -neutron_git_install_branch: dcccd7cabe9fa959c88b477e55ad47b815d52518 +neutron_git_install_branch: 5ce17647c60448c9cae00ffc886d4e17a9fe0890 neutron_git_track_branch: master neutron_vpnaas_git_repo: "{{ openstack_opendev_base_url }}/openstack/neutron-vpnaas" -neutron_vpnaas_git_install_branch: e944dc144cb8bc79b31c03cce5cd15c22ce4ba23 +neutron_vpnaas_git_install_branch: 87859a399765ce3dcf3f9a64775636fa45acaba5 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: 00a83aa706225871fc9f3db5d79be324b4e84383 +neutron_dynamic_routing_git_install_branch: 9f355521d7b89b7112f4706b1ae1ff21479997ab neutron_dynamic_routing_git_track_branch: master networking_bgpvpn_git_repo: "{{ openstack_opendev_base_url }}/openstack/networking-bgpvpn" -networking_bgpvpn_git_install_branch: 227943e2dc373c9254ef4e3afca8a3a5766abc23 +networking_bgpvpn_git_install_branch: deafdf6b3af77dd796ffb624cf160488568901e8 networking_bgpvpn_git_track_branch: master networking_sfc_git_repo: "{{ openstack_opendev_base_url }}/openstack/networking-sfc" -networking_sfc_git_install_branch: cdde6a9ba20e500e55ffd6c1f73eb5c38eb1e8b9 +networking_sfc_git_install_branch: 6bc53e15d3f2c4bfd0eba01e632a5d7cbe0b88f9 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: 02b370b66f621d043332355839965247af0ec8db +networking_generic_switch_git_install_branch: a387971ef0a87ee83f60e9e51c3c59571689f7a1 networking_generic_switch_git_track_branch: master networking_nsx_git_repo: "{{ openstack_opendev_base_url }}/x/vmware-nsx" @@ -45,9 +45,9 @@ 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: d11fe387c75008229766fbbfeb21d516a025ec91 +networking_nsxlib_git_install_branch: 5d408a01f85b18466b4034d2c38c582b79d2f604 networking_nsxlib_git_track_branch: master networking_baremetal_git_repo: "{{ openstack_opendev_base_url }}/openstack/networking-baremetal" -networking_baremetal_git_install_branch: 8f3fcc073f415913b5db3b6fee51788578578e16 +networking_baremetal_git_install_branch: 1f99a8ff49899438e57689e73eaf55b628bfa63d networking_baremetal_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 cddb4b426e..ab1828d340 100644 --- a/inventory/group_vars/nova_all/source_git.yml +++ b/inventory/group_vars/nova_all/source_git.yml @@ -23,19 +23,19 @@ ## * 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## NOVNC from source novncproxy_git_repo: "{{ openstack_github_base_url }}/novnc/noVNC" -novncproxy_git_install_branch: 829725b30e3d3486991e34db0c86406e556ebf98 +novncproxy_git_install_branch: fca48df85d394b2c1e9d26ed6e9d10d33db9f4f4 novncproxy_git_track_branch: master ## spice-html5 from source spicehtml5_git_repo: "https://gitlab.freedesktop.org/spice/spice-html5" -spicehtml5_git_install_branch: 56ddb3005e39a9e76670fec9676e667d44167bf3 +spicehtml5_git_install_branch: 9c8377f86c3423010e5705861429761074ed63e2 spicehtml5_git_track_branch: master ## Nova service nova_git_repo: "{{ openstack_opendev_base_url }}/openstack/nova" -nova_git_install_branch: 2ee947b45b30733a03f5e37f344295d1460a1b7a +nova_git_install_branch: 087c372a8e67d8cd3234ce4e530393ddb55b9445 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 c37f855785..54b732682e 100644 --- a/inventory/group_vars/octavia_all/source_git.yml +++ b/inventory/group_vars/octavia_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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Octavia service octavia_git_repo: "{{ openstack_opendev_base_url }}/openstack/octavia" -octavia_git_install_branch: 261ee7dcffb1fe634152c4f2ccf79264c1a653b5 +octavia_git_install_branch: 5750e4512d622450f6ecab1c7001ebd5637e0d53 octavia_git_track_branch: master ## Octavia OVN provider octavia_ovn_octavia_provider_git_repo: "{{ openstack_opendev_base_url }}/openstack/ovn-octavia-provider" -octavia_ovn_octavia_provider_git_install_branch: cdd932af20c18e492d8661fcdb8c398325dd5b04 +octavia_ovn_octavia_provider_git_install_branch: f469fd83dbe9189821f9344a00b2922799a30795 octavia_ovn_octavia_provider_git_track_branch: master diff --git a/inventory/group_vars/placement_all/source_git.yml b/inventory/group_vars/placement_all/source_git.yml index bee7359cfd..3241cc472d 100644 --- a/inventory/group_vars/placement_all/source_git.yml +++ b/inventory/group_vars/placement_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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Placement service placement_git_repo: "{{ openstack_opendev_base_url }}/openstack/placement" -placement_git_install_branch: e51085604ca57d78469c4497289a687eade6a5e6 +placement_git_install_branch: e10099bd800c2ffd4f084b00d0d063103dc45fe0 placement_git_track_branch: master diff --git a/inventory/group_vars/senlin_all/source_git.yml b/inventory/group_vars/senlin_all/source_git.yml index 04e2321388..21b43b2f0f 100644 --- a/inventory/group_vars/senlin_all/source_git.yml +++ b/inventory/group_vars/senlin_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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Senlin service senlin_git_repo: "{{ openstack_opendev_base_url }}/openstack/senlin" -senlin_git_install_branch: 9d36ff5c29189edc7e123d83a70076553aea4053 +senlin_git_install_branch: 7fa6ae780cb7e9c72a2df1ef0c11d543cd1ffca0 senlin_git_track_branch: master diff --git a/inventory/group_vars/swift_all/source_git.yml b/inventory/group_vars/swift_all/source_git.yml index ebe6f3a784..935faaf9ea 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Swift service swift_git_repo: "{{ openstack_opendev_base_url }}/openstack/swift" -swift_git_install_branch: 7a3124d82d2d18dbdf3251265784a87f62abcb51 +swift_git_install_branch: ca00e6b853458c11caed6d8cc83340ad56fd37a6 swift_git_track_branch: master diff --git a/inventory/group_vars/tacker_all/source_git.yml b/inventory/group_vars/tacker_all/source_git.yml index 6889f4bdc5..b26461c0a4 100644 --- a/inventory/group_vars/tacker_all/source_git.yml +++ b/inventory/group_vars/tacker_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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Tacker service tacker_git_repo: "{{ openstack_opendev_base_url }}/openstack/tacker" -tacker_git_install_branch: a21195575a91c67a4dc74a2a3d76966f586033cf +tacker_git_install_branch: 9b75cc0ae7053144ad89cf1829f8fbb567968db0 tacker_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 1b3edc6f33..c14d2ce1a3 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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Trove service trove_git_repo: "{{ openstack_opendev_base_url }}/openstack/trove" -trove_git_install_branch: 22469809ecca7570953f4d9d67529316939cc451 +trove_git_install_branch: 40fdb7b44fb33e022b77ba8df63fde2565c70dea 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 8059981b81..f9590931c1 100644 --- a/inventory/group_vars/utility_all/source_git.yml +++ b/inventory/group_vars/utility_all/source_git.yml @@ -13,18 +13,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -### HEAD as of 13.12.2023 ### +### HEAD as of 19.01.2024 ### tempest_git_repo: "{{ openstack_opendev_base_url }}/openstack/tempest" -tempest_git_install_branch: ab3686d28d2728001e3bd2fd543575087bf00137 +tempest_git_install_branch: 01c2e2ff7e5583b2080018f46afa1c7f3ae0bfac tempest_git_track_branch: master tempest_plugin_barbican_git_repo: "{{ openstack_opendev_base_url }}/openstack/barbican-tempest-plugin" -tempest_plugin_barbican_git_install_branch: a34bd3b785a645b7879c7dd99625b7fa1546903b +tempest_plugin_barbican_git_install_branch: 6345b34ae2f47346dd72dc196ec89a3793f57eac tempest_plugin_barbican_git_track_branch: master tempest_plugin_cinder_git_repo: "{{ openstack_opendev_base_url }}/openstack/cinder-tempest-plugin" -tempest_plugin_cinder_git_install_branch: dfe2c229ed110b87a195457908c1538ff1c342b4 +tempest_plugin_cinder_git_install_branch: befec23ec1611cee073841b09087a205bd39bd0c tempest_plugin_cinder_git_track_branch: master tempest_plugin_cloudkitty_git_repo: "{{ openstack_opendev_base_url }}/openstack/cloudkitty-tempest-plugin" @@ -32,7 +32,7 @@ tempest_plugin_cloudkitty_git_install_branch: 599e5eea9c99015f000baf695b2a61a5b3 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: 1e733017424590f8e5c994b5ecd7b128618756ad +tempest_plugin_designate_git_install_branch: 5877572709c671561e8d7df72e2d151ad5e3eaa6 tempest_plugin_designate_git_track_branch: master tempest_plugin_glance_git_repo: "{{ openstack_opendev_base_url }}/openstack/glance-tempest-plugin" @@ -40,7 +40,7 @@ tempest_plugin_glance_git_install_branch: d6f7287947731da139413899ddddddcfb95e1a 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: c0005a3048106d619fa58e471576fd1d606b86f4 +tempest_plugin_heat_git_install_branch: 6a491bded3b5a94d9ba986b07639ba155b632542 tempest_plugin_heat_git_track_branch: master tempest_plugin_ironic_git_repo: "{{ openstack_opendev_base_url }}/openstack/ironic-tempest-plugin" @@ -52,11 +52,11 @@ tempest_plugin_keystone_git_install_branch: dbe56f0a07febd9e8babf54b88c63084b59f tempest_plugin_keystone_git_track_branch: master tempest_plugin_magnum_git_repo: "{{ openstack_opendev_base_url }}/openstack/magnum-tempest-plugin" -tempest_plugin_magnum_git_install_branch: ef903363153ef34abf79afb6ea7810ee6663525f +tempest_plugin_magnum_git_install_branch: 4320429c89e13a49bd2320edd269c31a1b102e09 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: cb9fc3df02d1edfebb03d27f6bd2b5f1d4008930 +tempest_plugin_manila_git_install_branch: d78f3b9dc8f4c23fadc32933fd131614b975fa75 tempest_plugin_manila_git_track_branch: master tempest_plugin_murano_git_repo: "{{ openstack_opendev_base_url }}/openstack/murano-tempest-plugin" @@ -64,7 +64,7 @@ tempest_plugin_murano_git_install_branch: d2b794cbf0f33c39db85d0a59e38851f579b1d 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: 14f44a0c29e3fed721313848f0f3dea2cd023dda +tempest_plugin_neutron_git_install_branch: 7d950d78a2898977325a737bad8cf890ea0c0075 tempest_plugin_neutron_git_track_branch: master tempest_plugin_novajoin_git_repo: "{{ openstack_opendev_base_url }}/x/novajoin-tempest-plugin" @@ -84,11 +84,11 @@ tempest_plugin_sahara_git_install_branch: 3ae7a196643d06078e35c72c381b0a37608b8e 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: b8ab3aa628e8d4d0d48998f9404920bb70e72b1f +tempest_plugin_telemetry_git_install_branch: 4cdadb6425d98edad47abddaaf385bb4bbcf0403 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: e8e89be42422cfad00c3ef5bcd622c3c5c124367 +tempest_plugin_trove_git_install_branch: 3472aafff0372af8239169949d887b9e9d86ac39 tempest_plugin_trove_git_track_branch: master tempest_plugin_zaqar_git_repo: "{{ openstack_opendev_base_url }}/openstack/zaqar-tempest-plugin" @@ -100,5 +100,5 @@ tempest_plugin_zun_git_install_branch: 8a0b3cf100c00c5ddbe13bc97b42f16a2bff95c1 tempest_plugin_zun_git_track_branch: master rally_openstack_git_repo: "{{ openstack_opendev_base_url }}/openstack/rally-openstack" -rally_openstack_git_install_branch: 9511371f73819e04b66b448296b543feb0da070d +rally_openstack_git_install_branch: 275e6393880477a02e4df798f27ebf461aa2e44c rally_openstack_git_track_branch: master diff --git a/inventory/group_vars/zun_all/source_git.yml b/inventory/group_vars/zun_all/source_git.yml index e0666c6381..f9fd1a81b1 100644 --- a/inventory/group_vars/zun_all/source_git.yml +++ b/inventory/group_vars/zun_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 13.12.2023 ### +### HEAD as of 19.01.2024 ### ## Zun service zun_git_repo: "{{ openstack_opendev_base_url }}/openstack/zun" -zun_git_install_branch: 397edf53c161e9dbc9b26ab152227142d8c38796 +zun_git_install_branch: f1cab647c098ea2444f7ec950c309b3d1420673e zun_git_track_branch: master ## Zun kuryr service zun_kuryr_git_repo: "{{ openstack_opendev_base_url }}/openstack/kuryr-libnetwork" -zun_kuryr_git_install_branch: 693ffb903b409abd18f321af05871b64d9cb5084 +zun_kuryr_git_install_branch: 607f7a0716ca574b8d9a83264c07910e15158b8a zun_kuryr_git_track_branch: master ## Zun kuryr library zun_kuryr_lib_git_repo: "{{ openstack_opendev_base_url }}/openstack/kuryr" -zun_kuryr_lib_git_install_branch: 7a722e1f6aca903fd847a7d5385493a60eec7255 +zun_kuryr_lib_git_install_branch: 7b30851a92d2b46f23602f324798f82bfcc33850 zun_kuryr_lib_git_track_branch: master