21 lines
468 B
YAML
21 lines
468 B
YAML
max_cores_per_vm: 12
|
|
max_vcpu_reservation: 24
|
|
max_mem_reservation: 49152
|
|
network_interfaces:
|
|
- driver: "IPVTAP"
|
|
device: "tap0"
|
|
ipv4: []
|
|
ipv6:
|
|
- subnet: "2001:db8:abcd:1234::/64"
|
|
gateway: "2001:db8:abcd:1234::1"
|
|
reserved_addrs:
|
|
- "2001:db8:abcd:1234::dead"
|
|
- "2001:db8:abcd:1234::beef"
|
|
volumes:
|
|
- path: "/ipv6/volume"
|
|
max_reservation: 600
|
|
public_port_range:
|
|
start: 15000
|
|
end: 16000
|
|
max_ports_per_vm: 10
|