Skip to content

Instantly share code, notes, and snippets.

@alshabib
Created September 3, 2015 20:39
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 alshabib/f05845d901a8e0dd6294 to your computer and use it in GitHub Desktop.
Save alshabib/f05845d901a8e0dd6294 to your computer and use it in GitHub Desktop.
{
"physical-nodes" : {
"c1" : {
"ip" : "192.168.0.1/24",
"location" : "fabric"
},
"c2" : {
"ip" : "192.168.0.2/24",
"location" : "fabric"
}
},
"virtual-nets" : [ {
"virtual-nodes" : 4,
"location" : "colocated",
"node" : "c1"
},
{
"virtual-nodes" : 2,
"location" : "custom",
"nodes" : { "c1" : 1,
"c2" : 1
}
} ],
"controller" : "192.168.2.1:6633"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment