-
Notifications
You must be signed in to change notification settings - Fork 344
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
ca.install_step_0: Use remote api for hsm conf lookup in standalone #7396
base: master
Are you sure you want to change the base?
ca.install_step_0: Use remote api for hsm conf lookup in standalone #7396
Conversation
I've reproduced the replica installation failure manually. Looking into it. |
My failure was PEBKAC. Installation is fine. I'll try a re-run to see if the failures were temporary. |
It looks like this change is blocked by #7389 |
Can you rebase this? It should pull in the necessary fixes. |
I haven't thoroughly tested it but this patch seems to work. It might need to be wrapped in a try/except and perhaps a None check on ccache. In my tests it was always set but YMMV.
|
_api was set for the lookup_hsm_configuration call, but then api was used instead. This could break server affinity. Fixes: https://pagure.io/freeipa/issue/9608 Signed-off-by: Thomas Woerner <[email protected]>
19df91a
to
352e4da
Compare
This change is not part of the PR. |
_api was set for the lookup_hsm_configuration call, but then api was used instead. This could break server affinity.
Fixes: https://pagure.io/freeipa/issue/9608