feat: migrate live inventory to five-facet 0.3 and close WP-0006
All seven data/resources records now carry description, decision, reef/secret refs, and potential vs actual consumers. Discovered resources use decision.status: gap. Validators require live inventory to be 0.3. WP-0006 T03 done; workplan finished.
This commit is contained in:
parent
6e57a65360
commit
dafc812daa
11 changed files with 165 additions and 11 deletions
|
|
@ -1,9 +1,28 @@
|
|||
{
|
||||
"schema_version": "0.2", "record_scope": "inventory",
|
||||
"schema_version": "0.3", "record_scope": "inventory",
|
||||
"id": "resource:tenant:friendly:binky:rapp-qonto",
|
||||
"financial_entity_id": "entity:binky",
|
||||
"procuring_entity_id": "entity:railiance",
|
||||
"entity_gap": null,
|
||||
"description": "Binky Qonto assistant on reef-railiance (Knative plus dedicated egress). Railiance procures the runtime; Binky is the financial consumer.",
|
||||
"decision": {
|
||||
"status": "gap",
|
||||
"chosen": "Live discovered tenant workload; no formal procurement decision in this repo",
|
||||
"rejected": [],
|
||||
"approved_by": null,
|
||||
"approved_on": null,
|
||||
"ref": "/home/worsch/rapp-qonto/docs/security-and-reliability-gates.md"
|
||||
},
|
||||
"operational_refs": [
|
||||
"reef:railiance/declarations/reef.yaml"
|
||||
],
|
||||
"credential_handles": [
|
||||
"secret:railiance-platform/tenants/binky/qonto-api"
|
||||
],
|
||||
"consumers": {
|
||||
"potential": ["rapp-qonto"],
|
||||
"actual": ["rapp-qonto"]
|
||||
},
|
||||
"resource_class": "self_managed_service",
|
||||
"status": "active", "management_model": "shared_capacity",
|
||||
"provider": {"name": "Railiance", "account_ref": null, "product_ref": "rail-knative", "provider_resource_id": "knative:rapp-qonto/rapp-qonto"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue