-
Notifications
You must be signed in to change notification settings - Fork 25
Seapath v2: Ansible 2.16 #843
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
Open
insatomcat
wants to merge
13
commits into
main
Choose a base branch
from
ansible216
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adf3c91 to
221381e
Compare
7582619 to
27a63dd
Compare
eroussy
requested changes
Dec 22, 2025
Member
eroussy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems almost good for me. Mostly documentation remarks
I prepare to test that on Yocto.
roles/debian_tests/cukinia-tests/cukinia/hypervisor_security_tests.d/groups.conf.j2
Show resolved
Hide resolved
roles/debian_tests/cukinia-tests/cukinia/common_security_tests.d/apt.conf.j2
Show resolved
Hide resolved
roles/debian_tests/cukinia-tests/cukinia/common_security_tests.d/systemd.conf
Show resolved
Hide resolved
27a63dd to
ccbf3d8
Compare
e93df1f to
51d6865
Compare
dupremathieu
requested changes
Jan 7, 2026
af8ca96 to
9bfc113
Compare
ansible/ansible#84484 https://github.com/ansible/ansible/pull/84521/files Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
Moving from ceph-ansible stable-6.0 to stable-8.0. This ceph version is compatible with Ceph 18, which is deployed on Debian Trixie (18.2.7) and Yocto Scarthgap (18.2.2) Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
This is a change in syntax that needs to be done with ansible-lint for 2.16 but is not accepted with older versions. Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
…cated. See reference : https://forum.ansible.com/t/ansible-yaml-output-community-general-yaml-has-been-deprecated/39480 Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
Debian 13 officially recommends using deb822-style source definitions. This format is more expressive, supports cleaner configuration, and aligns with current and future APT tooling. This way of dealing with repos required to not use /etc/apt/sources.list anymore (we remove the file) and use files in the /etc/apt/sources.list.d folder instead. Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
clock is a new group present bu default in debian 13 Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
logrotate has always been there but it seems it takes some time to run, so it usually don't show in the CI. If you run the test later though, it's running and so will fail the test. The quadlet services are needed for the CI to be able to test the container feature, since it will make systemd services running. Without this change cukinia will fail the systemd test. The quadlet using arping to promptly migrate the macvlan networking, so we also need to add this to the cukinia apt test. Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
Regenerate ceph-ansible patches to work with the stable-8.0. branch of ceph-ansible. Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.