Created
May 14, 2019 13:36
-
-
Save alanbchristie/336f4cd12ff74e2a1b49579421d437d3 to your computer and use it in GitHub Desktop.
An example (ORN-Development) Heketi topology file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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