redhat-openstack / puppet-pacemaker

Puppet modules to manage pacemaker with corosync
9 stars 25 forks source link

The colons in IPv6 addresses causing title issues #69

Closed gildub closed 8 years ago

gildub commented 8 years ago

Effectively pcs refuses resource names containing colon character.

Since the IP address is used when creating pcmk_resource for IPaddr2 it breaks the ip.pp manifests.

This patch replaces the colons with dots.

Tested on a 3 nodes cluster with ipv6 stack.