ceph-ansible/roles/ceph-rgw-loadbalancer
Benoît Knecht c078513475 ceph-rgw-loadbalancer: Fix rgw_ports fact
The `set_fact rgw_ports` task was failing due to a templating error, because
`hostvars[item].rgw_instances` is a list, but it was treated as if it was a
dictionary.

Another issue was the fact that the `unique` filter only applied to the list
being appended to `rgw_ports` instead of the entire list, which means it was
possible to have duplicate items.

Lastly, `rgw_ports` would have been a list of integers, but the `seport` module
expects a list of strings.

This commit fixes all of the issues above, allowing the `ceph-rgw-loadbalancer`
role to work on systems with SELinux enabled.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
2021-04-15 10:39:08 +02:00
..
defaults Add option for HAproxy to act a SSL frontend termination point for loadbalanced RGW instances. 2019-12-02 16:54:33 -05:00
handlers Add role definitions of ceph-rgw-loadbalancer 2019-06-06 17:12:04 +02:00
meta lint: fix error [303,602,701,702] 2019-10-15 10:07:52 +02:00
tasks ceph-rgw-loadbalancer: Fix rgw_ports fact 2021-04-15 10:39:08 +02:00
templates rgw-loadbalancer: Update haproxy.cfg.j2 2021-04-02 15:23:05 +02:00