Skip to content

Commit

Permalink
Allow errors on commissioning IPMI
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 25, 2022
1 parent 32a1ad6 commit c050607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/kiss/tasks/commission/power.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
--device /dev/ipmi0:/dev/ipmi0:rw
docker.io/mikeynap/ipmitool:latest
user enable 9
ignore_errors: true

- name: Link on IPMI user 9 as ADMIN
when: ipmi.stat.exists
Expand All @@ -84,6 +85,7 @@
--device /dev/ipmi0:/dev/ipmi0:rw
docker.io/mikeynap/ipmitool:latest
channel setaccess 1 9 callin=on ipmi=on link=on privilege=4
ignore_errors: true

- name: Change boot order to PXE-first
when: ipmi.stat.exists
Expand All @@ -92,6 +94,7 @@
--device /dev/ipmi0:/dev/ipmi0:rw
docker.io/mikeynap/ipmitool:latest
chassis bootparam set bootflag force_pxe
ignore_errors: true

- name: Change boot order to PXE-first
when: ipmi.stat.exists
Expand Down

0 comments on commit c050607

Please sign in to comment.