From 50e57bcc2c60e02db904f1b711cfde9aa3b3bf7e Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 18 May 2023 18:23:58 +0200 Subject: [PATCH] Bump upstream SHAs for Antelope Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/883842 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/883844 Change-Id: Icaf5b4622a3e6df9ce635ec059fbd168a2fa4471 --- inventory/group_vars/all/source_git.yml | 4 ++-- inventory/group_vars/aodh_all/source_git.yml | 4 ++-- inventory/group_vars/barbican_all/source_git.yml | 4 ++-- inventory/group_vars/ceilometer_all/source_git.yml | 4 ++-- inventory/group_vars/cinder_all/source_git.yml | 4 ++-- inventory/group_vars/cloudkitty_all/source_git.yml | 4 ++-- inventory/group_vars/designate_all/source_git.yml | 4 ++-- inventory/group_vars/horizon_all/source_git.yml | 8 ++++---- inventory/group_vars/ironic_all/source_git.yml | 4 ++-- inventory/group_vars/keystone_all/source_git.yml | 4 ++-- inventory/group_vars/magnum_all/source_git.yml | 4 ++-- inventory/group_vars/manila_all/source_git.yml | 4 ++-- inventory/group_vars/neutron_all/source_git.yml | 6 +++--- inventory/group_vars/nova_all/source_git.yml | 6 +++--- inventory/group_vars/octavia_all/source_git.yml | 6 +++--- inventory/group_vars/swift_all/source_git.yml | 4 ++-- inventory/group_vars/trove_all/source_git.yml | 4 ++-- 17 files changed, 39 insertions(+), 39 deletions(-) diff --git a/inventory/group_vars/all/source_git.yml b/inventory/group_vars/all/source_git.yml index dbb3b9706d..0997eb50a5 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Global Requirements requirements_git_repo: "{{ openstack_opendev_base_url }}/openstack/requirements" -requirements_git_install_branch: 65245016de7cf2d1e585eeb1378aac6aa6d75de0 +requirements_git_install_branch: 92e17ec0794879e010ed4ba754b5ee1246bfe917 requirements_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/aodh_all/source_git.yml b/inventory/group_vars/aodh_all/source_git.yml index a69a8a94dd..48795f75e5 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Aodh service aodh_git_repo: "{{ openstack_opendev_base_url }}/openstack/aodh" -aodh_git_install_branch: ecbbd3078e2ee17f01eb4048770c851b864d9122 +aodh_git_install_branch: 31b518d83836adf80111cb6bbec7f7b30246e8e7 aodh_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/barbican_all/source_git.yml b/inventory/group_vars/barbican_all/source_git.yml index a04d5cd00f..44617584d1 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Barbican service barbican_git_repo: "{{ openstack_opendev_base_url }}/openstack/barbican" -barbican_git_install_branch: b5c2f8385c17ac9e02cfb12bcff606788043961d +barbican_git_install_branch: b38b21392ab3bba8df5be16730dda2e13c92e55c barbican_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/ceilometer_all/source_git.yml b/inventory/group_vars/ceilometer_all/source_git.yml index 6e6c39477f..57189b8265 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Ceilometer service ceilometer_git_repo: "{{ openstack_opendev_base_url }}/openstack/ceilometer" -ceilometer_git_install_branch: 78c2459bdd981a5acab38a445f92d1bfec045cbd +ceilometer_git_install_branch: d9a61da15033a55b5730974a9c6a4868c1d98d0f ceilometer_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/cinder_all/source_git.yml b/inventory/group_vars/cinder_all/source_git.yml index 46da30bc5b..69bdac00be 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Cinder service cinder_git_repo: "{{ openstack_opendev_base_url }}/openstack/cinder" -cinder_git_install_branch: 24266a2107b7caffb9fc79769e298a84340d8ba8 +cinder_git_install_branch: ba4e53095e89d9c0a5f7a13f6516fce034f75970 cinder_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/cloudkitty_all/source_git.yml b/inventory/group_vars/cloudkitty_all/source_git.yml index 96c4a9ebff..b1ec6e69d5 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Cloudkitty service cloudkitty_git_repo: "{{ openstack_opendev_base_url }}/openstack/cloudkitty" -cloudkitty_git_install_branch: 73d5543f15ec188fafa1562f4142edd41afbad5c +cloudkitty_git_install_branch: dd5c9fdaa48a1527b3dcd1ce55105c6ec4338fa8 cloudkitty_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/designate_all/source_git.yml b/inventory/group_vars/designate_all/source_git.yml index 17cd79c8d4..f99cf1ea96 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Designate service designate_git_repo: "{{ openstack_opendev_base_url }}/openstack/designate" -designate_git_install_branch: bda31ec62c3eaa7fcdd25d69f97742744debf915 +designate_git_install_branch: 38b100a6fb775ab5f1b566294b2c2d72f889300f designate_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/horizon_all/source_git.yml b/inventory/group_vars/horizon_all/source_git.yml index 74fb20a615..1202861dd7 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Horizon service horizon_git_repo: "{{ openstack_opendev_base_url }}/openstack/horizon" -horizon_git_install_branch: 3dd3d4ffe09b62569b187f2b0efb88dbfc1eddaf +horizon_git_install_branch: c35d8f1c11ac283759ed2a5c1d4d19239002fb30 horizon_git_track_branch: stable/2023.1 ## Adjutant dashboard plugin @@ -32,7 +32,7 @@ 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: 7cdee86bac20a38d191677eaefe94914cc5207f7 +cloudkitty_dashboard_git_install_branch: cdf1214d39949db242420f0e5a1403ab1be7a73f cloudkitty_dashboard_git_track_branch: stable/2023.1 ## Horizon Designate dashboard plugin @@ -52,7 +52,7 @@ ironic_dashboard_git_track_branch: stable/2023.1 ## Horizon Magnum dashboard plugin magnum_dashboard_git_repo: "{{ openstack_opendev_base_url }}/openstack/magnum-ui" -magnum_dashboard_git_install_branch: 452ca7da23f4489bc0dd25cfd031d4f1db04dfa6 +magnum_dashboard_git_install_branch: 7bdcf6017fa51859aab015f8db61fcaf4f719fc7 magnum_dashboard_git_track_branch: stable/2023.1 ## 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 aed93623bc..2dd6bdc8df 100644 --- a/inventory/group_vars/ironic_all/source_git.yml +++ b/inventory/group_vars/ironic_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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Ironic service ironic_git_repo: "{{ openstack_opendev_base_url }}/openstack/ironic" -ironic_git_install_branch: 943604cb417914194331b8ce5916766b50553128 +ironic_git_install_branch: ce4c63b9538da1fafdcbce19c772dcadd1572f4d ironic_git_track_branch: stable/2023.1 ## Ironic inspector service diff --git a/inventory/group_vars/keystone_all/source_git.yml b/inventory/group_vars/keystone_all/source_git.yml index abd12ca7aa..fa1977e6e2 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Keystone service keystone_git_repo: "{{ openstack_opendev_base_url }}/openstack/keystone" -keystone_git_install_branch: c08d97672dcd40f8d927f91e59049053cfe3b5e4 +keystone_git_install_branch: 040e6d09b1e7e6817c81209c2b089d318715bef6 keystone_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/magnum_all/source_git.yml b/inventory/group_vars/magnum_all/source_git.yml index 42b7724dea..78ed2df048 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Magnum service magnum_git_repo: "{{ openstack_opendev_base_url }}/openstack/magnum" -magnum_git_install_branch: 848c34a420aac00731447436c282e5c94d4e7b20 +magnum_git_install_branch: a4d8145f8871e1da6885e6cea4f9cb3c41767434 magnum_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/manila_all/source_git.yml b/inventory/group_vars/manila_all/source_git.yml index 9f57e7cae4..fa80454d82 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Manila service manila_git_repo: "{{ openstack_opendev_base_url }}/openstack/manila" -manila_git_install_branch: f03e84ae6212ed80e3b1e56ff289cf13634e9a80 +manila_git_install_branch: 712202d2bc89faf48525028fe0bb3aef984addf8 manila_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/neutron_all/source_git.yml b/inventory/group_vars/neutron_all/source_git.yml index 663a29b66e..08722bac7e 100644 --- a/inventory/group_vars/neutron_all/source_git.yml +++ b/inventory/group_vars/neutron_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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Neutron service neutron_git_repo: "{{ openstack_opendev_base_url }}/openstack/neutron" -neutron_git_install_branch: f822742af06b4e0e7e9729ad600102258df0ddad +neutron_git_install_branch: 202bd0fc902e89b16da149623eaa0f2e2934c56a neutron_git_track_branch: stable/2023.1 neutron_vpnaas_git_repo: "{{ openstack_opendev_base_url }}/openstack/neutron-vpnaas" @@ -49,7 +49,7 @@ networking_nsx_git_install_branch: 0253265f75f63d5619b30f16a6b64459dec79d82 networking_nsx_git_track_branch: master networking_nsxlib_git_repo: "{{ openstack_opendev_base_url }}/x/vmware-nsxlib" -networking_nsxlib_git_install_branch: acb8f2d53fa12880fab548e21f15b0329c5f8eb5 +networking_nsxlib_git_install_branch: 77688b9934fd61c7c1ada52da92252b12979bbee networking_nsxlib_git_track_branch: master networking_baremetal_git_repo: "{{ openstack_opendev_base_url }}/openstack/networking-baremetal" diff --git a/inventory/group_vars/nova_all/source_git.yml b/inventory/group_vars/nova_all/source_git.yml index 68ab8fccae..13ddcdb074 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## NOVNC from source novncproxy_git_repo: "{{ openstack_github_base_url }}/novnc/noVNC" -novncproxy_git_install_branch: 9985950bfa7bd712b957be8d3358049b54cd534d +novncproxy_git_install_branch: c2d6a06d6df7dcc5cda9567181c685cd1b84d750 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: 47b6850bb1f3681e6af7d8248152a979bf5051d1 +nova_git_install_branch: b9089acc627602893efc2dc3e456395d4147f518 nova_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/octavia_all/source_git.yml b/inventory/group_vars/octavia_all/source_git.yml index 1a02c8c942..56ead1c340 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Octavia service octavia_git_repo: "{{ openstack_opendev_base_url }}/openstack/octavia" -octavia_git_install_branch: 4486d2416f600df15df1b5c98a676f898e2b1d42 +octavia_git_install_branch: c940f7a064b2a49eab797379f548fce1f41f9e78 octavia_git_track_branch: stable/2023.1 ## Octavia OVN provider octavia_ovn_octavia_provider_git_repo: "{{ openstack_opendev_base_url }}/openstack/ovn-octavia-provider" -octavia_ovn_octavia_provider_git_install_branch: b29211686375b7179641c8580264e11f85a63a24 +octavia_ovn_octavia_provider_git_install_branch: 67fa32f857903f34c22834c06a4d110a80b0d0d4 octavia_ovn_octavia_provider_git_track_branch: stable/2023.1 diff --git a/inventory/group_vars/swift_all/source_git.yml b/inventory/group_vars/swift_all/source_git.yml index c939dc146b..0f8b3e4fd7 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Swift service swift_git_repo: "{{ openstack_opendev_base_url }}/openstack/swift" -swift_git_install_branch: 9a1bfb8975fb1315fb417161a2865b6bb4760415 +swift_git_install_branch: 8909604540436e227f21bfcc03dfc2bf2a149551 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 a33865b5d8..4e549ef9a2 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 22.03.2023 ### +### HEAD as of 18.05.2023 ### ## Trove service trove_git_repo: "{{ openstack_opendev_base_url }}/openstack/trove" -trove_git_install_branch: 8d54913b36fc3d8a80fb02f78dc541f0f08f763b +trove_git_install_branch: edbdbe367d5eebdbde82e5905f365e9c693ed364 trove_git_track_branch: stable/2023.1