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

40 lines
841 B
YAML

max_cores_per_vm: 16
max_vcpu_reservation: 32
max_mem_reservation: 65536
network_interfaces:
- driver: "Bridge"
device: "br0"
ipv4:
- subnet: "10.0.0.0/16"
gateway: "10.0.0.1"
reserved_addrs:
- "10.0.0.100"
- "10.0.0.101"
- "10.0.0.102"
ipv6:
- subnet: "fd00::/48"
gateway: "fd00::1"
reserved_addrs:
- "fd00::1000"
- driver: "IPVTAP"
device: "tap1"
ipv4:
- subnet: "172.16.0.0/20"
gateway: "172.16.0.1"
reserved_addrs:
- "172.16.0.10"
- "172.16.0.11"
ipv6: []
volumes:
- path: "/data/volume1"
max_reservation: 500
- path: "/data/volume2"
max_reservation: 1000
- path: "/backup"
max_reservation: 2000
public_port_range:
start: 10000
end: 11000
max_ports_per_vm: 20