opiproject / ansible-opi-dpu

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

jcastanos-patch-fwdict #57

Closed jcastanos2 closed 5 months ago

jcastanos2 commented 5 months ago

get the fw dictionary form

glimchb commented 5 months ago

let's also try to remove linter exception from https://github.com/opiproject/ansible-opi-dpu/blob/main/.ansible-lint-ignore#L1

glimchb commented 5 months ago

I see checker for DCO failed, see https://github.com/apps/dco

need to use -s option when you commit:

git commit -s -m 'This is my commit message'

please fix existing commit message using:

git commit --signoff --amend --no-edit 
glimchb commented 5 months ago

example from test run on Nvidia BF-3 card:

2024-03-20 20:44:57 TASK [bmc_fw_update : Print BMC Version] ***************************************
2024-03-20 20:44:57 task path: /home/opiproject/ansible-opi-dpu/roles/bmc_fw_update/tasks/main.yml:12
2024-03-20 20:44:57 ok: [10.10.10.61] => {
2024-03-20 20:44:57     "msg": {
2024-03-20 20:44:57         "bluefield_fw_erot": "00.02.0127.0000_n02",
2024-03-20 20:44:57         "bmc_firmware": "BF-24.01-5",
2024-03-20 20:44:57         "dpu_atf": "v2.2(release):4.2.2-3-ged2a420",
2024-03-20 20:44:57         "dpu_board": "MT_0000001075",
2024-03-20 20:44:57         "dpu_bsp": "4.2.2.12958",
2024-03-20 20:44:57         "dpu_nic": "32.37.1300",
2024-03-20 20:44:57         "dpu_node": "a088:c203:005f:6648",
2024-03-20 20:44:57         "dpu_ofed": "MLNX_OFED_LINUX-23.07-0.5.0.0",
2024-03-20 20:44:57         "dpu_os": "DOCA_2.2.1_BSP_4.2.2_Ubuntu_22.04-13.23-09.prod",
2024-03-20 20:44:57         "dpu_sys_image": "a088:c203:005f:6648",
2024-03-20 20:44:57         "dpu_uefi": "4.2.2-2-g1174066",
2024-03-20 20:44:57         "golden_image_arm": "no valid golden_image_arm!!!!",
2024-03-20 20:44:57         "golden_image_nic": "no valid golden_image_nic!!!!"
2024-03-20 20:44:57     }
2024-03-20 20:44:57 }
2024-03-20 20:44:57