snp-daemon/config_sample.yaml

37 lines
1013 B
YAML

# SPDX-License-Identifier: Unlicense
owner_wallet: "x52w7jARC5erhWWK65VZmjdGXzBK6ZDgfv1A283d8XK"
network: "staging"
network_interfaces:
- driver: "MACVTAP"
device: "eno8303"
ipv4_ranges:
- first_ip: "173.234.136.154"
last_ip: "173.234.136.155"
netmask: "27"
gateway: "173.234.136.158"
- first_ip: "173.234.137.17"
last_ip: "173.234.137.17"
netmask: "27"
gateway: "173.234.137.30"
ipv6_ranges:
- first_ip: "2a0d:3003:b666:a00c:0002:0000:0000:0011"
last_ip: "2a0d:3003:b666:a00c:0002:0000:0000:fffc"
netmask: "64"
gateway: "2a0d:3003:b666:a00c::1"
offers:
- storage_path: "/opt/detee_vms/"
max_storage_mib: 819200
max_vcpu_reservation: 20
max_mem_reservation_mib: 20480
price: 725
- storage_path: "/opt/detee_vms2/"
max_storage_mib: 855040
max_vcpu_reservation: 12
max_mem_reservation_mib: 12288
price: 775
public_port_range:
start: 30000
end: 50000
max_ports_per_vm: 5