From f21cec8b821a1c2c5979e8c08b5260007bcbc725 Mon Sep 17 00:00:00 2001 From: Maximilian Falkenstein Date: Thu, 28 Mar 2024 14:03:16 +0100 Subject: [PATCH] Revert "Attempt to do direct HA sync" This reverts commit 06acb0407e714a5a0f2eded2aa3cded204360a86. Kea cannot do URLs that have anything other than IPs --- conf/kea-dhcp4.conf.env | 4 ++-- conf/kea-dhcp6.conf.env | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/kea-dhcp4.conf.env b/conf/kea-dhcp4.conf.env index 1d54f8e..ab466e4 100644 --- a/conf/kea-dhcp4.conf.env +++ b/conf/kea-dhcp4.conf.env @@ -186,12 +186,12 @@ "peers": [ { "name": "kea-0.kea.kea.svc.cluster.local", - "url": "http://kea-0.kea.kea.svc.cluster.local:8080/", + "url": "http://127.0.0.1:10000/", "role": "primary" }, { "name": "kea-1.kea.kea.svc.cluster.local", - "url": "http://kea-1.kea.kea.svc.cluster.local:8080/", + "url": "http://127.0.0.1:10001/", "role": "standby" } ] diff --git a/conf/kea-dhcp6.conf.env b/conf/kea-dhcp6.conf.env index ff43bf9..4dd5927 100644 --- a/conf/kea-dhcp6.conf.env +++ b/conf/kea-dhcp6.conf.env @@ -187,12 +187,12 @@ "peers": [ { "name": "kea-0.kea.kea.svc.cluster.local", - "url": "http://kea-0.kea.kea.svc.cluster.local:8080/", + "url": "http://127.0.0.1:10000/", "role": "primary" }, { "name": "kea-1.kea.kea.svc.cluster.local", - "url": "http://kea-1.kea.kea.svc.cluster.local:8080/", + "url": "http://127.0.0.1:10001/", "role": "standby" } ]