23 lines
466 B
YAML
23 lines
466 B
YAML
max_cores_per_vm: 8
|
|
max_vcpu_reservation: 16
|
|
max_mem_reservation: 32768
|
|
network_interfaces:
|
|
- driver: "Bridge"
|
|
device: "br1"
|
|
ipv4:
|
|
- subnet: "192.168.100.0/24"
|
|
gateway: "192.168.100.1"
|
|
reserved_addrs: []
|
|
ipv6:
|
|
- subnet: "2001:abcd::/48"
|
|
gateway: "2001:abcd::1"
|
|
reserved_addrs: []
|
|
volumes:
|
|
- path: "/network/volume"
|
|
max_reservation: 750
|
|
public_port_range:
|
|
start: 6000
|
|
end: 7000
|
|
max_ports_per_vm: 8
|
|
|