Land RPF-WP-0039 third apps-pg consumer source.
Admit vergabe_demo_company as the third declared consumer, track the bounded provisioner and scoped controls, and refresh admission occupancy to 3/3. Overflow remains apps-pg-2 before any fourth. Assistant: grok Assistant-Session: 01a0a23b-3bf0-7341-b4e5-9dc05f72573a
This commit is contained in:
parent
0178ec3c6d
commit
f05ef49c69
18 changed files with 446 additions and 19 deletions
|
|
@ -5,7 +5,8 @@
|
|||
"apps-pg": {
|
||||
"consumers": [
|
||||
"coulomb_social",
|
||||
"vergabe"
|
||||
"vergabe",
|
||||
"vergabe_demo_company"
|
||||
],
|
||||
"ceiling": 3,
|
||||
"retention_days": 30,
|
||||
|
|
@ -14,15 +15,18 @@
|
|||
"max_connections": 100,
|
||||
"service_classes": {
|
||||
"coulomb_social": "interactive",
|
||||
"vergabe": "interactive"
|
||||
"vergabe": "interactive",
|
||||
"vergabe_demo_company": "interactive"
|
||||
},
|
||||
"connection_limits": {
|
||||
"vergabe": 20,
|
||||
"coulomb_social": 20
|
||||
"coulomb_social": 20,
|
||||
"vergabe_demo_company": 20
|
||||
},
|
||||
"owners": {
|
||||
"coulomb_social": "coulomb-social",
|
||||
"vergabe": "vergabe-teilnahme"
|
||||
"vergabe": "vergabe-teilnahme",
|
||||
"vergabe_demo_company": "vergabe-demo-company"
|
||||
}
|
||||
},
|
||||
"apps-pg-2": {
|
||||
|
|
@ -63,6 +67,7 @@
|
|||
},
|
||||
"platform-pg-2": {
|
||||
"consumers": [
|
||||
"canned-prompts",
|
||||
"sbom-nexus"
|
||||
],
|
||||
"ceiling": 4,
|
||||
|
|
@ -71,23 +76,26 @@
|
|||
"memory_limit": "1Gi",
|
||||
"max_connections": 100,
|
||||
"service_classes": {
|
||||
"canned-prompts": "interactive",
|
||||
"sbom-nexus": "interactive"
|
||||
},
|
||||
"owners": {
|
||||
"canned-prompts": "canned-prompts",
|
||||
"sbom-nexus": "sbom-nexus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources": {
|
||||
"railiance-platform/helm/apps-pg-cluster.yaml": "9885c81338e1c3bdb0558839552315720068c5d355819e4a1320fbd677d0ffcf",
|
||||
"railiance-platform/helm/apps-pg-cluster.yaml": "81e594601238f9c39bead395ffe5fde41e72377a5cdc704b63e40ed201d2b6f5",
|
||||
"railiance-platform/helm/apps-pg-2-cluster.yaml": "e9e615a0b5de8597a5501b2d8740a763ba3622cbebb765ce651236c2175de942",
|
||||
"rapp-postgres/consumers/audit-core.yaml": "a2db53f901df056546b2c028f287f8fc50486e6e6cd81026b9e926b6b64272b3",
|
||||
"rapp-postgres/consumers/canned-prompts.yaml": "97d4b439cec7e788b7c1fa2c7181c2606ed098dcf37a38c1f73f7393e6046429",
|
||||
"rapp-postgres/consumers/core-hub.yaml": "8fe3e8b4488548b2f5e01f1d46edd9fd5fe4f0e4f65a3821f172adbfb5ae1d84",
|
||||
"rapp-postgres/consumers/isolation-probe.yaml": "8ea24d3bd04ab683b47ceff2586932ea4fdb0d45c49896167bb5b352a67a5cfb",
|
||||
"rapp-postgres/consumers/sbom-nexus.yaml": "0b21d05fe7b9d21cbc9eb761f455329739ceb71f8dd3d1200971426962c11236",
|
||||
"rapp-postgres/consumers/tenant-engine.yaml": "92f36d587f001c86ff401aedd25cb49fa171d49e000b0a6ab551e182e5c11448",
|
||||
"railiance-platform/tools/verify_apps_pg_capacity.py": "b571ec63b0a7501dabba37a84af9d2cfcb7737ed891a7ea2ab05c54010b1893e",
|
||||
"railiance-platform/assurance/placement-owners.json": "b9a52f755552dc4bb83536dca8aadca691a4f8bc47089e9e1962902abcec7aa2",
|
||||
"railiance-platform/assurance/placement-owners.json": "e71037f868e3264d43ff5c42511558272a89926dc8dc2f7ee952e018020b4891",
|
||||
"rapp-postgres/scripts/render_consumers.py": "2dcfd68f94a3d6c7e1072c4a55a497b1697eab30acaecae53865c9b1a596773a",
|
||||
"rapp-postgres/helm/platform-pg-cluster.yaml": "461da0d43e61a4ddca29d6e98080b8b1642bd3303f3395da1b0beb28775c2c5c",
|
||||
"rapp-postgres/helm/platform-pg-2-cluster.yaml": "06b92a76189b1a33d1eee3f5c835a3e94269ad7b040383c04e8028c2c3fe766a"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,12 @@
|
|||
"service_class": "interactive",
|
||||
"evidence": "docs/evidence/RPF-WP-0019-isolation-2026-08-20.md"
|
||||
},
|
||||
"vergabe_demo_company": {
|
||||
"owner": "vergabe-demo-company",
|
||||
"cell": "apps-pg",
|
||||
"service_class": "interactive",
|
||||
"evidence": "workplans/RPF-WP-0039-vergabe-demo-company-database.md"
|
||||
},
|
||||
"audit-core": {
|
||||
"owner": "audit-core",
|
||||
"cell": "platform-pg",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@
|
|||
"operator_role": "attended platform operator; application proof by consumer owner",
|
||||
"consumers": [
|
||||
"vergabe",
|
||||
"coulomb_social"
|
||||
"coulomb_social",
|
||||
"vergabe_demo_company"
|
||||
],
|
||||
"failure_domain": "single-node railiance01",
|
||||
"availability": {
|
||||
|
|
@ -76,7 +77,8 @@
|
|||
"package_or_consumer_owner": "rapp-postgres",
|
||||
"operator_role": "attended platform operator; application proof by consumer owner",
|
||||
"consumers": [
|
||||
"sbom-nexus"
|
||||
"sbom-nexus",
|
||||
"canned-prompts"
|
||||
],
|
||||
"failure_domain": "single-node railiance01",
|
||||
"availability": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue