mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #90] Making WebVirtCloud Work With Existing KVM Install #63
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#63
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 @brando56894 on GitHub (Mar 3, 2016).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/90
I was under the impression that this was just a front-end for virsh and not a full installation from the ground up. I ran this on my Ubuntu Webserver and it wouldn't work (because libvirt wasn't running) after some investigation I realized nginx was just a reverse proxy pointing to port 8000 on the localhost, since I have nginx already installed for my reverse proxies that should be easy to migrate. I found in the libvirt docs that port 8000 is the config port for xen-http. I opened an unsecured TCP connection to my KVM hypervisor and pointed the reverse proxy to it but it wouldn't connect.
What config changes do I need to make to my existing libvirt install to get this to work correctly?
@brando56894 commented on GitHub (Mar 3, 2016):
Nevermind, I looked at the code more and saw that it works with existing installations.