This issue is caused by an upgrade to the Ops Manager
nginx. This results in the Stemcell files only having read permissions, as seen below:
-r-------- 1 tempest-web tempest-web 536833880 Nov 26 07:51 bosh-stemcell-621.92-azure-hyperv-ubuntu-xenial-go_agent.tgz
To resolve this, perform the following steps from the Ops Manager VM:
- cd /var/tempest/stemcells
- sudo chmod 644 *.*
This gives all Stemcells on the foundation the correct permissions. This issue will be fixed in the future releases of Ops Manager for the affected versions.