Split Heat pacemaker roles into separate services
authorBrad P. Crochet <brad@redhat.com>
Thu, 9 Jun 2016 14:09:33 +0000 (10:09 -0400)
committerEmilien Macchi <emilien@redhat.com>
Wed, 22 Jun 2016 11:59:49 +0000 (11:59 +0000)
commit48c88ad2a4bce6cf20a313d216d3298da297733e
tree3dced7dd60d8e160e214472d1aca37352bd43774
parentece014ecbe247ca75e788334d8dcb6fe1edaa0f0
Split Heat pacemaker roles into separate services

In order for each service to operate independently when used with Pacemaker,
the roles needed to be separated.

This also drops all pacemaker constraints, as they do not make much sense
in the composable realm.

Change-Id: I3fa76562c13191884a53848ad5adcbc9f5a24f61
manifests/profile/pacemaker/heat.pp
manifests/profile/pacemaker/heat/api.pp [new file with mode: 0644]
manifests/profile/pacemaker/heat/api_cfn.pp [new file with mode: 0644]
manifests/profile/pacemaker/heat/api_cloudwatch.pp [new file with mode: 0644]
manifests/profile/pacemaker/heat/engine.pp [new file with mode: 0644]