1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-13 11:42:13 +00:00
HyperProxmox/databases/mongoDB/clusters.json

26 lines
606 B
JSON
Raw Normal View History

2017-10-21 20:04:42 +00:00
{
"name": "Cluster_1",
"url":"myproxmox1.cluster.net",
"port": "8006",
"user": "api@pve",
"password": "*****",
"template": "local:vztmpl/debian-9.0-standard_9.0-2_amd64.tar.gz",
"storage_disk": "disks",
"exclude_nodes": [""],
2018-02-04 22:10:18 +00:00
"weight": 1,
"groups" : ["group1", "group2..."],
"clients" : ["client1", "client2..."],
2017-10-21 20:04:42 +00:00
}
{
"name": "Cluster_2",
"url":"myproxmox2.cluster.net",
"port": "8006",
"user": "api@pve",
"password": "****",
"template": "local:vztmpl/debian-9.0-standard_9.0-2_amd64.tar.gz",
"storage_disk": "disks",
"exclude_nodes": ["node_fail1"],
"weight": 1
}