Skip to content

Commit 2985696

Browse files
authored
Merge pull request #398 from stackhpc/upstream/master-2025-03-24
Synchronise master with upstream
2 parents 2e3e651 + 097bddb commit 2985696

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

ansible/roles/network-debian/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
package:
1919
name:
2020
- libnetplan0
21+
- libnetplan1
2122
- netplan.io
23+
- netplan-generator
2224
state: absent
2325
notify:
2426
- Remove netplan systemd-networkd configuration
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Bumps the MichaelRigart.interfaces role to v1.15.4 to fix compatibility
5+
with CentOS Stream 9 due to changes in the ``iproute`` package.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix a bug where netplan packages are not fully removed resulting generated
5+
network configurations are not getting applied with ``host configure``
6+
commands. 'LP#2103794 <https://bugs.launchpad.net/kayobe/+bug/2103794>'__
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue on boot where vgpu devices would fail to start due to a race
5+
condition in the startup logic. See
6+
`LP#2102153 <https://bugs.launchpad.net/kayobe/+bug/2102153>`__ for more
7+
details.

requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ collections:
1212
- name: openstack.cloud
1313
version: '<3'
1414
- name: stackhpc.linux
15-
version: 1.3.0
15+
version: 1.3.1
1616
- name: stackhpc.network
1717
version: 1.0.0
1818
- name: stackhpc.openstack
@@ -27,7 +27,7 @@ roles:
2727
# There are no versioned releases of this role.
2828
version: acd08fd126d0e442ab8b3bc518e37761390d8c2f
2929
- src: MichaelRigart.interfaces
30-
version: v1.15.3
30+
version: v1.15.4
3131
- src: mrlesmithjr.chrony
3232
version: v0.1.4
3333
- src: mrlesmithjr.manage_lvm

0 commit comments

Comments
 (0)