Add static mappings for more controllers and workers.

This commit is contained in:
Tom Alexander 2023-06-01 16:18:19 -04:00
parent c91ba0953a
commit 765ee69d67
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -33,6 +33,31 @@
// controller0 // controller0
"hw-address": "06:7b:5f:e5:b8:21", "hw-address": "06:7b:5f:e5:b8:21",
"ip-address": "10.215.1.204" "ip-address": "10.215.1.204"
},
{
// controller1
"hw-address": "06:14:fc:2c:61:39",
"ip-address": "10.215.1.205"
},
{
// controller2
"hw-address": "06:78:78:7c:71:97",
"ip-address": "10.215.1.206"
},
{
// worker0
"hw-address": "06:c4:8d:4f:40:63",
"ip-address": "10.215.1.207"
},
{
// worker1
"hw-address": "06:eb:ad:64:14:9c",
"ip-address": "10.215.1.208"
},
{
// worker2
"hw-address": "06:01:92:5b:78:92",
"ip-address": "10.215.1.209"
} }
] ]
} }