summaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/aodh.pp
AgeCommit message (Collapse)AuthorFilesLines
2016-09-02Make service profiles default to rabbitmq_node_ipsSteven Hardy1-1/+9
Instead of hard-coded yaml aliases in t-h-t, make each service profile that requires rabbit default to the list of rabbit ips. Note this could still be extended in future to e.g enable per service rabbit clusters, but the default is to lookup the hiera which should be logically equivalent to current t-h-t. Change-Id: Ie53c93456529420588eb1927703ea91b54095d87 Partially-Implements: blueprint custom-roles
2016-08-17Fix deployment steps for AODH profilesCarlos Camacho1-1/+1
The services in the AODH profiles were limited to be executed only in the bootstrap master node. Change-Id: I85cfa97f0e5e9a70e86e51d8188a2abf86e2ec1c
2016-08-04Implement aodh profilesPradeep Kilambi1-0/+53
Change-Id: Ie48a123cc5bc402aee635a5daf118b158c6f3b6a Implements: blueprint refactor-puppet-manifests