30 lines
744 B
YAML
30 lines
744 B
YAML
max_cores_per_vm: 4
|
|
max_vcpu_reservation: 8
|
|
max_mem_reservation_mb: 25000
|
|
network_interfaces:
|
|
- driver: "MACVTAP"
|
|
device: "eno8303"
|
|
ipv4:
|
|
- subnet: "173.234.136.152/29"
|
|
gateway: "173.234.136.158"
|
|
reserved_addrs:
|
|
- "173.234.136.153"
|
|
- "173.234.136.156"
|
|
- "173.234.136.157"
|
|
- "173.234.136.158"
|
|
- subnet: "173.234.137.16/31"
|
|
gateway: "173.234.137.30"
|
|
reserved_addrs:
|
|
- "173.234.137.16"
|
|
ipv6:
|
|
- subnet: "2a0d:3003:b666:a00c:2::/112"
|
|
gateway: "2a0d:3003:b666:a00c::1"
|
|
reserved_addrs: []
|
|
volumes:
|
|
- path: "/opt/detee_vms/"
|
|
max_reservation_gb: 200
|
|
public_port_range:
|
|
start: 30000
|
|
end: 50000
|
|
max_ports_per_vm: 5
|