Closed devops-42 closed 4 days ago
Thanks for opening your first issue here! Be sure to follow the issue template!
Update: It turned out that the ping
utility was missing on the host machine. After installation, everything works as expected. Sorry for the noise 😇
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Issue was with both: basic and advanced networking. The configuration is shown below.
OS / ENVIRONMENT
Used setup: Management + KVM host:
Management:
KVM host:
SUMMARY
When setting up a zone (basic or advanced) the KVM host has joined to the cluster, but the SSVM and the CPVM stuck in "Starting". The log file of the SSVM shows a SSL error:
The same log indicates, that the cloud agent on the SSVM was not able to detect the keystore:
After playing around I found out, that the cloud agent expects to have a keystore
cloud.jks
in the/usr/local/cloud/systemvm/conf
directory, which is populated from the/etc/cloudstack
directory. Unfortunately,/etc/cloudstack
is empty on the VM.Already tried to work around by setting the global configuration parameter
ca.plugin.root.auth.strictness
tofalse
(not really working for me, but with unexpected results):Up
, while the overall state remains onStarting
Up
.STEPS TO REPRODUCE
Setup management server:
Setup KVM host:
EXPECTED RESULTS
SSVM and CPVM starting up, cloud agent is running. Creation of compute instances using virtual router (isolated guest network) is possible.
ACTUAL RESULTS
Here the (hopefully) relevant log snippet.
Thanks for looking at it✌️