Problem: I have been trying to get foreman setup and working and having mixed success. Currently I am getting stuck at
Warning: anaconda: failed to fetch kickstart from http://foremanserver/unattended.....
with curl reporting URL returned error 404 not found.
Foreman and Proxy versions:
foreman-3.8.0-1.el8.noarch
foreman-proxy-3.8.0-1.el8.noarch
Distribution and version:
Rocky 8.8
Other relevant data:
I’m testing in an isolated VM environment and as far as I can tell DHCP and DNS is working as expected. The request appears to be hitting my foreman server as the production log is reporting:
2023-11-06T12:10:20 [I|app|ea1bae68] Started GET "/unattended/provision?token=929b92ce-a387-4f81-8404-0d654160bd91" for 192.168.14.76 at 2023-11-06 12:10:20 +0000
2023-11-06T12:10:20 [I|app|ea1bae68] Processing by UnattendedController#host_template as TEXT
2023-11-06T12:10:20 [I|app|ea1bae68] Parameters: {"token"=>"929b92ce-a387-4f81-8404-0d654160bd91", "kind"=>"provision"}
2023-11-06T12:10:20 [E|app|ea1bae68] unable to find provision template for lynn-carbary.testcluster.cluster running Rocky 8.8
2023-11-06T12:10:20 [I|app|ea1bae68] Rendered text template (Duration: 0.0ms | Allocations: 1)
2023-11-06T12:10:20 [I|app|ea1bae68] Completed 404 Not Found in 34ms (Views: 0.3ms | ActiveRecord: 19.1ms | Allocations: 7984)