Skip to content

Commit

Permalink
Revert "Attempt to do direct HA sync"
Browse files Browse the repository at this point in the history
This reverts commit 06acb04. Kea cannot
do URLs that have anything other than IPs
  • Loading branch information
uubk committed Mar 28, 2024
1 parent 06acb04 commit f21cec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/kea-dhcp4.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down
4 changes: 2 additions & 2 deletions conf/kea-dhcp6.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down

0 comments on commit f21cec8

Please sign in to comment.