From 1c59a829ffb8f97a202b2f6ac40d7875b6c6ea36 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 19 Jan 2022 22:27:28 +0200 Subject: [PATCH] Bump OpenStack-Ansible Wallaby Change-Id: I122ac999f27b7f286390cd4306d516723a07e42c --- ansible-role-requirements.yml | 18 +-- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- .../defaults/repo_packages/nova_consoles.yml | 4 +- .../repo_packages/openstack_services.yml | 112 +++++++++--------- 4 files changed, 68 insertions(+), 68 deletions(-) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index 6b87efa36b..2d9917986a 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -16,7 +16,7 @@ - name: galera_server scm: git src: https://opendev.org/openstack/openstack-ansible-galera_server - version: 65d462703cfaa84c16f41eb12f86cd415dbbcc15 + version: c74c86e8a6afaae40135fc06e77d7012485b4257 trackbranch: stable/wallaby - name: ceph_client scm: git @@ -26,7 +26,7 @@ - name: haproxy_server scm: git src: https://opendev.org/openstack/openstack-ansible-haproxy_server - version: 18bcb0f2ebd7b8c5852556ebcedc1f430103127d + version: d9fa4351db64dd3c7fe45414a3170732d09f041c trackbranch: stable/wallaby - name: keepalived scm: git @@ -56,7 +56,7 @@ - name: os_keystone scm: git src: https://opendev.org/openstack/openstack-ansible-os_keystone - version: bba8f0bb592174df3ab1c05b333c1c50e2461cd5 + version: 0c7359379121e5b30078198196d45d0253735d59 trackbranch: stable/wallaby - name: openstack_openrc scm: git @@ -106,12 +106,12 @@ - name: os_glance scm: git src: https://opendev.org/openstack/openstack-ansible-os_glance - version: 4e39a1ce5fb91efa2830873f33548963452770e7 + version: da4651a7dde34b29aa1d421ee250127c394cb6f6 trackbranch: stable/wallaby - name: os_gnocchi scm: git src: https://opendev.org/openstack/openstack-ansible-os_gnocchi - version: 09d669b9f2605635ef46b433d2d084f1b46a6628 + version: a33a5b02b9f8ce9c456ab7f2c731ad2be506f2e6 trackbranch: stable/wallaby - name: os_heat scm: git @@ -181,7 +181,7 @@ - name: os_rally scm: git src: https://opendev.org/openstack/openstack-ansible-os_rally - version: fbdc19066d9646e3e1dc2afdcb07e5674c02c365 + version: 882079ac4034571c618dfb56037d1400a609050d trackbranch: stable/wallaby - name: os_sahara scm: git @@ -276,9 +276,9 @@ - name: ceph-ansible scm: git src: https://github.com/ceph/ceph-ansible - version: 8f26939da49691e035dde0cea0c2e2d3ee7c40f3 + version: 000e93f608cd6c07ffa8d0dc76092d6234682ea8 trackbranch: stable-5.0 - shallow_since: '2021-12-01' + shallow_since: '2022-01-18' - name: opendaylight scm: git src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight @@ -312,7 +312,7 @@ - name: python_venv_build src: https://opendev.org/openstack/ansible-role-python_venv_build scm: git - version: a54e13cb4b846459e434f15ea09fe5c93887883e + version: 5c29b66811270abb788a2e7822b7202d936ac601 trackbranch: stable/wallaby - name: uwsgi src: https://opendev.org/openstack/ansible-role-uwsgi diff --git a/playbooks/defaults/repo_packages/gnocchi.yml b/playbooks/defaults/repo_packages/gnocchi.yml index 9ba1fdb259..f993616763 100644 --- a/playbooks/defaults/repo_packages/gnocchi.yml +++ b/playbooks/defaults/repo_packages/gnocchi.yml @@ -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: 92a7f5931c7c1a1b54bfead3bec9e80fddfb5490 # HEAD as of 06.12.2021 +gnocchi_git_install_branch: 92a7f5931c7c1a1b54bfead3bec9e80fddfb5490 # HEAD as of 19.01.2022 gnocchi_git_track_branch: stable/4.4 diff --git a/playbooks/defaults/repo_packages/nova_consoles.yml b/playbooks/defaults/repo_packages/nova_consoles.yml index 46fb2cb6a7..10c221ac37 100644 --- a/playbooks/defaults/repo_packages/nova_consoles.yml +++ b/playbooks/defaults/repo_packages/nova_consoles.yml @@ -27,11 +27,11 @@ ## NOVNC from source novncproxy_git_repo: https://github.com/novnc/noVNC -novncproxy_git_install_branch: 78eda3c0403f82e10a6fe1bcc5f473a9af571474 # HEAD as of 06.12.2021 +novncproxy_git_install_branch: 679b45fa3b453c7cf32f4b4455f4814818ecf161 # HEAD as of 19.01.2022 novncproxy_git_track_branch: master ## spice-html5 from source spicehtml5_git_repo: https://github.com/freedesktop/spice-html5 -spicehtml5_git_install_branch: 56ddb3005e39a9e76670fec9676e667d44167bf3 # HEAD as of 06.12.2021 +spicehtml5_git_install_branch: 56ddb3005e39a9e76670fec9676e667d44167bf3 # HEAD as of 19.01.2022 spicehtml5_git_track_branch: master diff --git a/playbooks/defaults/repo_packages/openstack_services.yml b/playbooks/defaults/repo_packages/openstack_services.yml index f65e9a5847..44fc31c31e 100644 --- a/playbooks/defaults/repo_packages/openstack_services.yml +++ b/playbooks/defaults/repo_packages/openstack_services.yml @@ -31,298 +31,298 @@ ## Global Requirements requirements_git_repo: https://opendev.org/openstack/requirements -requirements_git_install_branch: 9945d4892b4883d1f82db7eedc0eeac02d26e11d # HEAD as of 06.12.2021 +requirements_git_install_branch: 0e67f1d4bee22d1d2d56ec24fe3282c9a5a7ffd2 # HEAD as of 19.01.2022 requirements_git_track_branch: stable/wallaby ## Adjutant service adjutant_git_repo: https://opendev.org/openstack/adjutant -adjutant_git_install_branch: d1643a725d1f3217bd4f42bf8b25cf6a19ef8b88 # HEAD as of 06.12.2021 +adjutant_git_install_branch: d1643a725d1f3217bd4f42bf8b25cf6a19ef8b88 # HEAD as of 19.01.2022 adjutant_git_track_branch: stable/wallaby ## Adjutant dashboard plugin adjutant_dashboard_git_repo: https://opendev.org/openstack/adjutant-ui -adjutant_dashboard_git_install_branch: 104c474479e9a89d22b96777378ff59983c03393 # HEAD as of 06.12.2021 +adjutant_dashboard_git_install_branch: 104c474479e9a89d22b96777378ff59983c03393 # HEAD as of 19.01.2022 adjutant_dashboard_git_track_branch: stable/wallaby ## Aodh service aodh_git_repo: https://opendev.org/openstack/aodh -aodh_git_install_branch: 1fb8cde66b81c6e138749956824c7676ba6073a7 # HEAD as of 06.12.2021 +aodh_git_install_branch: 1fb8cde66b81c6e138749956824c7676ba6073a7 # HEAD as of 19.01.2022 aodh_git_track_branch: stable/wallaby ## Barbican service barbican_git_repo: https://opendev.org/openstack/barbican -barbican_git_install_branch: c1204779b2802c5f1029b4bfed370414a610602f # HEAD as of 06.12.2021 +barbican_git_install_branch: ea7451e32caa7863d6e511a39a508e54c60113a7 # HEAD as of 19.01.2022 barbican_git_track_branch: stable/wallaby ## Barbican dashboard plugin barbican_dashboard_git_repo: https://opendev.org/openstack/barbican-ui -barbican_dashboard_git_install_branch: 3a78a743426376250f43508d4281e86c75067271 # HEAD as of 06.12.2021 +barbican_dashboard_git_install_branch: 3a78a743426376250f43508d4281e86c75067271 # HEAD as of 19.01.2022 barbican_dashboard_git_track_branch: master ## Ceilometer service ceilometer_git_repo: https://opendev.org/openstack/ceilometer -ceilometer_git_install_branch: 8fd515773bc98309dc9c9a5b1f1363f2f98a85f8 # HEAD as of 06.12.2021 +ceilometer_git_install_branch: 8fd515773bc98309dc9c9a5b1f1363f2f98a85f8 # HEAD as of 19.01.2022 ceilometer_git_track_branch: stable/wallaby ## Cinder service cinder_git_repo: https://opendev.org/openstack/cinder -cinder_git_install_branch: 30578a728cae6901bdf923a242d0b4f08507dabc # HEAD as of 06.12.2021 +cinder_git_install_branch: b86da5d4073d9c50aed90c4d6ae6884138be6b06 # HEAD as of 19.01.2022 cinder_git_track_branch: stable/wallaby ## Cloudkitty service cloudkitty_git_repo: https://opendev.org/openstack/cloudkitty -cloudkitty_git_install_branch: 875cacdd46b4a7b70b3affb4e63effd01ac098cb # HEAD as of 06.12.2021 +cloudkitty_git_install_branch: 824e14f35e789d53c9f4c78dc5efc7b68c8417ac # HEAD as of 19.01.2022 cloudkitty_git_track_branch: stable/wallaby ## Cloudkitty dashboard plugin cloudkitty_dashboard_git_repo: https://opendev.org/openstack/cloudkitty-dashboard -cloudkitty_dashboard_git_install_branch: 31c6d8c3164a1386fd0ada8e1d24fb58180c3214 # HEAD as of 06.12.2021 +cloudkitty_dashboard_git_install_branch: 31c6d8c3164a1386fd0ada8e1d24fb58180c3214 # HEAD as of 19.01.2022 cloudkitty_dashboard_git_track_branch: stable/wallaby ## Designate service designate_git_repo: https://opendev.org/openstack/designate -designate_git_install_branch: 04a6d3156ae6be9bbb3b50d618694af0e15352e7 # HEAD as of 06.12.2021 +designate_git_install_branch: 04a6d3156ae6be9bbb3b50d618694af0e15352e7 # HEAD as of 19.01.2022 designate_git_track_branch: stable/wallaby ## Horizon Designate dashboard plugin designate_dashboard_git_repo: https://opendev.org/openstack/designate-dashboard -designate_dashboard_git_install_branch: a65ea0165cd5b511ed23c36382b1a29d8d41df6d # HEAD as of 06.12.2021 +designate_dashboard_git_install_branch: a65ea0165cd5b511ed23c36382b1a29d8d41df6d # HEAD as of 19.01.2022 designate_dashboard_git_track_branch: stable/wallaby ## Glance service glance_git_repo: https://opendev.org/openstack/glance -glance_git_install_branch: 8499efd3205d84eff35ed4ed157685313d9e3fb7 # HEAD as of 06.12.2021 +glance_git_install_branch: 8499efd3205d84eff35ed4ed157685313d9e3fb7 # HEAD as of 19.01.2022 glance_git_track_branch: stable/wallaby ## Heat service heat_git_repo: https://opendev.org/openstack/heat -heat_git_install_branch: 704389f155de5f87564bc0379472478c05fe0acb # HEAD as of 06.12.2021 +heat_git_install_branch: 704389f155de5f87564bc0379472478c05fe0acb # HEAD as of 19.01.2022 heat_git_track_branch: stable/wallaby ## Horizon Heat dashboard plugin heat_dashboard_git_repo: https://opendev.org/openstack/heat-dashboard -heat_dashboard_git_install_branch: cd889e6146ca11c70cd2a020a66547b270bf2660 # HEAD as of 06.12.2021 +heat_dashboard_git_install_branch: cd889e6146ca11c70cd2a020a66547b270bf2660 # HEAD as of 19.01.2022 heat_dashboard_git_track_branch: stable/wallaby ## Horizon service horizon_git_repo: https://opendev.org/openstack/horizon -horizon_git_install_branch: 4e402ada25f1ac9ca19777086d503810d7f218a2 # HEAD as of 06.12.2021 +horizon_git_install_branch: 23aa36a946d5426e5bddc2f59ab6c1774c28cc32 # HEAD as of 19.01.2022 horizon_git_track_branch: stable/wallaby ## Horizon Ironic dashboard plugin ironic_dashboard_git_repo: https://opendev.org/openstack/ironic-ui -ironic_dashboard_git_install_branch: 98f31e49e2c916bc56baaaffe717ca3ab7adce87 # HEAD as of 06.12.2021 +ironic_dashboard_git_install_branch: 98f31e49e2c916bc56baaaffe717ca3ab7adce87 # HEAD as of 19.01.2022 ironic_dashboard_git_track_branch: stable/wallaby ## Horizon Magnum dashboard plugin magnum_dashboard_git_repo: https://opendev.org/openstack/magnum-ui -magnum_dashboard_git_install_branch: e523a37bde515954478c14bb9e510f5c53cbe981 # HEAD as of 06.12.2021 +magnum_dashboard_git_install_branch: e523a37bde515954478c14bb9e510f5c53cbe981 # HEAD as of 19.01.2022 magnum_dashboard_git_track_branch: stable/wallaby ## Horizon Masakari dashboard plugin masakari_dashboard_git_repo: https://opendev.org/openstack/masakari-dashboard -masakari_dashboard_git_install_branch: a879b6bbfbd17d2a4dbee4c0dde200db7d944631 # HEAD as of 06.12.2021 +masakari_dashboard_git_install_branch: a879b6bbfbd17d2a4dbee4c0dde200db7d944631 # HEAD as of 19.01.2022 masakari_dashboard_git_track_branch: stable/wallaby ## Horizon Sahara dashboard plugin sahara_dashboard_git_repo: https://opendev.org/openstack/sahara-dashboard -sahara_dashboard_git_install_branch: 211f92dc453b37f8c2f9245b19e345e881cf4b95 # HEAD as of 06.12.2021 +sahara_dashboard_git_install_branch: 211f92dc453b37f8c2f9245b19e345e881cf4b95 # HEAD as of 19.01.2022 sahara_dashboard_git_track_branch: stable/wallaby ## Keystone service keystone_git_repo: https://opendev.org/openstack/keystone -keystone_git_install_branch: ddd97302ecce963106768615d463e1d94075d259 # HEAD as of 06.12.2021 +keystone_git_install_branch: ddd97302ecce963106768615d463e1d94075d259 # HEAD as of 19.01.2022 keystone_git_track_branch: stable/wallaby ## Manila service manila_git_repo: https://opendev.org/openstack/manila -manila_git_install_branch: c034ed19ff7bafccd15d5afa000c30632d572ca3 # HEAD as of 06.12.2021 +manila_git_install_branch: f7376849929511b251f3668f91639bda3d9ec885 # HEAD as of 19.01.2022 manila_git_track_branch: stable/wallaby ## Neutron service neutron_git_repo: https://opendev.org/openstack/neutron -neutron_git_install_branch: a321c6787fe20b48d47650aa3ac2a9b7d249db61 # HEAD as of 06.12.2021 +neutron_git_install_branch: 2f376b9431cd705aee651a5cf48962d158a6af73 # HEAD as of 19.01.2022 neutron_git_track_branch: stable/wallaby neutron_vpnaas_git_repo: https://opendev.org/openstack/neutron-vpnaas -neutron_vpnaas_git_install_branch: 2cf3451517c09dc998bc7e3e194916601a728c03 # HEAD as of 06.12.2021 +neutron_vpnaas_git_install_branch: 2cf3451517c09dc998bc7e3e194916601a728c03 # HEAD as of 19.01.2022 neutron_vpnaas_git_track_branch: stable/wallaby neutron_dynamic_routing_git_repo: https://opendev.org/openstack/neutron-dynamic-routing -neutron_dynamic_routing_git_install_branch: 2f9dbc1df51cebb8bf26153a33060f0414d9dac8 # HEAD as of 06.12.2021 +neutron_dynamic_routing_git_install_branch: c5c86123754a44c20deda5e9c3de2ef4e864b7af # HEAD as of 19.01.2022 neutron_dynamic_routing_git_track_branch: stable/wallaby # Networking calico follows master networking_calico_git_repo: https://github.com/projectcalico/networking-calico -networking_calico_git_install_branch: ff42aafb57b1a249f59356c2ed61b52762319b18 # HEAD as of 06.12.2021 +networking_calico_git_install_branch: ff42aafb57b1a249f59356c2ed61b52762319b18 # HEAD as of 19.01.2022 networking_calico_git_track_branch: release-v3.18 networking_odl_git_repo: https://opendev.org/openstack/networking-odl -networking_odl_git_install_branch: b377b3aa527a87f415f1a6a59362229f99855802 # HEAD as of 06.12.2021 +networking_odl_git_install_branch: b377b3aa527a87f415f1a6a59362229f99855802 # HEAD as of 19.01.2022 networking_odl_git_track_branch: stable/wallaby networking_bgpvpn_git_repo: https://opendev.org/openstack/networking-bgpvpn -networking_bgpvpn_git_install_branch: 188121ae61f16656b721485147e6feb98201bb99 # HEAD as of 06.12.2021 +networking_bgpvpn_git_install_branch: 188121ae61f16656b721485147e6feb98201bb99 # HEAD as of 19.01.2022 networking_bgpvpn_git_track_branch: stable/wallaby networking_sfc_git_repo: https://opendev.org/openstack/networking-sfc -networking_sfc_git_install_branch: 71d44504dab4eac9c802db6962c10b956f52ffb1 # HEAD as of 06.12.2021 +networking_sfc_git_install_branch: 71d44504dab4eac9c802db6962c10b956f52ffb1 # HEAD as of 19.01.2022 networking_sfc_git_track_branch: stable/wallaby networking_generic_switch_git_repo: https://opendev.org/openstack/networking-generic-switch -networking_generic_switch_git_install_branch: 9dc003025bb8d2f1a73264acb1fcc7260a98d22c # HEAD as of 06.12.2021 +networking_generic_switch_git_install_branch: 9dc003025bb8d2f1a73264acb1fcc7260a98d22c # HEAD as of 19.01.2022 networking_generic_switch_git_track_branch: stable/wallaby networking_nsx_git_repo: https://opendev.org/x/vmware-nsx -networking_nsx_git_install_branch: 0253265f75f63d5619b30f16a6b64459dec79d82 # HEAD as of 06.12.2021 +networking_nsx_git_install_branch: 0253265f75f63d5619b30f16a6b64459dec79d82 # HEAD as of 19.01.2022 networking_nsx_git_track_branch: master networking_nsxlib_git_repo: https://opendev.org/x/vmware-nsxlib -networking_nsxlib_git_install_branch: 31da96584f18ee02c5fb452e8e623a2a007f6d3e # HEAD as of 06.12.2021 +networking_nsxlib_git_install_branch: 72985fb9054e94ddece9784f23fe84d13795575b # HEAD as of 19.01.2022 networking_nsxlib_git_track_branch: master ## Nova service nova_git_repo: https://opendev.org/openstack/nova -nova_git_install_branch: 89c4ff5f7b45f1a5bed8b6b9b4586fceaa391bfb # HEAD as of 06.12.2021 +nova_git_install_branch: 94f17be190cce060ba8afcafbade4247b27b86f0 # HEAD as of 19.01.2022 nova_git_track_branch: stable/wallaby ## Sahara service sahara_git_repo: https://opendev.org/openstack/sahara -sahara_git_install_branch: 0900fc028cd46e368e5fad2cf6f5e73a240b295f # HEAD as of 06.12.2021 +sahara_git_install_branch: 0900fc028cd46e368e5fad2cf6f5e73a240b295f # HEAD as of 19.01.2022 sahara_git_track_branch: stable/wallaby ## Senlin service senlin_git_repo: https://opendev.org/openstack/senlin -senlin_git_install_branch: c7842da4cf357faab343f0974e37dda448364ce4 # HEAD as of 06.12.2021 +senlin_git_install_branch: ac8245b582376b460a2494ad23ff9e2d83d228cb # HEAD as of 19.01.2022 senlin_git_track_branch: stable/wallaby ## Swift service swift_git_repo: https://opendev.org/openstack/swift -swift_git_install_branch: c966628978ac4ceb1d94ba92879df071b8ca265d # HEAD as of 06.12.2021 +swift_git_install_branch: a25a936c4fd4486d66c434715f0cb8a6f404885d # HEAD as of 19.01.2022 swift_git_track_branch: stable/wallaby ## Ironic service ironic_git_repo: https://opendev.org/openstack/ironic -ironic_git_install_branch: fc0f1c951cf5a49c4c5a95f336ddd09ff3304316 # HEAD as of 06.12.2021 +ironic_git_install_branch: 685a41bb8e6af4f4c0fa01fad74060f9084936ec # HEAD as of 19.01.2022 ironic_git_track_branch: stable/wallaby ## Ironic inspector service ironic_inspector_git_repo: https://opendev.org/openstack/ironic-inspector -ironic_inspector_git_install_branch: 06c65757c7eb43c4ac953548591349f8600c2ce3 # HEAD as of 06.12.2021 +ironic_inspector_git_install_branch: 8f9707699f4809bac9e7c10484829ecd35de1b84 # HEAD as of 19.01.2022 ironic_inspector_git_track_branch: stable/wallaby ## Magnum service magnum_git_repo: https://opendev.org/openstack/magnum -magnum_git_install_branch: e750a5265cbe600949542938cd48679a0d4dcffd # HEAD as of 06.12.2021 +magnum_git_install_branch: e750a5265cbe600949542938cd48679a0d4dcffd # HEAD as of 19.01.2022 magnum_git_track_branch: stable/wallaby ## Masakari service masakari_git_repo: https://opendev.org/openstack/masakari -masakari_git_install_branch: 05124e1576e15885d2a7c3b409a3ea3a33a62a98 # HEAD as of 06.12.2021 +masakari_git_install_branch: 05124e1576e15885d2a7c3b409a3ea3a33a62a98 # HEAD as of 19.01.2022 masakari_git_track_branch: stable/wallaby ## Masakari monitors services masakari_monitors_git_repo: https://opendev.org/openstack/masakari-monitors -masakari_monitors_git_install_branch: d090789f1247772cc37b0b7238d67f20ab644540 # HEAD as of 06.12.2021 +masakari_monitors_git_install_branch: 5d672387db9d65e988239290b2ef74d70fbb6527 # HEAD as of 19.01.2022 masakari_monitors_git_track_branch: stable/wallaby ## Mistral service mistral_git_repo: https://opendev.org/openstack/mistral -mistral_git_install_branch: c2a0205d56642ad920d94953079c98e17c7b3536 # HEAD as of 06.12.2021 +mistral_git_install_branch: c2a0205d56642ad920d94953079c98e17c7b3536 # HEAD as of 19.01.2022 mistral_git_track_branch: stable/wallaby ## Murano service murano_git_repo: https://opendev.org/openstack/murano -murano_git_install_branch: 93dc1f7ce8100d065da5af60820444182f3b8886 # HEAD as of 06.12.2021 +murano_git_install_branch: 93dc1f7ce8100d065da5af60820444182f3b8886 # HEAD as of 19.01.2022 murano_git_track_branch: stable/wallaby murano_dashboard_git_repo: https://opendev.org/openstack/murano-dashboard -murano_dashboard_git_install_branch: c01fbfcaeabd74f2a6b5edbe07c7d9d7515a9dea # HEAD as of 06.12.2021 +murano_dashboard_git_install_branch: c01fbfcaeabd74f2a6b5edbe07c7d9d7515a9dea # HEAD as of 19.01.2022 murano_dashboard_git_track_branch: stable/wallaby ## Trove service trove_git_repo: https://opendev.org/openstack/trove -trove_git_install_branch: 3b846ad235e459481b1bd566a7a697e4ce508a91 # HEAD as of 06.12.2021 +trove_git_install_branch: 3b846ad235e459481b1bd566a7a697e4ce508a91 # HEAD as of 19.01.2022 trove_git_track_branch: stable/wallaby ## Horizon Trove dashboard plugin trove_dashboard_git_repo: https://opendev.org/openstack/trove-dashboard -trove_dashboard_git_install_branch: 3a6e79c3c0cabaf3293046647481a792895efb05 # HEAD as of 06.12.2021 +trove_dashboard_git_install_branch: 3a6e79c3c0cabaf3293046647481a792895efb05 # HEAD as of 19.01.2022 trove_dashboard_git_track_branch: stable/wallaby ## Octavia service octavia_git_repo: https://opendev.org/openstack/octavia -octavia_git_install_branch: e4a01363d9dd02ae57801cb250f118102fb07d12 # HEAD as of 06.12.2021 +octavia_git_install_branch: a5d94247d15b028c57d8f6f9dbbd2daf0adb34d8 # HEAD as of 19.01.2022 octavia_git_track_branch: stable/wallaby ## Panko service panko_git_repo: https://opendev.org/openstack/panko -panko_git_install_branch: 276d891675c692c146448180767f97362871b493 # HEAD as of 06.12.2021 +panko_git_install_branch: 276d891675c692c146448180767f97362871b493 # HEAD as of 19.01.2022 panko_git_track_branch: stable/wallaby ## Placement service placement_git_repo: https://opendev.org/openstack/placement -placement_git_install_branch: adf525a8f176fe37222d08478c9fe08db823db98 # HEAD as of 06.12.2021 +placement_git_install_branch: adf525a8f176fe37222d08478c9fe08db823db98 # HEAD as of 19.01.2022 placement_git_track_branch: stable/wallaby ## Tacker service tacker_git_repo: https://opendev.org/openstack/tacker -tacker_git_install_branch: 74fd9813aed21589da79ce9e0fcea19345fca089 # HEAD as of 06.12.2021 +tacker_git_install_branch: 74fd9813aed21589da79ce9e0fcea19345fca089 # HEAD as of 19.01.2022 tacker_git_track_branch: stable/wallaby ## Horizon Octavia dashboard plugin octavia_dashboard_git_repo: https://opendev.org/openstack/octavia-dashboard -octavia_dashboard_git_install_branch: b4c76b96868dd22d5d1f306ac01129eb882e2d74 # HEAD as of 06.12.2021 +octavia_dashboard_git_install_branch: b4c76b96868dd22d5d1f306ac01129eb882e2d74 # HEAD as of 19.01.2022 octavia_dashboard_git_track_branch: stable/wallaby ## Blazar service blazar_git_repo: https://opendev.org/openstack/blazar -blazar_git_install_branch: 43587aa53efdeb8a978a8c4408ec61ff7db6287f # HEAD as of 06.12.2021 +blazar_git_install_branch: 43587aa53efdeb8a978a8c4408ec61ff7db6287f # HEAD as of 19.01.2022 blazar_git_track_branch: stable/wallaby ## Blazar Nova Service blazar_nova_git_repo: https://opendev.org/openstack/blazar-nova -blazar_nova_git_install_branch: c71d01e3955a5904d1f557840285292422cbefe6 # HEAD as of 06.12.2021 +blazar_nova_git_install_branch: c71d01e3955a5904d1f557840285292422cbefe6 # HEAD as of 19.01.2022 blazar_nova_git_track_branch: stable/wallaby ## Zun service zun_git_repo: https://opendev.org/openstack/zun -zun_git_install_branch: 12685be9b4947d856a405fd059f0fe15aa957512 # HEAD as of 06.12.2021 +zun_git_install_branch: 12685be9b4947d856a405fd059f0fe15aa957512 # HEAD as of 19.01.2022 zun_git_track_branch: stable/wallaby ## Zun kuryr service zun_kuryr_git_repo: https://opendev.org/openstack/kuryr-libnetwork -zun_kuryr_git_install_branch: 2d4cf6435e7878d11e5bcdb280c841dd8aabaf64 # HEAD as of 06.12.2021 +zun_kuryr_git_install_branch: 2d4cf6435e7878d11e5bcdb280c841dd8aabaf64 # HEAD as of 19.01.2022 zun_kuryr_git_track_branch: stable/wallaby ## Zun kuryr library zun_kuryr_lib_git_repo: https://opendev.org/openstack/kuryr -zun_kuryr_lib_git_install_branch: 18590ef0a13d3bc9bb1f0759dfd1ce6a16079507 # HEAD as of 06.12.2021 +zun_kuryr_lib_git_install_branch: 18590ef0a13d3bc9bb1f0759dfd1ce6a16079507 # HEAD as of 19.01.2022 zun_kuryr_lib_git_track_branch: stable/wallaby