mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 02:44:29 +00:00
- remove hardcoded physical host assumptions in UI/init flows and rely on config-driven selectors\n- optimize GitLab reruns to skip unnecessary operator upgrades/long reconcile waits when unchanged\n- add and update regression/shell tests for fast-path and k8s context/ingress/garage behaviors Co-authored-by: Junie <junie@jetbrains.com>
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"assignments": {
|
|
"0": "gandalf.prole.org",
|
|
"1": "merlin.prole.org",
|
|
"2": "myrddin.prole.org"
|
|
},
|
|
"cluster_name": "knoe-db",
|
|
"desired_instances": 3,
|
|
"eligible_nodes": [
|
|
"gandalf.prole.org",
|
|
"merlin.prole.org",
|
|
"myrddin.prole.org"
|
|
],
|
|
"metadata": {
|
|
"prior_plan_present": true,
|
|
"reason": "assigned_node_no_longer_eligible",
|
|
"regenerated": true,
|
|
"reused": false
|
|
},
|
|
"plan_hash": "962fb2e7bfd2a48b",
|
|
"plan_id": "cnpg-placement-962fb2e7bfd2a48b",
|
|
"schema_version": "v1"
|
|
}
|