generated from phoenix-oss/tenant-tpl
changed NAD to static to test
This commit is contained in:
parent
f76153ff5d
commit
b15d8e6882
2 changed files with 80 additions and 1 deletions
|
@ -9,6 +9,12 @@ spec:
|
|||
"type": "bridge",
|
||||
"bridge": "br-mgmt",
|
||||
"ipam": {
|
||||
"type": "dhcp"
|
||||
"type": "static",
|
||||
"addresses": [
|
||||
{
|
||||
"address": "192.168.10.100/24",
|
||||
"gateway": "192.168.10.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}'
|
Loading…
Add table
Add a link
Reference in a new issue