Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Last active January 6, 2016 00:58
Show Gist options
  • Save MichaelDrogalis/f39180cebc7d79f2847d to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/f39180cebc7d79f2847d to your computer and use it in GitHub Desktop.
{
"model": {
"mapping": {
"readyVMs": [
2,
1,
0
],
"onlineNodes": {
"0": {
"sleepingVMs": [
],
"runningVMs": [
]
},
"1": {
"sleepingVMs": [
],
"runningVMs": [
]
},
"2": {
"sleepingVMs": [
],
"runningVMs": [
]
}
},
"offlineNodes": [
]
},
"attributes": {
"nodes": {
},
"vms": {
}
},
"views": [
]
},
"constraints": [
{
"vm": 0,
"continuous": false,
"id": "running"
},
{
"vm": 1,
"continuous": false,
"id": "running"
},
{
"vm": 2,
"continuous": false,
"id": "running"
},
{
"amount": 1,
"nodes": [
0
],
"continuous": false,
"id": "runningCapacity"
},
{
"amount": 1,
"nodes": [
1
],
"continuous": false,
"id": "runningCapacity"
},
{
"continuous": true,
"id": "spread",
"vms": [
0,
1,
2
]
}
],
"objective": {
"id": "minimizeMTTR"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment