Skip to content

Commit

Permalink
linters fix
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jul 11, 2023
1 parent 4866335 commit c272b4b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ High level requirements on a DPU/IPU or subsequently a "device"
## Reboot device

example if we using redfish:

```bash
$ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json" -d '{"ResetType": "ForceRestart"}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Actions/Manager.Reset
and
Expand All @@ -13,11 +14,12 @@ $ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json

## Update device

* firmware update
* OS update
* software/application update
* firmware update
* OS update
* software/application update

example if we using redfish:

```bash
$ curl -k \
-u <bmc-user>:<password> \
Expand All @@ -36,8 +38,10 @@ $ curl -k \
* via host - optional

example if we using redfish:

```bash
$ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json" -d '{"ResetType": "ResetAll"}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Actions/Manager.ResetToDefaults
# TODO: add more examples
```

## Debug device
Expand Down

0 comments on commit c272b4b

Please sign in to comment.