Skip to content

Commit 9890a56

Browse files
filippocarlettigsanchietti
authored andcommitted
fix(ns-api): ns.ha, remove static IP address
1 parent e40ccc0 commit 9890a56

File tree

1 file changed

+0
-3
lines changed
  • packages/ns-api/files

1 file changed

+0
-3
lines changed

packages/ns-api/files/ns.ha

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ def setup(role, lan_interface, ha_interface, virtual_ip, ha_main_ipaddress, ha_s
111111
u.set('keepalived', 'ha_sync', 'interval', '60')
112112
u.set('keepalived', 'ha_sync', 'weight', '100')
113113

114-
u.set('keepalived', 'lan_static', 'static_ipaddress')
115-
u.set('keepalived', 'lan_static', 'address', f'{lan_interface}_ha')
116-
117114
u.set('keepalived', 'lan_track', 'track_interface')
118115
u.set('keepalived', 'lan_track', 'name', f'{lan_interface}_ha')
119116
u.set('keepalived', 'lan_track', 'value', lan_interface)

0 commit comments

Comments
 (0)