add dhcp reservation for monitoring vm
This commit is contained in:
parent
d0a5a3e7f7
commit
09617881f8
1 changed files with 6 additions and 0 deletions
|
@ -107,6 +107,12 @@
|
||||||
"subnet": "94.45.254.0/25",
|
"subnet": "94.45.254.0/25",
|
||||||
"reservations": [
|
"reservations": [
|
||||||
{
|
{
|
||||||
|
// monitoring server
|
||||||
|
"hw-address": "BC:24:11:FC:C2:26",
|
||||||
|
"ip-address": "94.45.254.5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// cookie server
|
||||||
"hw-address": "BC:24:11:41:E1:61",
|
"hw-address": "BC:24:11:41:E1:61",
|
||||||
"ip-address": "94.45.254.6"
|
"ip-address": "94.45.254.6"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue