ProxmoxAAS-API/config/template.localdb.json

332 lines
5.1 KiB
JSON
Raw Normal View History

{
2023-11-09 18:57:52 +00:00
"static": {
"types": {
"auth": {
"pve": "pve",
"ldap": "ldap"
}
}
},
"global": {
"application": {
"pveAPI": "https://pve.mydomain.example/api2/json",
"pveAPIToken": {
"user": "proxmoxaas-api",
"realm": "pve",
"id": "token",
"uuid": "token-secret-value"
},
"pveroot": {
"username": "root@pam",
"password": "rootpassword"
},
2023-10-13 18:01:53 +00:00
"hostname": "paas.mydomain.example",
"domain": "mydomain.example"
},
"resources": {
"cpu": {
"type": "list",
"whitelist": true,
"display": false
},
"cores": {
"name": "vCPU",
"type": "numeric",
"multiplier": 1,
"base": 1024,
"compact": false,
"unit": "Cores",
"display": true
},
"memory": {
"name": "RAM",
"type": "numeric",
"multiplier": 1048576,
"base": 1024,
"compact": true,
"unit": "B",
"display": true
},
"swap": {
"name": "SWAP",
"type": "numeric",
"multiplier": 1048576,
"base": 1024,
"compact": true,
"unit": "B",
"display": true
},
"local": {
"name": "local",
"type": "storage",
"multiplier": 1,
"base": 1024,
"compact": true,
"unit": "B",
"disks": [
"rootfs",
"mp",
"sata",
"unused"
],
"display": true
},
"cephpl": {
"name": "cephpl",
"type": "storage",
"multiplier": 1,
"base": 1024,
"compact": true,
"unit": "B",
"disks": [
"rootfs",
"mp",
"sata",
"unused"
],
"display": true
},
"network": {
"name": "Network",
"type": "numeric",
"multiplier": 1000000,
"base": 1000,
"compact": true,
"unit": "B/s",
"display": true
},
"pci": {
"type": "list",
"whitelist": true,
"display": true
}
},
"clientsync": {
2023-07-14 21:48:06 +00:00
"resourcetypes": [
"lxc",
"qemu",
"node"
],
"schemes": {
"always": {
"enabled": true
},
"hash": {
"enabled": true
},
"interrupt": {
"min-rate": 1,
"max-rate": 60,
"enabled": true
}
}
2023-07-25 19:26:14 +00:00
},
"useriso": {
"node": "examplenode1",
"storage": "cephfs"
2023-10-23 22:09:31 +00:00
},
"defaultuser": {
"resources": {
2023-11-15 20:04:53 +00:00
"cpu": {
"global": [],
"nodes": {}
},
2023-10-23 22:09:31 +00:00
"cores": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 0
},
"nodes": {}
2023-10-23 22:09:31 +00:00
},
"memory": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 0
},
"nodes": {}
2023-10-23 22:09:31 +00:00
},
"swap": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 0
},
"nodes": {}
2023-10-23 22:09:31 +00:00
},
"local": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 0
},
"nodes": {}
2023-10-23 22:09:31 +00:00
},
"cephpl": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 0
},
"nodes": {}
2023-10-23 22:09:31 +00:00
},
"network": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 0
},
"nodes": {}
2023-10-23 22:09:31 +00:00
},
2023-11-15 20:04:53 +00:00
"pci": {
"global": [],
"nodes": {}
}
2023-10-23 22:09:31 +00:00
},
"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": {
"exampleuser@examplepool": {
"resources": {
2023-11-15 20:04:53 +00:00
"cpu": {
"global": [
{
"match": "kvm64",
"name": "kvm64",
"max": 1
},
{
"match": "host",
"name": "host",
"max": 1
}
],
"nodes": {}
},
"cores": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 128
},
"nodes": {}
},
"memory": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 131072
},
"nodes": {}
},
"swap": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 131072
},
"nodes": {}
},
"local": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 1099511627776
},
"nodes": {}
},
"cephpl": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 1099511627776
},
"nodes": {}
},
"network": {
2023-11-15 20:04:53 +00:00
"global": {
"max": 100000
},
2023-11-15 20:04:53 +00:00
"nodes": {}
},
"pci": {
"global": [],
"nodes": {
"examplenode1": [
{
"match": "[exampledevice1]",
"name": "exampledevice1",
"max": 1
}
],
"examplenode2": [
{
"match": "[exampledevice2]",
"name": "exampledevice2",
"max": 1
}
]
}
2023-11-15 20:04:53 +00:00
}
},
"nodes": [
"examplenode1",
"examplenode2"
],
"cluster": {
"vmid": {
"min": 100,
"max": 199
},
"pool": "examplepool"
},
"templates": {
"instances": {
"lxc": {
"net0": {
"value": "name=eth0,bridge=vmbr0,ip=dhcp,ip6=dhcp,tag=10,type=veth,rate=1000",
"resource": {
"name": "network",
"amount": 1000
}
}
},
"qemu": {
"cpu": {
"value": "host",
"resource": null
},
"net0": {
"value": "virtio,bridge=vmbr0,tag=10,rate=1000",
"resource": {
"name": "network",
"amount": 1000
}
}
}
},
"network": {
"lxc": {
"type": "veth",
"bridge": "vmbr0",
"vlan": 10,
"ip": "dhcp",
"ip6": "dhcp"
},
"qemu": {
"type": "virtio",
"bridge": "vmbr0",
"vlan": 10
}
}
}
}
}
}