Skip to content

Fix creation of hpctests directory #659

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

Merged
merged 1 commit into from
Apr 29, 2025
Merged

Fix creation of hpctests directory #659

merged 1 commit into from
Apr 29, 2025

Conversation

priteau
Copy link
Member

@priteau priteau commented Apr 28, 2025

The hpctests role creates a directory that is user-owned and group-owned by hpctests_user, which defaults to ansible_user. However, this group is not guaranteed to exist, especially in LDAP environments where groups dedicated to a single user are often not used.

Support customising the value via the hpctests_group variable, while still defaulting to hpctests_user.

The hpctests role creates a directory that is user-owned and group-owned
by hpctests_user, which defaults to ansible_user. However, this group is
not guaranteed to exist, especially in LDAP environments where groups
dedicated to a single user are often not used.

Support customising the value via the hpctests_group variable, while
still defaulting to hpctests_user.
@priteau priteau self-assigned this Apr 28, 2025
@priteau priteau requested a review from a team as a code owner April 28, 2025 17:03
Copy link
Collaborator

@sjpb sjpb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@priteau priteau merged commit ede7cb3 into main Apr 29, 2025
0 of 2 checks passed
@priteau priteau deleted the hpctests-group branch April 29, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants