Skip to content

Instantly share code, notes, and snippets.

@SaravanaStorageNetwork
Created October 3, 2017 06:48
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 SaravanaStorageNetwork/ddbc2446015dcf6c97bf83c7e62011da to your computer and use it in GitHub Desktop.
Save SaravanaStorageNetwork/ddbc2446015dcf6c97bf83c7e62011da to your computer and use it in GitHub Desktop.
topology.json
{
"clusters": [
{
"nodes": [
{
"node": {
"hostnames": {
"manage": [
"node1"
],
"storage": [
"10.70.42.5"
]
},
"zone": 1
},
"devices": [
"/dev/vdc",
"/dev/vdd",
"/dev/vde"
]
},
{
"node": {
"hostnames": {
"manage": [
"node2"
],
"storage": [
"10.70.42.4"
]
},
"zone": 1
},
"devices": [
"/dev/vdc",
"/dev/vdd",
"/dev/vde"
]
},
{
"node": {
"hostnames": {
"manage": [
"node3"
],
"storage": [
"10.70.42.234"
]
},
"zone": 1
},
"devices": [
"/dev/vdc",
"/dev/vdd",
"/dev/vde"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment