Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ endif::[]
include::snip_make-firewall-settings-persistent.adoc[]
. In `pull-mqtt` mode, hosts subscribe for job notifications to either your {ProjectServer} or any {SmartProxyServer} through which they are registered.
Ensure that {ProjectServer} sends remote execution jobs to that same {ProjectServer} or {SmartProxyServer}:
.. In the {ProjectWebUI}, navigate to *Administer* > *Settings*.
.. On the *Content* tab, set the value of *Prefer registered through {SmartProxy} for remote execution* to *Yes*.
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
$ hammer settings set \
--name remote_execution_prefer_registered_through_proxy \
--value true
----

.Next steps
* Configure your hosts for the pull-based transport.
Expand Down
Loading