{ | |
"genVM": [ | |
{ | |
"name": "host1", | |
"cpus": 8, | |
"mem": 64, | |
"disks": "16,10,175,175,175" | |
}, | |
{ | |
"name": "host2", | |
"cpus": 8, | |
"mem": 64, | |
"disks": "16,10,150,150,150" | |
}, | |
{ | |
"name": "host3", | |
"cpus": 8, | |
"mem": 64, | |
"disks": "16,10,150,150,150" | |
}, | |
{ | |
"name": "host4", | |
"cpus": 8, | |
"mem": 32, | |
"disks": "16,10,50,50,50" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment