Skip to content

Commit 79ea57f

Browse files
author
Maxime Wewer
committed
fix(haproxy): add missing backend, frontend, server, healthcheck modules in doc and test.sh
1 parent f5cd046 commit 79ea57f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/source/modules/haproxy.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ The HAProxy functionality is split into multiple modules organized by function:
6363
haproxy_general
6464
haproxy_rules
6565
haproxy_advanced
66+
haproxy_core
67+
haproxy_support
6668

6769
Quick overview
6870
**************
@@ -98,6 +100,19 @@ Quick overview
98100
- :ref:`haproxy_fcgi <haproxy_fcgi>` - Manage HAProxy FastCGI applications for dynamic content processing
99101
- :ref:`haproxy_errorfile <haproxy_errorfile>` - Manage HAProxy custom error pages for better user experience
100102

103+
**Core load balancing:**
104+
105+
- :ref:`haproxy_backend <haproxy_backend>` - Manage HAProxy backend pools for server groups
106+
- :ref:`haproxy_frontend <haproxy_frontend>` - Manage HAProxy frontends (public services)
107+
- :ref:`haproxy_server <haproxy_server>` - Manage HAProxy servers within backend pools
108+
- :ref:`haproxy_healthcheck <haproxy_healthcheck>` - Manage HAProxy health checks for servers
109+
110+
**Support modules:**
111+
112+
- :ref:`haproxy_mailer <haproxy_mailer>` - Manage HAProxy email alert configurations
113+
- :ref:`haproxy_mapfile <haproxy_mapfile>` - Manage HAProxy map files for dynamic lookups
114+
- :ref:`haproxy_resolver <haproxy_resolver>` - Manage HAProxy DNS resolver configurations
115+
101116
----
102117

103118
Usage examples

scripts/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ run_test_soft 'haproxy_errorfile' 1
248248
run_test_soft 'haproxy_mailer' 1
249249
run_test_soft 'haproxy_mapfile' 1
250250
run_test_soft 'haproxy_resolver' 1
251+
run_test_soft 'haproxy_backend' 1
252+
run_test_soft 'haproxy_frontend' 1
253+
run_test_soft 'haproxy_healthcheck' 1
254+
run_test_soft 'haproxy_server' 1
251255
run_test_soft 'nut' 1
252256
run_test_soft 'nut_diagnostics' 1
253257

0 commit comments

Comments
 (0)