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

IPA server installation fails on RL9 #509

Open
verdurin opened this issue Dec 19, 2024 · 2 comments
Open

IPA server installation fails on RL9 #509

verdurin opened this issue Dec 19, 2024 · 2 comments

Comments

@verdurin
Copy link

The current IPA server role fails on RL9 because it uses a module that doesn't exist:

TASK [freeipa : Install freeipa server packages] *****************************************************************************************************************************************************************************************************************************************************************************
fatal: [taylorslurm02-control]: FAILED! => {
    "changed": false,
    "results": []
}

MSG:

No group idm:DL1/dns available.

According to:

https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/installing_identity_management/preparing-the-system-for-ipa-server-installation_installing-identity-management#installing-packages-required-for-an-idm-server_preparing-the-system-for-isa-server-installation

it should be:

dnf install ipa-server ipa-server-dns
@sjpb
Copy link
Collaborator

sjpb commented Dec 19, 2024

Interesting, thanks. I think this has only ever been used on RL8 and to be honest I've been thinking we should remove support for IPA server entirely as it is really only provided for dev purposes, is totally untested by our CI, and introduces quite a bit of complexity wrt ordering.

I'd merge a PR which claims to fix it for RL8 and RL9, on an untested basis. Anything else would I think need client support time.

@verdurin
Copy link
Author

Sure, I was only trying it because I had trouble with the IPA client role and wanted to make quick progress today, which wasn't to be.
Just thought I should report it.

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

No branches or pull requests

2 participants