Hot SHA bump for 2026.1

We pull in reno for Magnum and bump sha for networkd to include
resolute fix.

Change-Id: I1d217a19c5f38e79405f0c7c5e3bddfe88d7a6ed
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
Dmitriy Rabotyagov
2026-06-12 12:06:47 +02:00
parent 42e3968b0f
commit 0f38479040
2 changed files with 36 additions and 4 deletions
+4 -4
View File
@@ -38,9 +38,9 @@
- name: systemd_networkd
src: https://opendev.org/openstack/ansible-role-systemd_networkd
scm: git
version: dec50dcecf4e8a2259134df302d491c102a5f31e
version: b2f6edf98e9a5435bde782ae078103e8746ec09e
trackbranch: stable/2026.1
shallow_since: '2026-06-07'
shallow_since: '2026-06-10'
- name: systemd_service
src: https://opendev.org/openstack/ansible-role-systemd_service
scm: git
@@ -206,9 +206,9 @@
- name: os_magnum
scm: git
src: https://opendev.org/openstack/openstack-ansible-os_magnum
version: 6e372d05f1bc81884224e5bf08972a41a642d341
version: 300ce04622cb09dd640fe54cf967072acccc21de
trackbranch: stable/2026.1
shallow_since: '2026-06-07'
shallow_since: '2026-06-10'
- name: os_manila
scm: git
src: https://opendev.org/openstack/openstack-ansible-os_manila
@@ -0,0 +1,32 @@
---
prelude: >
Magnum Cluster API drivers support have been promoted from the OPS
repository to the ``os_magnum`` role.
Please reffer to the `upgrade guide <https://docs.openstack.org/openstack-ansible/2026.1/admin/upgrades/major-upgrades.html>`
and `os_magnum documentation <https://docs.openstack.org/openstack-ansible-os_magnum/2026.1/>`_
for more details on required steps for migration.
features:
- |
Added series of CAPI driver-specific variables to the ``os_magnum`` role
in order to allow driver version selection for deployment.
- |
Introduced variable ``magnum_k8s_driver``, with possible options:
* heat - current default, removed in 2026.2
* azimuth - CAPI HELM driver, relying heavily on HELM charts
which are maintained by Azimuth Cloud.
* vexxhost - Magnum CAPI driver maintained by Vexxhost.
deprecations:
- |
Magnum Heat driver has been deprecated by the community in 2025.1 and is
removed early in 2026.2 release.
Current release (2026.1) is the last release where Heat driver is available,
and operators should consider migration to one of the CAPI drivers available.
upgrade:
- |
In case you was already using Magnum CAPI functionality prior to this release,
you will need to take several extra steps in order to migrate from standalone
OPS repository to the integrated way of deploying supporting k8s cluster
and CAPI drivers.
Please reffer to the upgrade guide and ``os_magnum`` role documentation for
more details.