Issue
Unable to use the UI to download templates to the cloud. Getting an error like:
Fatal: /onapp/templates/debian-6.0-Vyatta_VC6.5-x64-1.2.tar.gz: Permission denied
Environment
OnApp All Versions
Resolution
You need to change the permissions on the template folder on the control server:
chmod 777 -R /onapp/templates
This gives all the users (specifically the OnApp user) the permission to write to that folder.