mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(gengetsu): nf-generate
This commit is contained in:
parent
a8d2fa8c90
commit
ab0d81cb5d
8 changed files with 122 additions and 2 deletions
|
|
@ -91,6 +91,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"gengetsu": {
|
||||
"network": {
|
||||
"hostName": "gengetsu",
|
||||
"networks": {
|
||||
"int": null,
|
||||
"local": {
|
||||
"address4": "10.1.1.61",
|
||||
"address6": "fd0a::5648:10ff:fef3:feaa",
|
||||
"macAddress": "54:48:10:f3:fe:aa"
|
||||
},
|
||||
"tail": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"hakurei": {
|
||||
"network": {
|
||||
"hostName": "hakurei",
|
||||
|
|
@ -113,6 +127,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"idrac-gengetsu": {
|
||||
"network": {
|
||||
"hostName": "idrac-gengetsu",
|
||||
"networks": {
|
||||
"int": null,
|
||||
"local": {
|
||||
"address4": "10.1.1.12",
|
||||
"address6": null,
|
||||
"macAddress": null
|
||||
},
|
||||
"tail": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"kasen": {
|
||||
"network": {
|
||||
"hostName": "kasen",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue