diff --git a/ansible/roles/network-debian/tasks/main.yml b/ansible/roles/network-debian/tasks/main.yml index bd084431e..27091a841 100644 --- a/ansible/roles/network-debian/tasks/main.yml +++ b/ansible/roles/network-debian/tasks/main.yml @@ -18,7 +18,9 @@ package: name: - libnetplan0 + - libnetplan1 - netplan.io + - netplan-generator state: absent notify: - Remove netplan systemd-networkd configuration diff --git a/releasenotes/notes/bump-michaelrigart.interfaces-1.15.4-900d2f560c4a19bb.yaml b/releasenotes/notes/bump-michaelrigart.interfaces-1.15.4-900d2f560c4a19bb.yaml new file mode 100644 index 000000000..20d08b0f4 --- /dev/null +++ b/releasenotes/notes/bump-michaelrigart.interfaces-1.15.4-900d2f560c4a19bb.yaml @@ -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. diff --git a/releasenotes/notes/fix-netplan-not-get-fully-removed-b3770cf475569a6c.yaml b/releasenotes/notes/fix-netplan-not-get-fully-removed-b3770cf475569a6c.yaml new file mode 100644 index 000000000..1f5e8d51d --- /dev/null +++ b/releasenotes/notes/fix-netplan-not-get-fully-removed-b3770cf475569a6c.yaml @@ -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 '__ diff --git a/releasenotes/notes/fixes-vgpu-boot-race-condition-b51917e32f685221.yaml b/releasenotes/notes/fixes-vgpu-boot-race-condition-b51917e32f685221.yaml new file mode 100644 index 000000000..656eef62a --- /dev/null +++ b/releasenotes/notes/fixes-vgpu-boot-race-condition-b51917e32f685221.yaml @@ -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 `__ for more + details. diff --git a/requirements.yml b/requirements.yml index 71e0ef65e..86c291c5b 100644 --- a/requirements.yml +++ b/requirements.yml @@ -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 @@ -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