Skip to content

Instantly share code, notes, and snippets.

@hpreyers
Last active December 30, 2019 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hpreyers/5a4efd583dabc9007bb2b96a42811627 to your computer and use it in GitHub Desktop.
Save hpreyers/5a4efd583dabc9007bb2b96a42811627 to your computer and use it in GitHub Desktop.
{
"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