Merge ~sajoupa/charm-nrpe:ro-filesystems-systemd-sysusers into charm-nrpe:master

Proposed by Laurent Sesquès
Status: Work in progress
Proposed branch: ~sajoupa/charm-nrpe:ro-filesystems-systemd-sysusers
Merge into: charm-nrpe:master
Diff against target: 13 lines (+1/-1)
1 file modified
config.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Erhan Sunar (community) Needs Fixing
🤖 prod-jenkaas-bootstack (community) continuous-integration Needs Fixing
BootStack Reviewers Pending
Review via email: mp+433585@code.launchpad.net

Commit message

add /run/credentials/systemd-sysusers.service to ro_filesystem_excludes default value for jammy

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Erhan Sunar (esunar) wrote :

can you also pin the flake8 in tox.ini so it can pass the tests
flake8<6.0.0 # https://github.com/PyCQA/flake8-import-order/issues/189

review: Needs Fixing
Revision history for this message
Laurent Sesquès (sajoupa) wrote :

> can you also pin the flake8 in tox.ini so it can pass the tests
> flake8<6.0.0 # https://github.com/PyCQA/flake8-import-order/issues/189

Shouldn't this be in a separate commit / MP ?

Revision history for this message
Erhan Sunar (esunar) wrote :

Can be, but because of this functional tests are not running. Can you create another MP and just make this depend on other. Or just add this to this MP

> > can you also pin the flake8 in tox.ini so it can pass the tests
> > flake8<6.0.0 # https://github.com/PyCQA/flake8-import-order/issues/189
>
> Shouldn't this be in a separate commit / MP ?

Revision history for this message
Eric Chen (eric-chen) wrote :

Hi Laurent,

Could you rebase your code to the lastest commit?

Gabriel pass the jenkins verification.
https://code.launchpad.net/~gabrielcocenza/charm-nrpe/+git/charm-nrpe/+merge/434197

Revision history for this message
Eric Chen (eric-chen) wrote :

Change the status to WIP until we get the latest jenkins verification.

Unmerged commits

ae50207... by Laurent Sesquès

add /run/credentials/systemd-sysusers.service to ro_filesystem_excludes default value for jammy

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/config.yaml b/config.yaml
2index b81e3f3..3c7d90c 100644
3--- a/config.yaml
4+++ b/config.yaml
5@@ -240,7 +240,7 @@ options:
6 .
7 Defaults to disabled, set the time to enable.
8 ro_filesystem_excludes:
9- default: "/snap/,/sys/fs/cgroup,/run/containerd,/var/lib/docker"
10+ default: "/snap/,/sys/fs/cgroup,/run/containerd,/var/lib/docker,/run/credentials/systemd-sysusers.service"
11 type: string
12 description: |
13 Comma separated list of mount points to exclude from checks for readonly filesystem.

Subscribers

People subscribed via source and target branches

to all changes: