Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LIFECYCLE.md #230

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ High level requirements on a DPU/IPU or subsequently a "device"
* a way to reboot a device
* see [Boot Sequence](BOOTSEQ.md)
* a way to update a device
* firmware update
* firmware update (Interfaces to DPU {gRPC, Redfish to AMC, boot to Net})
* single or multiple FW? (AMC FW seperate)
* Inband through host driver or OOB through xMC?
* Inband through DPU core driver?
* Update implies inventory
* Redfish prefered by baremetal providers?
* Validated FW versions?
* SW Solution provider vs. Bare Metal provider vs. Service Provider (Hyprescallers are Out of Scope)
* OS update
* different than provisioning
* ansible (apt, yum) - package updates?
* SONiC like monolithic?
* software/application update
* a way to recover a device
* reset to a known good state, e.g., factory reset
Expand Down