aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/manifests/overcloud_role.pp
AgeCommit message (Collapse)AuthorFilesLines
2017-01-03Remove old ControllerConfig override from puppet-pacemaker.yamlGiulio Fidente1-0/+4
Previously we had to override the location of the manifest file pushed on the controller nodes when deploying with Pacemaker, this is not needed anymore with composable roles. Change-Id: I1e010099263a325d06483f498c70582b008c31e2
2016-09-30Replace per role manifests with a common role manifestSteven Hardy1-0/+26
This removes the (nearly empty) per role manifests, and replaces them with a generic manifest, where we use str_replace to substitute the role name at runtime (or in some cases a subset of the name for backwards compatibility) Change-Id: I79da0f523189959b783bbcbb3b0f37be778e02fe Partial-Bug: #1626976