apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2.06k stars 1.1k forks source link

Unable to upload ISO Files #8331

Closed tamoorahmedntu closed 10 months ago

tamoorahmedntu commented 10 months ago
ISSUE TYPE
COMPONENT NAME
secondarystoragevm
secondarystorage
secstorage.ssl.cert.domain = cloudstorage.mydomainname
Using SSL 
CLOUDSTACK VERSION
CloudStack 4.18.1.0 
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 22.04.1 LTS
SUMMARY

Proper SSL being used not self signed Able to SSH to SSVM and CPSVM

Unable to upload ISO or templates; when uploading I get the error message in the browser console image image

Management Cloud Stack Log says unable to reach host unable to reach cloudstorage.mydomainname management has firewall turned off

NFS on Management NFS is running and mounted and working

SSVM /usr/local/cloud/systemvm/ssvm-check.sh image SSVM firewall turned off image IP Address NOT pingable Private IP address Pingable

STEPS TO REPRODUCE

images > ISOs > Upload ISO from local

EXPECTED RESULTS

To be able to upload ISO successfully

ACTUAL RESULTS

Management Cloud Stack Log says unable to reach host unable to reach cloudstorage.mydomainname management has firewall turned off

NFS on Management NFS is running and mounted and working

SSVM /usr/local/cloud/systemvm/ssvm-check.sh image SSVM firewall turned off image IP Address NOT pingable Private IP address Pingable

Console Proxy Working fine with Private IP Address

boring-cyborg[bot] commented 10 months ago

Thanks for opening your first issue here! Be sure to follow the issue template!

rajujith commented 10 months ago

@tamoorahmedntu

Are you able to connect to port 443 on cloudstorage.mydomainname? Does this hostname resolve correctly to the SSVM's public IP?

You could compare you configuration against the recommended steps for enabling SSL/TLS for system VMs in cloudstack:

https://www.shapeblue.com/securing-cloudstack-4-11-with-https-tls/

tamoorahmedntu commented 10 months ago

Nothing comes up on 443 Not public but yes private.

tamoorahmedntu commented 10 months ago

I went through everything again and made sure, all the net plan reflect cloud stack instructions and made sure the traffic labels are correct and made sure all the network IPs are correct, after a reboot things started to work