puppet-ironic/releasenotes/notes/rpc-transport-1213c384d755018d.yaml
Bogdan Dobrelya 1e588cab27 Add rcp_transport parameter for conductor
When Ironic Conductor requires optimizations over WAN, like some Edge
computing cases, allow configuring its [DEFAULT] rpc_transport setting.
F.e. rpc_transport may be set to 'json-rpc' for Ironic conductor
instances running at the edge sites, when the used messaging broker
should not be stretched over WAN. For such cases, this option also
plays nicely alongside the [conductor] conductor_group setting.

Related-Blueprint: undercloud-minion

Change-Id: Iad2f73f730315e8b3f0d5d809458626c9ebc890e
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2019-05-15 17:10:20 +02:00

6 lines
148 B
YAML

---
features:
- |
Adds ``ironic::rpc_transport`` parameter to define remote
procedure call transport between conductor and API processes.