summaryrefslogtreecommitdiff
path: root/docs/configuration/highavailability/index.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism — MD as primary, RST as override (Phase 1)Yuriy Andamasov
This is the first of three phases inverting the per-page swap mechanism so MD becomes the canonical primary and RST becomes the rare override. Phase 1 — file renames + conf.py exclude_patterns flip only: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 254 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty comment-only since no pages need the RST fallback right now - conf.py exclude_patterns flipped: rst-*.rst is now excluded by default instead of md-*.md - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce these names; for now no swap script runs because overrides list is empty) Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py with inverted rename direction, delete scripts/import_myst.py + tests, and update tests/test_swap_sources.py for the new semantics. Phase 3 will be the cleanup pass and ready-for-review flip. Generated by robots https://vyos.io
2026-04-28T8293: Add ability to set timeout for high-availability health-checkNataliia Solomko
2026-04-10docs: remove TODO markers, fix stub notes, add linter markers (#1828)Yuriy Andamasov
Remove TODO tracking comments, reformat stub notes with inline links, add stop/start_vyoslinter markers around long code blocks, and fix minor structural issues across 23 documentation files. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16DOC: Add information about execute permissions. (#1796)LiudmylaNad
2024-11-07VRRP: Added additional information about scripting.aapostoliuk
Added warning about changing VRRP configuration in scripts. Added information about health-check scripts.
2024-06-25Added info how to use DNAT and VRRP with rfc3768-compatibilityaapostoliuk
Added warning info on how to use DNAT and VRRP with rfc3768-compatibility.
2024-02-12T6020:vrrp health-check script not applied correctly in keepalived.confkhramshinr
New path was added to sync-group config tree
2023-11-16Nat updategreenpsi
Update some nat commands to new syntax
2023-06-26vrrp: T5315: add support to explicitly specify versionChristian Breunig
2023-02-06Add virtual-servel fwmark balancingViacheslav Hletenko
2023-01-25VRRP: add global option startup_delay and garp settingsNicolas Fort
2022-09-02T4665: Keepalived: Docs for using the same VRIDSander Klein
Using the same VRID on the same interface is allowed when they are different address families.
2022-01-10ha: Documentation for VRRP and virtual-serverViacheslav
2021-09-21vrrp: adjust to latest CLI changesChristian Poessinger
2021-06-30vrrp: correct spelling and grammarrebortg
2021-05-03VRRP: addition of rfc3768-compatibility definitionsrividya0208
Added the details of rfc3768-compatibility option and its command
2021-02-15Added a reference link of scripting page in the vrrp.srividya0208
2020-12-22VRRP acronym is correctedsrividya0208
Docs » Configuration Guide » High availability >> VRRP acronym has been corrected to Virtual Router Redundancy Protocol
2020-12-11vrrp: fix lint errorsrebortg
2020-11-29arrange loadbalancing, high availability, qosrebortg