test: add local 2x2 route topology

This commit is contained in:
2026-07-23 03:14:16 +00:00
parent 10e803eaee
commit a66269cb69
27 changed files with 775 additions and 7 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"archive_control": {
"enabled": true,
"listen": "0.0.0.0:8765",
"websocket_path": "/archive_control",
"shared_token_file": "/run/secrets/archive_control_token",
"database": "/var/lib/archive-control/control.db",
"backup_dir": "/var/backups/archive-control",
"registration_timeout": "5s",
"heartbeat_interval": "2s",
"offline_timeout": "10s",
"command_ack_timeout": "2s",
"command_max_attempts": 3,
"route_policy": "eager_mesh",
"route_setup_timeout": "5m",
"test_http": {
"enabled": true,
"listen": "127.0.0.1:18081",
"max_body_bytes": 1048576
}
}
}