From b838684a9880d8b7d81c7623110d3e3adb91e811 Mon Sep 17 00:00:00 2001 From: ohrensessel Date: Mon, 4 Dec 2017 20:50:02 +0100 Subject: [PATCH] add reservation files for new domains based on kea --- static-nowe.conf | 0 static-nowe.json | 2 ++ static-ost.conf | 0 static-ost.json | 2 ++ static-sued.conf | 0 static-sued.json | 2 ++ static-west.conf | 0 static-west.json | 12 ++++++++++++ 8 files changed, 18 insertions(+) delete mode 100644 static-nowe.conf create mode 100644 static-nowe.json delete mode 100644 static-ost.conf create mode 100644 static-ost.json delete mode 100644 static-sued.conf create mode 100644 static-sued.json delete mode 100644 static-west.conf create mode 100644 static-west.json diff --git a/static-nowe.conf b/static-nowe.conf deleted file mode 100644 index e69de29..0000000 diff --git a/static-nowe.json b/static-nowe.json new file mode 100644 index 0000000..be87cd7 --- /dev/null +++ b/static-nowe.json @@ -0,0 +1,2 @@ +"reservations": [ +] \ No newline at end of file diff --git a/static-ost.conf b/static-ost.conf deleted file mode 100644 index e69de29..0000000 diff --git a/static-ost.json b/static-ost.json new file mode 100644 index 0000000..be87cd7 --- /dev/null +++ b/static-ost.json @@ -0,0 +1,2 @@ +"reservations": [ +] \ No newline at end of file diff --git a/static-sued.conf b/static-sued.conf deleted file mode 100644 index e69de29..0000000 diff --git a/static-sued.json b/static-sued.json new file mode 100644 index 0000000..be87cd7 --- /dev/null +++ b/static-sued.json @@ -0,0 +1,2 @@ +"reservations": [ +] \ No newline at end of file diff --git a/static-west.conf b/static-west.conf deleted file mode 100644 index e69de29..0000000 diff --git a/static-west.json b/static-west.json new file mode 100644 index 0000000..1fa1481 --- /dev/null +++ b/static-west.json @@ -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" + } +] \ No newline at end of file