Actions
Bug #35809
closedsmart_proxy_ansible needs smart_proxy_rex, but installer doesn't set it up automatically
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Description
if one tries to use --enable-foreman-proxy-plugin-ansible without --enable-foreman-proxy-plugin-remote-execution, installer fails with:
2022-11-30 15:35:52 [ERROR ] [configure] Error making POST request to Foreman at https://foreman.internal.pcfe.net/api/v2/smart_proxies: Response: 500 Internal Server Error: Check /var/log/foreman/production.log on foreman.internal.pcfe.net for detailed information 2022-11-30 15:35:52 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[foreman.internal.pcfe.net]/ensure: change from 'absent' to 'present' failed: Error making POST request to Foreman at https://foreman.internal.pcfe.net/api/v2/smart_proxies: Response: 500 Internal Server Error: Check /var/log/foreman/production.log on foreman.internal.pcfe.net for detailed information 2022-11-30 15:35:52 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[foreman.internal.pcfe.net]: Failed to call refresh: Error making GET request to Foreman at https://foreman.internal.pcfe.net/api/v2/smart_proxies: Response: 500 Internal Server Error: Check /var/log/foreman/production.log on foreman.internal.pcfe.net for detailed information 2022-11-30 15:35:52 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[foreman.internal.pcfe.net]: Error making GET request to Foreman at https://foreman.internal.pcfe.net/api/v2/smart_proxies: Response: 500 Internal Server Error: Check /var/log/foreman/production.log on foreman.internal.pcfe.net for detailed information 2022-11-30 15:35:56 [NOTICE] [configure] System configuration has finished.
because the SSH key is not deployed
Actions