Files
herolib/examples/threefold/tfgrid3deployer/heroscript/vms.hero
2024-12-30 08:01:17 +01:00

20 lines
449 B
Plaintext

!!tfgriddeploy.define_vm_requirement
name: 'vm_req_1'
description: 'Requirements for a test VM on the TF Grid'
cpu: 4 //cores
memory: 8 //gbyte of node
public_ip4: true
public_ip6: false
planetary: true
mycelium: false
nodes: '1,2,3'
network_requirement:'net_req_1' //can be empty
!!tfgriddeploy.define_network_requirement
name: 'net_req_1'
ip_range: '192.168.0.0/24'
subnet: '255.255.255.0'