Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronise 2024.1 with upstream #336

Merged
merged 8 commits into from
Oct 28, 2024
4 changes: 2 additions & 2 deletions ansible/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions etc/kayobe/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes IPA and host image build failures when Git was not installed on the
build host. `LP#2058922 <https://launchpad.net/bugs/2058922>`__
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
upgrade:
- |
Bumps the ``stackhpc.linux`` collection to 1.3.0. Note this version `uses
systemd to activate virtual functions
<https://github.com/stackhpc/ansible-collection-linux/pull/34>`__. 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``.
Original file line number Diff line number Diff line change
@@ -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 <https://launchpad.net/bugs/2083494>`__
Original file line number Diff line number Diff line change
@@ -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 <https://bugs.launchpad.net/kayobe/+bug/2083874>`__.
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading