tripleo-image-elements/elements/corosync/README.md
Jan Provaznik ab2d51a8e9 Use corosync.nodes when creating list of nodes in corosync cluster
List of nodes is specified in 'corosync' context. This allows
more fine-grained customization of corosync list of nodes independently
on list of controllers nodes.

Neither 'controllers' nor 'corosync.nodes' are currently defined in
our heat templates.

Change-Id: I086a31c24500d372f86412e6e349be7797929ddd
2014-07-08 10:38:45 +02:00

358 B

Installs and configures corosync element. This will be used in pair with pacemaker for cluster resources management.

Configuration

corosync:
    bindnetaddr: 192.0.2.10
    mcastport: 5577
    nodes:
      -
          ip : 192.0.2.10
      -
          ip : 192.0.2.14
      -
          ip : 192.0.2.18