diff --git a/ansible/logging.yml b/ansible/logging.yml index 326fe66d8..801ee3a72 100644 --- a/ansible/logging.yml +++ b/ansible/logging.yml @@ -18,8 +18,8 @@ file: path: /var/log/journal owner: "root" - group: "root" - mode: 0755 + group: "systemd-journal" + mode: 02755 state: directory notify: Flush journal to disk when: journald_storage == "persistent" diff --git a/etc/kayobe/apt.yml b/etc/kayobe/apt.yml index e4bb5b179..4f6fe4892 100644 --- a/etc/kayobe/apt.yml +++ b/etc/kayobe/apt.yml @@ -50,8 +50,6 @@ # * machine: 'machine' entry in the auth file # * login: 'login' entry in the auth file # * password: 'password' entry in the auth file -# * filename: Name of a file in which to store the auth configuration. The -# extension should be '.conf'. # * filename: Name of a file in /etc/apt/auth.conf.d in which to store # the auth configuration. The extension should be ``.conf``. # Default is an empty list. diff --git a/releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml b/releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml new file mode 100644 index 000000000..1122890b5 --- /dev/null +++ b/releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes IPA and host image build failures when Git was not installed on the + build host. `LP#2058922 `__ 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/fix-var-log-journal-group-mode-3e7c4c822d050c8f.yaml b/releasenotes/notes/fix-var-log-journal-group-mode-3e7c4c822d050c8f.yaml new file mode 100644 index 000000000..1c9e1d444 --- /dev/null +++ b/releasenotes/notes/fix-var-log-journal-group-mode-3e7c4c822d050c8f.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Updates the group and mode set on the ``/var/log/journal`` directory to + match default ownership and permissions used by ``systemd-journald``. + `LP#2083494 `__ 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 b27b5a53c..8a16c7597 100644 --- a/requirements.yml +++ b/requirements.yml @@ -8,11 +8,11 @@ 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 - version: 0.2.1 + version: 0.2.2 - name: nvidia.nvue version: 1.2.0