Actions
Feature #34239
closedAdd support for REX pull transport
Difficulty:
Triaged:
No
Pull request:
https://github.com/theforeman/puppet-foreman_proxy/pull/725, https://github.com/theforeman/puppet-foreman_proxy/pull/726, https://github.com/theforeman/puppet-foreman_proxy/pull/737, https://github.com/theforeman/foreman-installer/pull/760, https://github.com/theforeman/puppet-foreman_proxy/pull/745, https://github.com/theforeman/foreman-installer/pull/762
Description
For users who want to use yggdrasil / rhc with SSH remote execution provider, installer support is needed to properly configure the message broker and smart_proxy_remote_execution_ssh.
# /etc/foreman-proxy/settings.d/remote_execution_ssh.yml
:mqtt_broker: localhost
:mqtt_port: 1883
:mode: pull-mqtt
Actions