kolla-ansible/kolla_ansible/tests/unit
Michal Arbet de973b81fa Add proxysql support for database
Kolla environment currently uses haproxy
to fullfill HA in mariadb. This patch
is switching haproxy to proxysql if enabled.

This patch is also replacing mariadb's user
'haproxy' with user 'monitor'. This replacement
has two reasons:
  - Use better name to "monitor" galera claster
    as there are two services using this user
    (HAProxy, ProxySQL)
  - Set password for monitor user as it's
    always better to use password then not use.
    Previous haproxy user didn't use password
    as it was historically not possible with
    haproxy and mariadb-clustercheck wasn't
    implemented.

Depends-On: https://review.opendev.org/c/openstack/kolla/+/769385
Depends-On: https://review.opendev.org/c/openstack/kolla/+/765781
Depends-On: https://review.opendev.org/c/openstack/kolla/+/850656

Change-Id: I0edae33d982c2e3f3b5f34b3d5ad07a431162844
2022-07-29 15:05:21 +02:00
..
data Add unit tests for Nova Cells filters 2019-10-18 13:13:32 +00:00
__init__.py Add custom filters for checking services 2019-09-16 12:48:52 +00:00
helpers.py Fix kolla_address in IPv6 fully-routed topo case 2020-05-19 19:49:14 +02:00
test_address_filters.py re-add rabbitmq config for clustering interface 2022-03-24 17:52:17 +01:00
test_database_filters.py Add proxysql support for database 2022-07-29 15:05:21 +02:00
test_filters.py adds firewalld configuration based on enabled services 2022-07-27 12:28:40 +01:00
test_fluentd_filters.py Performance: use a single config file for fluentd 2020-07-28 12:14:48 +01:00
test_nova_filters.py Replace deprecated assertRaisesRegexp 2021-11-09 09:02:43 +08:00