5da10f8559a04fc69e55a086b7c606e8b256298c
7 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Dmitriy Rabotyagov
|
e1e62d3f57 |
Auto-fix yaml rules
In order to reduce divergance with ansible-lint rules, we apply auto-fixing of violations. In current patch we replace all kind of truthy variables with `true` or `false` values to align with recommendations along with alignment of used quotes. Change-Id: I4a3107ce91b0eed15f3ab9aea4a1e6c4f967d0e0 |
||
|
Dmitriy Rabotyagov
|
cb4eb8b327 |
Fix example playbook linters
Change-Id: I7647f067ba33fb0329f6e5e7d40b641fd45cb062 |
||
|
Damian Dabrowski
|
a5f285c51e |
Simplify haproxy_service_configs structure
For historical reasons the ``haproxy_service_configs`` variable was a list of nested mappings with only single valid key for the top level mapping. There have been no use-cases for extra keys, so this patch simplifies the code by removing one level of nesting. Change-Id: I50c17b7020a459ab8a88b004cc8828cac857f1c9 |
||
|
fpxie
|
38e4a9e586 |
Trivial: Fix the pep8 warning
The yaml should start with "---" Change-Id: I82b195b77102c3da98ca42cdba800b52bab10631 |
||
|
Bjoern Teipel
|
16059d0f8c |
Fix typo inside the examples
The example contains a typo for the haproxy_backend_arguments option, which is now corrected. Change-Id: Icd4e5f5b61e24067f6f6e749dd1215b99b6c66ef |
||
|
Bjoern Teipel
|
406077ac46 |
Adding HAProxy backend options
Support for backend options is added to support arbitrary haproxy options like http-check or tcp-check Change-Id: I0a5761c14e0bf27ac36d4f27522fbb756bb70950 Related-To: #1681695 |
||
|
Jesse Pretorius
|
0b06f3fbbf | Add scaffolding for OpenStack-CI tests |