Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ansible/roles/network-debian/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
package:
name:
- libnetplan0
- libnetplan1
- netplan.io
- netplan-generator
state: absent
notify:
- Remove netplan systemd-networkd configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Bumps the MichaelRigart.interfaces role to v1.15.4 to fix compatibility
with CentOS Stream 9 due to changes in the ``iproute`` package.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fix a bug where netplan packages are not fully removed resulting generated
network configurations are not getting applied with ``host configure``
commands. 'LP#2103794 <https://bugs.launchpad.net/kayobe/+bug/2103794>'__
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Fixes an issue on boot where vgpu devices would fail to start due to a race
condition in the startup logic. See
`LP#2102153 <https://bugs.launchpad.net/kayobe/+bug/2102153>`__ for more
details.
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ collections:
- name: openstack.cloud
version: '<3'
- name: stackhpc.linux
version: 1.3.0
version: 1.3.1
- name: stackhpc.network
version: 1.0.0
- name: stackhpc.openstack
Expand All @@ -27,7 +27,7 @@ roles:
# There are no versioned releases of this role.
version: acd08fd126d0e442ab8b3bc518e37761390d8c2f
- src: MichaelRigart.interfaces
version: v1.15.3
version: v1.15.4
- src: mrlesmithjr.chrony
version: v0.1.4
- src: mrlesmithjr.manage_lvm
Expand Down
Loading