20 lines
379 B
YAML
20 lines
379 B
YAML
max_cores_per_vm: 2
|
|
max_vcpu_reservation: 4
|
|
max_mem_reservation_mb: 8192
|
|
network_interfaces:
|
|
- driver: "MACVTAP"
|
|
device: "eth0"
|
|
ipv4:
|
|
- subnet: "192.168.0.0/24"
|
|
gateway: "192.168.0.1"
|
|
reserved_addrs: []
|
|
ipv6: []
|
|
volumes:
|
|
- path: "/minimal/volume"
|
|
max_reservation_gb: 100
|
|
public_port_range:
|
|
start: 5000
|
|
end: 5100
|
|
max_ports_per_vm: 3
|
|
|