add reservation files for new domains based on kea

This commit is contained in:
ohrensessel 2017-12-04 20:50:02 +01:00
parent 117594aafb
commit b838684a98
8 changed files with 18 additions and 0 deletions

View file

2
static-nowe.json Normal file
View file

@ -0,0 +1,2 @@
"reservations": [
]

View file

2
static-ost.json Normal file
View file

@ -0,0 +1,2 @@
"reservations": [
]

View file

2
static-sued.json Normal file
View file

@ -0,0 +1,2 @@
"reservations": [
]

View file

12
static-west.json Normal file
View file

@ -0,0 +1,12 @@
"reservations": [
{
"hw-address": "00:24:21:2e:63:f9",
"ip-address": "10.112.96.21",
"hostname": "cloud"
},
{
"hw-address": "00:0d:b9:3f:7b:f6",
"ip-address": "10.112.96.24",
"hostname": "apuschnacke"
}
]