aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/nova/consoleauth.pp
AgeCommit message (Collapse)AuthorFilesLines
2016-07-04nova: do not manage nova-compute with pacemakerEmilien Macchi1-0/+7
In the case where all services are installed on the same node (All-In-One), we don't want Pacemaker to manage nova-compute. This patch makes the Nova service more specific for overriding start/stop/restart actions, to be applied only for services that usually run on controllers. Change-Id: I81a86331cff4e7988e035ada82834a45a6bb99c1
2016-06-14Implement Nova Consoleauth profileEmilien Macchi1-0/+45
Change-Id: I955b4fc07dc07d8adc32411848e3e131d77a5123 Implements: blueprint refactor-puppet-manifests