diff --git a/roles/kea/templates/kea/kea-dhcp4.conf.j2 b/roles/kea/templates/kea/kea-dhcp4.conf.j2 index 8f2da66..47c0cb4 100644 --- a/roles/kea/templates/kea/kea-dhcp4.conf.j2 +++ b/roles/kea/templates/kea/kea-dhcp4.conf.j2 @@ -182,6 +182,20 @@ "hw-address": "94:b4:0f:c0:1d:a0", "ip-address": "172.23.1.46", "hostname": "ap06" + }, + + { + "hw-address": "00:30:42:1B:73:5A", + "ip-address": "172.23.1.111", + "client-classes": [ "dect-rfp" ], + "hostname": "rfp01" + }, + + { + "hw-address": "00:30:42:21:D4:D5", + "ip-address": "172.23.1.112", + "client-classes": [ "dect-rfp" ], + "hostname": "rfp02" } ] }, @@ -194,6 +208,32 @@ "name": "routers", "data": "172.23.2.1" } + ], + + "reservations": [ + { + "hw-address": "b8:27:eb:d8:b9:ad", + "ip-address": "172.23.2.12", + "hostname": "lock" + }, + + { + "hw-address": "b8:27:eb:ed:22:58", + "ip-address": "172.23.2.13", + "hostname": "matrix" + }, + + { + "hw-address": "08:00:37:B8:55:44", + "ip-address": "172.23.2.91", + "hostname": "strammermax" + }, + + { + "hw-address": "ec:9a:74:35:35:cf", + "ip-address": "172.23.2.92", + "hostname": "obatzda" + } ] }, @@ -216,13 +256,75 @@ "reservations": [ { - "hw-address": "1a:1b:1c:1d:1e:1f", - "ip-address": "172.23.3.201", - "hostname": "special-snowflake", - "option-data": [ { - "name": "domain-name-servers", - "data": "10.1.1.202, 10.1.1.203" - } ] + "hw-address": "b8:27:eb:18:5c:11", + "ip-address": "172.23.3.250", + "hostname": "cannelloni" + }, + + { + "hw-address": "b8:27:eb:1d:b9:bf", + "ip-address": "172.23.3.240", + "hostname": "fusilli" + }, + + { + "hw-address": "74:da:38:6e:e6:9d", + "ip-address": "172.23.3.241", + "hostname": "klopi" + }, + + { + "hw-address": "b8:27:eb:f5:9e:a1", + "ip-address": "172.23.3.246", + "hostname": "maccaroni" + }, + + { + "hw-address": "74:da:38:7d:ed:84", + "ip-address": "172.23.3.244", + "hostname": "mirror" + }, + + { + "hw-address": "b8:27:eb:0f:d3:8b", + "ip-address": "172.23.3.242", + "hostname": "mpcnc" + }, + + { + "hw-address": "b8:27:eb:56:2b:7c", + "ip-address": "172.23.3.251", + "hostname": "noodlehub" + }, + + { + "hw-address": "b8:27:eb:eb:e5:88", + "ip-address": "172.23.3.245", + "hostname": "spaghetti" + }, + + { + "hw-address": "00:1D:45:B6:99:2F", + "hostname": "voip01", + "client-classes": [ "voip-phone" ] + }, + + { + "hw-address": "00:1D:A2:66:B8:3E", + "hostname": "voip02", + "client-classes": [ "voip-phone" ] + }, + + { + "hw-address": "00:1E:BE:90:FB:DB", + "hostname": "voip03", + "client-classes": [ "voip-phone" ] + }, + + { + "hw-address": "00:1E:BE:90:FF:06", + "hostname": "voip04", + "client-classes": [ "voip-phone" ] } ] }, @@ -237,6 +339,95 @@ "name": "routers", "data": "172.23.4.1" } + ], + + "reservations": [ + { + "hw-address": "b8:27:eb:b6:62:be", + "ip-address": "172.23.4.241", + "hostname": "habdisplay1" + }, + + { + "hw-address": "b8:27:eb:df:0b:7b", + "ip-address": "172.23.4.242", + "hostname": "habdisplay2" + }, + + { + "hw-address": "dc:a6:32:bf:e2:3e", + "ip-address": "172.23.4.251", + "hostname": "openhabgw1" + } + ] + }, + + { + "subnet": "172.23.12.0/24", + + "option-data": [ + { + "name": "routers", + "data": "172.23.12.1" + } + ], + + "reservations": [ + { + "hw-address": "18:64:72:c6:c2:0c", + "ip-address": "172.23.12.41", + "hostname": "ap11" + }, + + { + "hw-address": "18:64:72:c6:c4:98", + "ip-address": "172.23.12.42", + "hostname": "ap12" + }, + + { + "hw-address": "00:30:42:1B:8B:9B", + "ip-address": "172.23.12.111", + "client-classes": [ "dect-rfp" ], + "hostname": "rfp11" + } + ] + }, + + { + "subnet": "172.23.13.0/24", + + "option-data": [ + { + "name": "routers", + "data": "172.23.13.1" + } + ] + }, + + { + "subnet": "172.23.14.0/24", + + "pools": [ { "pool": "172.23.14.10 - 172.23.14.240" } ], + + "option-data": [ + { + "name": "routers", + "data": "172.23.14.1" + } + ] + }, + + { + "subnet": "172.23.15.0/24", + + "pools": [ { "pool": "172.23.15.10 - 172.23.15.240" } ], + + "option-data": [ + { + "name": "routers", + "data": "172.23.15.1" + } ] } ],