Skip to content

Commit

Permalink
ci: add dpu to lint list
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Jan 16, 2024
1 parent 9f00d11 commit 7f2aa23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
/github/workspace/network/network.yml
/github/workspace/provision/provision.yml
/github/workspace/provision/idrac.yml
/github/workspace/provision/bluefield.yml
/github/workspace/provision/post_provision.yml
/github/workspace/scheduler/job_based_user_access.yml
/github/workspace/security/user_passwordless_ssh.yml
Expand Down
1 change: 0 additions & 1 deletion provision/roles/bluefield/tasks/update_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@
- bmc_host: "{{ inventory_hostname }}"
bmc_user: "{{ dpu_bmc_username }}"
bmc_password: "{{ dpu_bmc_password }}"

4 changes: 2 additions & 2 deletions provision/roles/bluefield/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ bluefield_pxe_boot_dev: NET-OOB-IPV4

# Usage: update_firmware.yml
bmc:
url: https://content.mellanox.com/BlueField/BMC/23.10-1-oct-2023
url: https://content.mellanox.com/BlueField/BMC/23.10-1-oct-2023
file: bf3-bmc-23.10-5_opn.fwpkg
cec: cec1736-ecfw-00.02.0152.0000-n02-rel-prod.fwpkg
cec: cec1736-ecfw-00.02.0152.0000-n02-rel-prod.fwpkg

0 comments on commit 7f2aa23

Please sign in to comment.