aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/loadbalancer.pp
AgeCommit message (Collapse)AuthorFilesLines
2016-05-30Update profiles for loadbalancer splitEmilien Macchi1-3/+12
Update loadbalancer (nonha and ha) and midonet profiles to consume new tripleo::haproxy class. Keep it backward compatible with old interface until we update THT by using stdlib function: pick. So we first try to get new parameters otherwise we fallback to the old interface. Change-Id: I46ed8348dc990d9aa0d896e1abea3b30a8292634
2016-05-19Add loadbalancer profile for ha & non-haEmilien Macchi1-0/+55
The profile contains Puppet classes to deploy loadbalancer services (HAproxy & Keepalived) for ha & non-ha scenarios. A future iteration will split HAproxy & keepalived, but for now, we just want to move out the code from THT to puppet-tripleo. Change-Id: I9b106dcc1a4d446ab5dea8430ed295e6ec209cbd Implements: blueprint refactor-puppet-manifests