26 lines
571 B
YAML
26 lines
571 B
YAML
max_cores_per_vm: 4
|
|
max_vcpu_reservation: 8
|
|
max_mem_reservation_mb: 16384
|
|
network_interfaces:
|
|
- driver: "MACVTAP"
|
|
device: "eth0"
|
|
ipv4:
|
|
- subnet: "192.168.1.0/24"
|
|
gateway: "192.168.1.1"
|
|
reserved_addrs:
|
|
- "192.168.1.100"
|
|
- "192.168.1.101"
|
|
ipv6:
|
|
- subnet: "2001:db8::/32"
|
|
gateway: "2001:db8::1"
|
|
reserved_addrs:
|
|
- "2001:db8::1234"
|
|
- "2001:db8::5678"
|
|
volumes:
|
|
- path: "/mnt/storage"
|
|
max_reservation_gb: 200
|
|
public_port_range:
|
|
start: 8000
|
|
end: 9000
|
|
max_ports_per_vm: 5
|