Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Required DDP package is not loaded issue" into stable/wallaby
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 1, 2022
2 parents 684ef97 + 14e7896 commit a236d30
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ outputs:
rm -f /lib/firmware/intel/ice/ddp/ice.pkg
ln -s {{ ddp_package_file }} /lib/firmware/intel/ice/ddp/ice.pkg
dracut -f
rmmod ice
modprobe ice
when: ddp_package_files is defined and ddp_package_file|string != ""
when: step|int == 0 and ddp_package|string != "ddp"
- get_attr: [BootParams, role_data, deploy_steps_tasks]
Expand Down

0 comments on commit a236d30

Please sign in to comment.