snp-daemon/test_data/config1.yaml
2024-12-11 20:13:17 +02:00

26 lines
565 B
YAML

max_cores_per_vm: 4
max_vcpu_reservation: 8
max_mem_reservation: 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: 200
public_port_range:
start: 8000
end: 9000
max_ports_per_vm: 5