Skip to content

Instantly share code, notes, and snippets.

@alanbchristie
Created May 14, 2019 13:36
Show Gist options
  • Save alanbchristie/336f4cd12ff74e2a1b49579421d437d3 to your computer and use it in GitHub Desktop.
Save alanbchristie/336f4cd12ff74e2a1b49579421d437d3 to your computer and use it in GitHub Desktop.
An example (ORN-Development) Heketi topology file
{
"clusters": [
{
"nodes": [
{
"node": {
"hostnames": {
"manage": [
"orn-glusterfs-01.openstacklocal"
],
"storage": [
"192.168.0.22"
]
},
"zone": 1
},
"devices": [
{
"name": "/dev/vdb",
"destroydata": false
}
]
},
{
"node": {
"hostnames": {
"manage": [
"orn-glusterfs-02.openstacklocal"
],
"storage": [
"192.168.0.11"
]
},
"zone": 1
},
"devices": [
{
"name": "/dev/vdb",
"destroydata": false
}
]
},
{
"node": {
"hostnames": {
"manage": [
"orn-glusterfs-03.openstacklocal"
],
"storage": [
"192.168.0.5"
]
},
"zone": 1
},
"devices": [
{
"name": "/dev/vdb",
"destroydata": false
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment