mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:44:33 +00:00
- add reusable storage probing subsystem with discovery, bounded probe execution, IO classification, caching, and topology integration - render per-node storage inventory in Cluster Nodes UI and extend installer test coverage for topology/storage behavior - introduce core service operation modules and align actions, milestones, services, and supporting configs/scripts for repair/update workflows - update CNPG/Supabase/database artifacts, placement and port mapping configs, plus related integration tests Co-authored-by: Junie <junie@jetbrains.com>
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"assignments": {
|
|
"0": "merlin.prole.org",
|
|
"1": "myrddin.prole.org",
|
|
"2": "pi.prole.org"
|
|
},
|
|
"cluster_name": "knoe-db",
|
|
"desired_instances": 3,
|
|
"eligible_nodes": [
|
|
"merlin.prole.org",
|
|
"myrddin.prole.org",
|
|
"pi.prole.org"
|
|
],
|
|
"metadata": {
|
|
"prior_plan_present": true,
|
|
"reason": "reused",
|
|
"regenerated": false,
|
|
"reused": true
|
|
},
|
|
"plan_hash": "10dccbb8fe133be4",
|
|
"plan_id": "cnpg-placement-10dccbb8fe133be4",
|
|
"schema_version": "v1"
|
|
}
|