From 32d276c4675e2a3073433e1711646f1a7b188ca0 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 30 Nov 2025 19:50:45 -0500 Subject: [PATCH] Add IP allocations for new nix-based kubernetes cluster. --- .../roles/jail_nat_dhcp/files/kea-dhcp4.conf | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf b/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf index 0ab7cd4..d38fa0e 100644 --- a/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf +++ b/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf @@ -104,6 +104,42 @@ // certificate - hard-coded in rc.conf, reproduced here to reserve ip "hw-address": "06:7b:e0:08:16:5d", "ip-address": "10.215.1.220" + }, + { + // nix controller0 - hard-coded in nix config, reproduced here to reserve ip + // IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01dd + "hw-address": "06:7b:e0:08:16:01", + "ip-address": "10.215.1.221" + }, + { + // nix controller1 - hard-coded in nix config, reproduced here to reserve ip + // IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01de + "hw-address": "06:7b:e0:08:16:02", + "ip-address": "10.215.1.222" + }, + { + // nix controller2 - hard-coded in nix config, reproduced here to reserve ip + // IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01df + "hw-address": "06:7b:e0:08:16:03", + "ip-address": "10.215.1.223" + }, + { + // nix worker0 - hard-coded in nix config, reproduced here to reserve ip + // IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01e0 + "hw-address": "06:7b:e0:08:16:04", + "ip-address": "10.215.1.224" + }, + { + // nix worker1 - hard-coded in nix config, reproduced here to reserve ip + // IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01e1 + "hw-address": "06:7b:e0:08:16:05", + "ip-address": "10.215.1.225" + }, + { + // nix worker2 - hard-coded in nix config, reproduced here to reserve ip + // IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01e2 + "hw-address": "06:7b:e0:08:16:06", + "ip-address": "10.215.1.226" } ]