Skip to content

Commit c8f6465

Browse files
committed
kea: remove control agent
kea-dhcp4 now supports native HTTP API
1 parent 5158178 commit c8f6465

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

kea/kea-ctrl-agent.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// this file has no longer referenced. it is kept for reference from stork-agent.
2+
// Actual http api is now integrated into kea-dhcp4/6 server directly.
13
{
24
'Control-agent': {
35
'http-host': '127.0.0.1',

kea/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ echo "SERVER_ID=${SERVER_ID}"
2626
/config/kea-dhcp4.json > /work/kea-dhcp4.json
2727
)
2828

29-
kea-ctrl-agent -c /app/kea-ctrl-agent.json &
3029
/app/stork-agent &
3130
/app/healthzd &
3231

0 commit comments

Comments
 (0)