1 contributor
{
"schemaVersion": "1.0",
"lastUpdated": "2025-10-19T00:00:00Z",
"description": "Cluster configuration for Madagascar Proxmox cluster",
"clusters": {
"madagascar": {
"name": "madagascar",
"description": "Proxmox VE cluster with 3 nodes: baobab, ebony, tapia",
"pveVersion": "8.x",
"pbsServers": [
{
"name": "andrafiabe-AutoNAS",
"ip": "192.168.2.96",
"hostname": "andrafiabe.madagascar.xdev.ro",
"repo": "backup",
"prunePolicy": "keep-all=1"
},
{
"name": "anjothibe-AutoNAS",
"ip": "192.168.2.95",
"hostname": "anjothibe.madagascar.xdev.ro",
"repo": "backup",
"prunePolicy": "keep-all=1"
}
],
"lastUpdated": "2025-10-19T00:00:00Z",
"nodes": {
"baobab": {
"name": "baobab",
"role": "primary",
"wan": {
"vmbr443": {
"address": "192.168.2.91/24",
"gateway": "192.168.2.1"
},
"vmbr444": {
"address": "192.168.4.91/24"
}
},
"network": {
"thunderbridge": {
"bridge": "thunderbridge",
"address": "192.168.10.91/24",
"mtu": 65520
}
},
"services": {
"tb-bridge": {
"enabled": true
}
},
"notes": "Node entry populated from local deploy layout"
},
"ebony": {
"name": "ebony",
"role": "secondary",
"wan": {
"vmbr443": {
"address": "192.168.2.92/24",
"gateway": "192.168.2.1"
},
"vmbr444": {
"address": "192.168.4.92/24"
}
},
"network": {
"thunderbridge": {
"bridge": "thunderbridge",
"address": "192.168.10.92/24",
"mtu": 65520
}
}
},
"tapia": {
"name": "tapia",
"role": "secondary",
"wan": {
"vmbr443": {
"address": "192.168.2.93/24",
"gateway": "192.168.2.1"
},
"vmbr444": {
"address": "192.168.4.93/24"
}
},
"network": {
"thunderbridge": {
"bridge": "thunderbridge",
"address": "192.168.10.93/24",
"mtu": 65520
}
}
}
}
}
},
"clusterNetwork": {
"thunderbolt": {
"description": "Cluster thunderbolt bridge configuration",
"bridge": "thunderbridge",
"cidr": "192.168.10.0/24",
"mtu": 65520,
"dns": "192.168.2.2",
"nodes": {
"baobab": {
"address": "192.168.10.91/24"
},
"ebony": {
"address": "192.168.10.92/24"
},
"tapia": {
"address": "192.168.10.93/24"
}
}
}
}
}