41 lines
924 B
YAML
41 lines
924 B
YAML
max_cores_per_vm: 16
|
|
max_vcpu_reservation: 32
|
|
max_mem_reservation: 1265536
|
|
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: []
|
|
- 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:
|
|
- subnet: "2001:db8:abcd:1234::/64"
|
|
gateway: "2001:db8:abcd:1234::1"
|
|
reserved_addrs:
|
|
- "2001:db8:abcd:1234::dead"
|
|
- "2001:db8:abcd:1234::beef"
|
|
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
|
|
|