Foreman Plugin Remote Execution - Connected/Disconnected Satellite

Latest response

I installed the plugin running the cmd below, on the disconnected satellite. With this, it would allow me to push erratas and packages to the hosts.

Would I need to do this on the connected satellite as well (to push towards the disconnected satellite) ?

I ran:
foreman-installer --enable-foreman-plugin-remote-execution --enable-foreman-proxy-plugin-remote-execution-ssh

The cmd initially error'd out with:
One of the configured repositories failed (PostgreSQL14).

I first set repo to skip if unavailable but then changed the pgdg-redhat-all.repo files > baseurl to the https:..satellite-server/...PostgreSQL/PostgreSQL/ path and the cmd completed without errors.

However, a error popped up after applying a single errata on a host:
Failed to initialize: RuntimeError - Could not use any capsule for the SSH Job. Consider configuring remote_execution_global_proxy, remote execution failback proxy in setting.

Use remote execution by default is set to YES.

Not sure what else to do..

Responses