node s1 \
	attributes standby="off"
node s2 \
	attributes standby="off"
primitive ip-redis-gr ocf:heartbeat:IPaddr2 \
	params ip="192.168.1.15" nic="eth0" cidr_netmask="24" \
	op monitor interval="10s" timeout="30s" \
	meta target-role="Started"
primitive redis-serv-gr ocf:implix:redis6 \
	op start interval="0" timeout="60s" \
	op stop interval="0" timeout="60s" \
	op monitor interval="5s" role="Master" timeout="60s" \
	op monitor interval="10s" role="Slave" timeout="60s" \
	params vservers="s1test,s2test" masterip="192.168.1.15"
ms redis-gr redis-serv-gr \
	meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" target-role="Master"
colocation co-redis-gr inf: ip-redis-gr redis-gr:Master
order or-redis-gr inf: redis-gr:promote ip-redis-gr:start
property $id="cib-bootstrap-options" \
	dc-version="1.1.6-9971ebba4494012a93c03b40a2c58ec0eb60f50c" \
	cluster-infrastructure="openais" \
	no-quorum-policy="ignore" \
	stonith-enabled="false" \
	expected-quorum-votes="2" \
	default-action-timeout="20s" \
	last-lrm-refresh="1335533466" \
	default-resource-stickiness="10"
