From 3628121505658fd4c588960136d5645afc791c59 Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Mon, 27 Dec 2021 07:58:30 +0000 Subject: keepalived: T4109: Add high-availability virtual-server Add new feature, high-availability virtual-server Change XML, python and templates Move vrrp to root node 'high-availability' as all logic are handler by root node 'high-availability' --- interface-definitions/vrrp.xml.in | 257 -------------------------------------- 1 file changed, 257 deletions(-) delete mode 100644 interface-definitions/vrrp.xml.in (limited to 'interface-definitions/vrrp.xml.in') diff --git a/interface-definitions/vrrp.xml.in b/interface-definitions/vrrp.xml.in deleted file mode 100644 index 53d79caac..000000000 --- a/interface-definitions/vrrp.xml.in +++ /dev/null @@ -1,257 +0,0 @@ - - - - - High availability settings - - - - - 800 - Virtual Router Redundancy Protocol settings - - - - - VRRP group - - - #include - - - Advertise interval - - u32:1-255 - Advertise interval in seconds (default: 1) - - - - - - 1 - - - - VRRP authentication - - - - - VRRP password - - txt - Password string (up to 8 characters) - - - .{1,8} - - Password must not be longer than 8 characters - - - - - Authentication type - - plaintext-password ah - - - plaintext-password - Simple password string - - - ah - AH - IPSEC (not recommended) - - - ^(plaintext-password|ah)$ - - Authentication type must be plaintext-password or ah - - - - - #include - #include - - - Health check script - - - - - Health check failure count required for transition to fault (default: 3) - - - - - 3 - - - - Health check execution interval in seconds (default: 60) - - - - - 60 - - - - Health check script file - - - - - - - - - - VRRP hello source address - - ipv4 - IPv4 hello source address - - - ipv6 - IPv6 hello source address - - - - - - - - - - Unicast VRRP peer address - - ipv4 - IPv4 unicast peer address - - - ipv6 - IPv6 unicast peer address - - - - - - - - - - - Disable master preemption - - - - - Preempt delay (in seconds) - - u32:0-1000 - preempt delay - - - - - - 0 - - - - Router priority (default: 100) - - u32:1-255 - Router priority - - - - - - 100 - - - - Use VRRP virtual MAC address as per RFC3768 - - - - #include - - - Virtual IP address - - ipv4 - IPv4 virtual address - - - ipv6 - IPv6 virtual address - - - - - - - - - - - Virtual address (If you need additional IPv4 and IPv6 in same group) - - ipv4 - IP address - - - ipv6 - IPv6 address - - - - - - - Virtual address must be a valid IPv4 or IPv6 address with prefix length (e.g. 192.0.2.3/24 or 2001:db8:ff::10/64) - - - - - Virtual router identifier - - u32:1-255 - Virtual router identifier - - - - - - - - - - - VRRP sync group - - - - - - Sync group member - - txt - VRRP group name - - - high-availability vrrp group - - - - #include - - - - - - - -- cgit v1.2.3