opiproject / ansible-opi-dpu

Ansible Modules for DPUs
Apache License 2.0
6 stars 8 forks source link

[new role] rescue (reboot the device into rescue OS.) #32

Open glimchb opened 6 months ago

glimchb commented 6 months ago

example from nvidia

2024-02-23 17:34:51                 {
2024-02-23 17:34:51                     "Id": "golden_image_arm",
2024-02-23 17:34:51                     "Name": "Software Inventory",
2024-02-23 17:34:51                     "SoftwareId": "",
2024-02-23 17:34:51                     "Status": {
2024-02-23 17:34:51                         "Conditions": [],
2024-02-23 17:34:51                         "Health": "OK",
2024-02-23 17:34:51                         "HealthRollup": "OK",
2024-02-23 17:34:51                         "State": "Enabled"
2024-02-23 17:34:51                     },
2024-02-23 17:34:51                     "Updateable": true,
2024-02-23 17:34:51                     "Version": "no valid golden_image_arm!!!!"
2024-02-23 17:34:51                 },

will post link to documentation later