retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.67k stars 371 forks source link

Cloud images #49

Open ananiasfilho opened 9 years ago

ananiasfilho commented 9 years ago

I love the simplicity and power of WebVirtCloud and would like to know onething: is it possible to use cloud images? I have download some cloud images as ubuntu, fedora and suse. When i run new instance from "Template" and choose cloud image, it start instance, get ip address and after 1-2 minutes, i can login into instance with root password set on instance config. But show this error:

screenshot 2015-08-30 at 13 23 06

And i got a lot of error 500 when try join on Admin -> Profile. I received a error 500 when try set up "SSH KEY" on instance too.

rroethof commented 8 years ago

@ananiasfilho thats the package cloud-init in your cloud image.. I have/had the same problem and for now i removed the cloud-init package from the image. Now it works fine for me :)

I am however looking into a option to 'addon' a cmdb/dhcp setup, so after the first boot a image will setup the according network config and call home to the cmdb to report itself there. This is a requirement for me, because i use ansible for configuring all systems, and it needs 'ip', 'fqdn', 'username', 'password/sshkey' as a base requirement.

Ronny