From 4ed20774468395ed400caa9ed1126950197a079b Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 10 Oct 2024 22:39:42 +0200 Subject: [PATCH] Bump stackhpc.linux to v1.3.0 Release 1.3.0 of stackhpc.linux fixes configuration of kernel parameters for IOMMU when the GRUB_CMDLINE_LINUX_DEFAULT variable is absent from /etc/default/grub. Include a release note about a notable change in the sriov role. [1] https://github.com/stackhpc/ansible-collection-linux/releases/tag/v1.3.0 Change-Id: I43295cd21fc4947fa877aa242070e3c132532fab Closes-Bug: #2083874 --- .../bump-stackhpc-linux-1.3.0-892bc5ae7574508b.yaml | 9 +++++++++ ...sing-grub-cmdline-linux-default-f4079def0b1357e7.yaml | 6 ++++++ requirements.yml | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bump-stackhpc-linux-1.3.0-892bc5ae7574508b.yaml create mode 100644 releasenotes/notes/handle-missing-grub-cmdline-linux-default-f4079def0b1357e7.yaml diff --git a/releasenotes/notes/bump-stackhpc-linux-1.3.0-892bc5ae7574508b.yaml b/releasenotes/notes/bump-stackhpc-linux-1.3.0-892bc5ae7574508b.yaml new file mode 100644 index 000000000..6b33b14cb --- /dev/null +++ b/releasenotes/notes/bump-stackhpc-linux-1.3.0-892bc5ae7574508b.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + Bumps the ``stackhpc.linux`` collection to 1.3.0. Note this version `uses + systemd to activate virtual functions + `__. This + change is restricted to the ``stackhpc.linux.sriov`` role, which is not + used by Kayobe. If a custom playbook uses this role, you can retain + existing behaviour by setting ``sriov_numvfs_driver`` to ``udev``. diff --git a/releasenotes/notes/handle-missing-grub-cmdline-linux-default-f4079def0b1357e7.yaml b/releasenotes/notes/handle-missing-grub-cmdline-linux-default-f4079def0b1357e7.yaml new file mode 100644 index 000000000..bc7afc093 --- /dev/null +++ b/releasenotes/notes/handle-missing-grub-cmdline-linux-default-f4079def0b1357e7.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixes generation of kernel parameters when the GRUB_CMDLINE_LINUX_DEFAULT + variable is absent from ``/etc/default/grub``. + `LP#2083874 `__. diff --git a/requirements.yml b/requirements.yml index 25cff4953..b8683ae25 100644 --- a/requirements.yml +++ b/requirements.yml @@ -12,7 +12,7 @@ collections: - name: openstack.cloud version: '<3' - name: stackhpc.linux - version: 1.2.3 + version: 1.3.0 - name: stackhpc.network version: 1.0.0 - name: stackhpc.openstack