-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware-bundle - Upload of compsig file fails, hotfix not present #168
Comments
Hi @ClaireHayard , |
Hello @nabhajit-ray, Yes I am uploading the hotfix first. As you can see above, the result of my ansible-playbook command shows that the hotfix is first being uploaded (sucessfully) and then the compsig files. |
This is fixed in ansible collection 6.60. Please check |
Hello @nabhajit-ray, Still having the same issue. The Service Pack is first uploaded successfully but when it's the signature (compsig) files turn, it fails. In this particular test, I am trying to upload two compsig files to one SPP, one after the other.
|
Have you installed the latest python package? |
Hi @nabhajit-ray , You're right, I didn't check the python package version, it was still v6.5.0. I re-did the test and it seems to be working fine now. I am closing the issue. Thank you |
Scenario/Intent
Hello,
I am trying upload spp, hotfix and compsig files to OneView using the
oneview_firmware_bundle
plugin. I am testing the upload of an hotfix and its two associated compsig file, however the upload fails with the compsig files.Input data
- spp_list: ["<absolute_path>/firmware-ilo5-2.60-1.1.x86_64.rpm", "<absolute_path>/firmware-ilo5-2.60-1.1.x86_64_part1.compsig", "<absolute_path>/firmware-ilo5-2.60-1.1.x86_64_part2.compsig"]
upload.yml
Environment Details
Expected Result
The consecutive upload of the hotfix and its compsig files on OneView.
Actual Result
Result of the
ansible-playbook
command#First loop iteration to upload the hotfix
The text was updated successfully, but these errors were encountered: