My job (self-appointed, of course) is to learn the ins-and-outs of Satellite 6, but from an infrastructure perspective. This involves installing it over... and over.. and over... until I encounter issues. And then I pull my hair out trying to troubleshoot the issue.
Issue:
Could not set 'present' on ensure: 422 Unprocessable Entity at 12:/usr/share/katello-installer/modules/foreman_proxy/manifests/register.pp
Could not set 'present' on ensure: 422 Unprocessable Entity at 12:/usr/share/katello-installer/modules/foreman_proxy/manifests/register.pp
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[rh7sat6.aperture.lab]/ensure: change from absent to present failed: Could not set 'present' on ensure: 422 Unprocessable Entity at 12:/usr/share/katello-installer/modules/foreman_proxy/manifests/register.pp
Resolution:
foreman-rake config -- -k idle_timeout -v 60
foreman-rake config -- -k proxy_request_timeout -v 99
NOTES: Interestingly, this installation procedure works on my KVM guest which is NOT NATd which is hosted by a mini-ATX desktop. It fails though, when I try my build on a KVM guest which IS NATd on my laptop. So, I don't know whether the NAT network space is causing some sort of issue (like multicast never replying?)
I believe you have to attempt katello-installer and let it fail, before you can apply the settings. Or, you might be able to wait until the installer is at 99%?
Comments
Post a Comment