-
Notifications
You must be signed in to change notification settings - Fork 69
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
RHEL_AWS: Certificate installation failing #186
Comments
RHEL version in use:
|
It appears though the directory needs to be created by the playbook and have the correct permissions set.
Fix under test:
|
Looks like the above fix takes us to a problem in the next task:
This suggests that none of the cockpit-ws stuff is being set up properly. The user and group are not being created correctly suggesting that something is missing from the cockpit install prior to this point. |
Root cause found: 2_load.yml hjas checks for rhel_ver to determine whether it's RHEL 7 or RHEL 8, and therefore determine how to install cockpit. e.g.
Again, this is caused by the breaking changes: |
Potential work around/fix in 2_load.yml
However the above is a somewhat hacky fix that again is a byproduct of the breaking change #179 Will test further. |
Getting the following issue when trying to install certs during execution of playbook 2_load.yml
Further investigation pending due to other recent reported issues.
The text was updated successfully, but these errors were encountered: