tripleo-image-elements/elements/corosync
Ryan Brady 7f6308afd6 Migrates corosync element to svc-map
This patch migrates the corosync element from map-services to
svc-map by adding a svc-map file and the -a option to os-svc-enable.

Change-Id: I2081a945375fe0b8a72de3396b0d862f72b50928
2014-10-16 17:55:32 -04: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 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 Add pacemaker and corosync as tripleo elements 2014-05-06 09:10:17 +00: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