aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/octavia-base.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22Only set EnableConfigPurge on major upgradesSteven Hardy1-3/+3
Bug #1611800 fixed an upgrade issue by enabling purging configs for some services, but this causes issues such as longer updates and restarting services in the minor update case, so only do this for major upgrades, and default to false. Related-Bug: #1611800 Closes-Bug: #1674858 Change-Id: Iff7d715f6730c5633f1146008504b4309ef3133d
2017-03-04Update properties being set for octavia rabbit propertiesBrent Eagles1-3/+3
A change to puppet-tripleo (Iea5607dbb3ee6b1dd50acc1395de52dc920aa915) altered altered which hieradata was consumed for octavia. This updates the heat templates to sync with that change. Change-Id: I572dd4c25f25ab2ea8b10cabfa4773fae2a2bc91 Closes-Bug: #1670058
2017-01-18Add Octavia API service definitionsBrent Eagles1-0/+62
Introduce basic configuration support for Octavia API service. Change-Id: I8816725ed65039af4b7d45392a2823395e81e51c Depends-On: I77783029797be4fb488c6e743c51d228eba9c474 Partially-Implements: blueprint octavia-service-integration