change localdb interface

This commit is contained in:
2023-10-23 22:09:31 +00:00
parent 384e38b760
commit 3146ae76a6
10 changed files with 121 additions and 40 deletions

View File

@@ -117,6 +117,58 @@
"useriso": {
"node": "examplenode1",
"storage": "cephfs"
},
"defaultuser": {
"resources": {
"cpu": [],
"cores": {
"max": 0
},
"memory": {
"max": 0
},
"swap": {
"max": 0
},
"local": {
"max": 0
},
"cephpl": {
"max": 0
},
"network": {
"max": 0
},
"pci": []
},
"nodes": [],
"cluster": {
"vmid": {
"min": -1,
"max": -1
},
"pool": ""
},
"templates": {
"instances": {
"lxc": {},
"qemu": {}
}
},
"network": {
"lxc": {
"type": "veth",
"bridge": "vmbr0",
"vlan": 10,
"ip": "dhcp",
"ip6": "dhcp"
},
"qemu": {
"type": "virtio",
"bridge": "vmbr0",
"vlan": 10
}
}
}
},
"users": {