tripleo-image-elements/elements/corosync
Gregory Haynes dad3c0ccf1 Migrate to package-installs scripts
Migrating install-packages commands to package-installs-* scripts where
possible.

This patch is broken up into multiple parts to minimize impact and
review overhead.

Change-Id: Idd1be32149e7238d53d04a34170c5029dda83f1f
2014-11-05 01:38:05 -08:00
..
install.d Migrate to package-installs scripts 2014-11-05 01:38:05 -08: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 Migrates corosync element to svc-map 2014-10-16 17:55:32 -04:00
README.md Use corosync.nodes when creating list of nodes in corosync cluster 2014-07-08 10:38:45 +02:00
element-deps Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00
svc-map Migrates corosync element to svc-map 2014-10-16 17:55:32 -04: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