IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
140 stars 68 forks source link

Remove check for downloaded extras #772

Closed jandusek4 closed 1 month ago

jandusek4 commented 2 months ago

Describe the bug If intermittent network issues is hit and download item is downloaded only partially, and its unpacking fails, then subsequent Deployer run fails again as it thinks that the download is already successfully done and only tries to unpack it again.

To Reproduce Not consistent

Expected behavior As an example, remove this check for Java download at https://github.com/IBM/cloud-pak-deployer/blob/main/automation-roles/99-generic/java/java-download/tasks/main.yml#L7-L10

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

fketelaars commented 2 months ago

This issue has also been seen for cpd-cli downloads. Implement the same change for cpd-cli.