tripleo-image-elements/elements/corosync
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
..
install.d Add pacemaker and corosync as tripleo elements 2014-05-06 09:10:17 +00:00
os-apply-config/etc Use corosync.nodes when creating list of nodes in corosync cluster 2014-07-08 10:38:45 +02:00
os-refresh-config/post-configure.d Add pacemaker and corosync as tripleo elements 2014-05-06 09:10:17 +00:00
README.md Use corosync.nodes when creating list of nodes in corosync cluster 2014-07-08 10:38:45 +02:00
element-deps Add pacemaker and corosync as tripleo elements 2014-05-06 09:10:17 +00:00

README.md

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