8.3 KiB
VMware vSphere Phase-1 Execution Plan
Last updated: 2026-03-30 Status: PLANNED Governance surfaces:
status.json.candidate_lanes.platform-admission-executionstatus.json.resolved_decisions.vmware-vsphere-vcenter-first-admission-model
Intent
Pulse now has a locked architecture recommendation for VMware vSphere. This document turns that recommendation into an executable phase-1 plan so implementation can start without drifting into a provider-specific island.
Support Decision
Pulse should add VMware support, but only in one narrow form:
- first-class platform id:
vmware-vsphere - supported entry point:
vCenteronly - primary ingestion model:
api-backed - phase-1 resource projections: canonical
agent,vm, andstorage - phase-1 product stance: read-first
- assistant control:
read-only - recovery support:
n/a
Implementation may start next on that basis. If live validation disproves the minimum privilege bundle, supported version floor, or declared support-floor coverage, Pulse should stop at governance and must not widen the support claim.
Product Sentence
Pulse phase-1 VMware support means a shared platform-connections path to
vCenter that projects ESXi hosts, VMs, and datastores into the canonical
Pulse resource model, surfaces alarms and history through the shared product
surfaces, and keeps assistant behavior read-only.
Why This Is A Separate Lane Slice
This is not just another provider adapter.
It crosses:
- platform onboarding and saved-connection health
- canonical inventory and identity projection
- shared infrastructure, workload, and storage presentation
- shared alert and incident surfaces
- assistant read classification and action boundaries
- support-floor proof before a matrix claim changes
That makes VMware a cross-surface admission problem, not a monitoring-only implementation detail.
Phase-1 Scope
Phase 1 should include:
vCenteronboarding through the sharedPlatform connectionsworkspace- host inventory projected as canonical
agent - VM inventory and runtime state projected as canonical
vm - datastore inventory and capacity state projected as canonical
storage - topology metadata for datacenter, cluster, folder, resource-pool, and placement relationships under those shared resources
- vSphere alarm state, overall health, and related event/task history through shared alert and incident surfaces
- snapshot-tree visibility and recovery-adjacent VM context as read-side workload detail
- assistant read on canonical VMware-backed resources through shared read paths only
Explicit Exclusions
Phase 1 should not include:
- direct
ESXionboarding - agent-first VMware support
physical-disk,system-container, orapp-containerprojections- treating vSphere snapshots as Pulse recovery support
- restore, failover, changed-block recovery, or backup-orchestration claims
- provider-local VMware pages, top-level resource types, or AI tools
- assistant or operator control for VM power, snapshot lifecycle, guest operations, host maintenance, or cluster administration
Execution Slices
1. Platform Connection Admission
Owners:
agent-lifecycleapi-contracts
Deliver:
vCenteradded only through the shared platform-connections workspace- one saved-connection contract for create, update, masked-secret preservation, test, health, and contribution summary
- explicit disabled/default behavior, reconnect semantics, and credential ownership on the shared platform-connections path
Required proof:
- real
vCenterconnection succeeds through the governed setup path - auth, TLS, endpoint, and permission failures classify cleanly
- minimum privilege bundle is written down from live validation, not inferred
- supported version floor is written down from live validation, not inferred
2. Canonical Projection Floor
Owners:
monitoringunified-resources
Deliver:
- API-backed ingest from the official vCenter Automation API plus the Virtual Infrastructure JSON API
- stable identity and dedupe for ESXi hosts, VMs, and datastores
- shared-resource projection with no provider-local
esxi-host,vsphere-vm, orvsphere-datastoretop-level types - relationship metadata for cluster, folder, placement, and datastore attachment without promoting those objects to new top-level Pulse types
Required proof:
- one real
vCenterproduces canonicalagent,vm, andstorageresources end to end - topology, identity, and counts stay coherent across infrastructure and workload surfaces
- no phase-1 path depends on a unified agent being installed on ESXi or guests
3. Alerts, History, And Assistant Read
Owners:
alertsmonitoringai-runtime
Deliver:
- vSphere alarm and health signals routed through shared alert/incident paths
- event/task/performance context available where the shared monitoring and history model expects it
- assistant read on canonical VMware-backed resources through shared tools and read-state views
- no VMware-specific control verbs, remediation tools, or admin-plane promises
Required proof:
- shared alerts can drill into VMware-backed incidents without a provider-local shell
- assistant can inspect canonical VMware-backed resources without special-case VMware tools
- assistant control remains read-only in both product wording and runtime capability exposure
4. Support Claim Ratchet
Owners:
- release-control governance
- owning subsystem contracts above
Deliver:
- version floor documented
- minimum privilege bundle documented
- explicit phase-1 exclusions documented in support language
- support matrix changed only after live proof exists
Required proof:
- onboarding, inventory, storage, alerts, metrics/history, and assistant read
all hold on a real
vCenter - support wording matches the narrow floor exactly
- the implementation can fail closed without silently inheriting direct-ESXi or recovery support claims
What Must Be True Before Pulse Can Say VMware Is Supported
Pulse should not call VMware supported until all of these are true:
vCenteronboarding works through the shared platform-connections path- the minimum required privilege bundle is validated on a real environment
- the supported
vCenterversion floor is validated on a real environment - ESXi hosts, VMs, and datastores project cleanly into canonical
agent,vm, andstorage - alarm, health, and metrics/history signals appear on the shared alert and monitoring surfaces
- assistant read works on those canonical resources without VMware-specific tools
- product wording keeps direct
ESXi, recovery, and broad control out of the support claim
Known Gaps Requiring Live Validation
These are not reasons to block the planning decision, but they are reasons to block a support claim until proven:
- exact minimum privilege bundle for a production-grade read-first floor
- exact supported
vCenterversion floor - signal quality and consistency of alarms, events, and history across that version floor
- whether guest-identity and snapshot-detail fidelity is sufficient in mixed VMware Tools coverage environments
Primary Source Basis
The architecture lock and this execution plan are grounded in the official VMware/Broadcom APIs:
- vCenter and inventory/control surface: vCenter VM APIs
- detail and topology surface: Virtual Infrastructure JSON API
- alarms: AlarmManager GetAlarm
- snapshots: VirtualMachine snapshot API
- performance/history: PerformanceManager QueryPerfComposite
Start Decision
Implementation should start next only as slice 1 of this plan.
If slice 1 cannot prove the minimum privilege bundle and supported version
floor on a real vCenter, Pulse should stop and record that gap instead of
moving forward as if VMware were already supportable.