mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #49] Cloud images #32
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ananiasfilho on GitHub (Aug 30, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/49
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:
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 on GitHub (Mar 19, 2016):
@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