Skip to main content

Morio Settings: cluster

The cluster settings hold information about the nodes that make up your Morio cluster.

Whether you are running a standalone node or several broker nodes or flanking nodes, the cluster settings hold this information.

cluster.name

Mandatory Provides a human-friendly name to your Morio deployment. This name will be used in the generated X.509 certificates, as well as in the UI.

cluster:
name: My awesome Morio setup

cluster.broker_nodes

Mandatory This lists the broker nodes of your Morio deployment. The list should be made up of for each node.

cluster:
broker_nodes:
- broker.example.morio.it

cluster.fqdn

Mandatory when there is more than 1 broker node. Optional when running a single broker node

This is an that must resolve to the IP addresses of all broker nodes (a round-robin DNS record). This will be used as the cluster FQDN and it is what Morio clients will attempt to connect to.

If there is only 1 broker node, this is unused and the broker node FQDN will be used as cluster FQDN.

cluster:
fqdn: cluster.example.morio.it

cluster.flanking_nodes

Optional This lists the flanking nodes of your Morio deployment. The list should be made up of for each node.

cluster:
broker_nodes:
- broker.example.morio.it