eeb535aa2e
Adding the role needed to run the qdrouterd as an infrastructure component which provides a messaging backend for the oslo.messaging AMQP 1.0 driver. The qdrouterd will provide direct messaging capabilities for the RPC messaging pattern in support of hybrid messaging deployments. Implements: blueprint qdrouterd-role Change-Id: I74c654b3c70f61f81c2c7efa87f076a62a4a2dd8
59 lines
1.0 KiB
Django/Jinja
59 lines
1.0 KiB
Django/Jinja
|
|
router {
|
|
mode: standalone
|
|
id: Router.A
|
|
workerThreads: 4
|
|
saslConfigPath: /etc/sasl2
|
|
saslConfigName: qdrouterd
|
|
}
|
|
|
|
listener {
|
|
addr: {{ api_interface_address }}
|
|
port: {{ qdrouterd_port }}
|
|
role: normal
|
|
authenticatePeer: no
|
|
}
|
|
|
|
address {
|
|
prefix: unicast
|
|
distribution: closest
|
|
}
|
|
address {
|
|
prefix: exclusive
|
|
distribution: closest
|
|
}
|
|
address {
|
|
prefix: broadcast
|
|
distribution: multicast
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/rpc/multicast
|
|
distribution: multicast
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/rpc/unicast
|
|
distribution: closest
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/rpc/anycast
|
|
distribution: balanced
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/notify/multicast
|
|
distribution: multicast
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/notify/unicast
|
|
distribution: closest
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/notify/anycast
|
|
distribution: balanced
|
|
}
|
|
|
|
log {
|
|
module: DEFAULT
|
|
enable: info+
|
|
output: /var/log/kolla/qdrouterd/qdrouterd.log
|
|
}
|