-
-
Save hpreyers/5a4efd583dabc9007bb2b96a42811627 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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