Files
oci-deal-accelerator/examples/output-demo-pharma-mx/bom-spec.yaml
root 4d3b3507f5 Fix deliverable bugs: PDF env catalogue, business case schema, BOM SKUs, drawio
- oci_pdf_gen.py: auto-detect new env catalogue schema (name/sizing/cost_pct)
- business-case-spec.yaml: rewritten to match oci_bizcase_gen.py expected
  schema (tco.current_state/proposed_oci with annual_* fields, roi with
  three_year_roi_pct/total_investment/annual_net_benefit, value_drivers
  with category/driver/quantification, roadmap.phases, recommendation.summary)
- bom-spec.yaml: all SKUs verified against oci-sku-catalog.yaml (B110627
  B110629 B110632 for ExaCS X11M, B95703 for ADB-S BYOL, B88326 for
  FastConnect 10G, B91628 for Object Storage, B92092 for Vault)
- diagram-spec.yaml: full dual-region architecture (231 cells, 15 services)
- Now generates: PharmaCorp business case 11 slides, correct env catalogue
  in PDF, 13 SKU lines in BOM with real prices

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 01:06:00 -03:00

143 lines
3.8 KiB
YAML

# OCI Deal Accelerator — BOM Spec
# Demo: PharmaCorp Mexico — ExaCS X11M + networking + security
# SKUs verified against kb/pricing/oci-sku-catalog.yaml
metadata:
customer: "PharmaCorp Mexico"
prepared_by: "Carlos Mendoza — Solutions Architect"
date: "2026-04-12"
currency: "USD"
contract_months: 12
discount_pct: 0.45
notes: "ExaCS BYOL — customer has existing Oracle DB EE licenses with active support"
line_items:
# ExaCS X11M — DB Servers (Queretaro Production)
- category: "Exadata Cloud Infrastructure"
product: "ExaCS X11M DB Server"
sku: "B110627"
qty: 2
unit: "Hosted Environment Per Hour"
hours_units: 744
months: 12
notes: "2 DB servers for Quarter Rack — Queretaro (Prod)"
# ExaCS X11M — Storage Servers (Queretaro Production)
- category: "Exadata Cloud Infrastructure"
product: "ExaCS X11M Storage Server"
sku: "B110629"
qty: 3
unit: "Hosted Environment Per Hour"
hours_units: 744
months: 12
notes: "3 storage servers — Quarter Rack minimum"
# ExaCS X11M — ECPU BYOL (Queretaro)
- category: "Exadata Cloud Infrastructure"
product: "ExaCS X11M ECPU BYOL"
sku: "B110632"
qty: 128
unit: "ECPU Per Hour"
hours_units: 744
months: 12
notes: "128 ECPUs BYOL — EBS + SAP + DW"
# ExaCS X11M — DB Servers (Sao Paulo DR Standby)
- category: "Exadata Cloud Infrastructure"
product: "ExaCS X11M DB Server (DR)"
sku: "B110627"
qty: 2
unit: "Hosted Environment Per Hour"
hours_units: 744
months: 12
notes: "2 DB servers — Sao Paulo (DR Standby)"
# ExaCS X11M — Storage Servers (Sao Paulo DR)
- category: "Exadata Cloud Infrastructure"
product: "ExaCS X11M Storage Server (DR)"
sku: "B110629"
qty: 3
unit: "Hosted Environment Per Hour"
hours_units: 744
months: 12
notes: "3 storage servers — DR Standby"
# ExaCS X11M — ECPU BYOL (Sao Paulo DR)
- category: "Exadata Cloud Infrastructure"
product: "ExaCS X11M ECPU BYOL (DR)"
sku: "B110632"
qty: 128
unit: "ECPU Per Hour"
hours_units: 744
months: 12
notes: "128 ECPUs BYOL — Data Guard standby"
# ADB-S for DW migration (Phase 2)
- category: "Autonomous Database"
product: "ADB-S ECPU BYOL"
sku: "B95703"
qty: 16
unit: "ECPU Per Hour"
hours_units: 744
months: 12
notes: "16 ECPU for DW migration to ADB-S (optional Phase 2)"
# ADB-S Storage
- category: "Autonomous Database"
product: "ADB-S Storage (ATP)"
sku: "B95706"
qty: 2000
unit: "Gigabyte Storage Capacity Per Month"
hours_units: 1
months: 12
notes: "2TB storage for DW"
# FastConnect 10Gbps Dual
- category: "Networking"
product: "FastConnect 10 Gbps (Primary)"
sku: "B88326"
qty: 1
unit: "Port Hour"
hours_units: 744
months: 12
notes: "Primary circuit — Mexico City to Queretaro"
- category: "Networking"
product: "FastConnect 10 Gbps (Redundant)"
sku: "B88326"
qty: 1
unit: "Port Hour"
hours_units: 744
months: 12
notes: "Redundant circuit — Mexico City to Queretaro"
# Object Storage for RMAN backups
- category: "Storage"
product: "Object Storage"
sku: "B91628"
qty: 50000
unit: "Gigabyte Storage Capacity Per Month"
hours_units: 1
months: 12
notes: "50TB for RMAN backups (DW + EBS)"
# Block Volume
- category: "Storage"
product: "Block Volume Storage"
sku: "B91961"
qty: 10000
unit: "Gigabyte Storage Capacity Per Month"
hours_units: 1
months: 12
notes: "10TB additional block storage"
# OCI Vault
- category: "Security"
product: "OCI Vault Key Versions"
sku: "B92092"
qty: 10
unit: "Key Version Per Month"
hours_units: 1
months: 12
notes: "TDE keys for 3 databases + DR + backups"