WebVirtMgr panel for manage virtual machine
  • JavaScript 53.8%
  • Python 21.5%
  • HTML 20.3%
  • Shell 2.8%
  • CSS 1.5%
Find a file
2018-07-20 12:27:31 +03:00
conf spec: mark gunicorn.conf.py as config file 2016-02-18 17:26:51 +01:00
console Merge pull request #608 from brenard/master 2016-05-08 20:49:45 +03:00
create Add possibility to configure HDD cache mode during instance creation 2016-04-01 17:25:48 +02:00
deploy systemd service: fix working dir 2016-02-18 17:27:21 +01:00
hostdetail URL expression to use the Django URL dispatcher in views 2015-02-14 03:30:05 +09:00
images Add upload ISO images 2013-07-09 14:08:12 +03:00
instance Fixed #527 2015-03-24 11:23:21 +02:00
interfaces Fixed #541 2015-04-18 18:04:58 +03:00
locale Fix a few mistakes 2014-10-07 15:25:46 +02:00
networks Fixed #541 2015-04-21 15:56:26 +03:00
secrets URL expression to use the Django URL dispatcher in views 2015-02-14 03:30:05 +09:00
serverlog Move to new models 2013-11-26 17:23:53 +02:00
servers URL expression to use the Django URL dispatcher in views 2015-02-14 03:30:05 +09:00
storages Add support qed 2015-11-26 13:48:44 +09:00
templates Add possibility to configure HDD cache mode during instance creation 2016-04-01 17:25:48 +02:00
vrtManager Fix pep8 error (bis) 2016-04-03 23:03:44 +02:00
webvirtmgr Update settings.py 2016-01-04 14:34:52 +11:00
.gitignore Changed dev scripts 2015-04-21 09:49:39 +03:00
.travis.yml Fixed pip error 2018-07-20 12:27:31 +03:00
dev-requirements.txt Add some fix and code review 2014-04-11 22:49:34 +03:00
manage.py Move to Django 1.4 2013-05-17 10:58:59 +03:00
MANIFEST.in Add RPM spec file and Upstart file. Fix novnc in console 2015-01-26 16:03:26 +01:00
README.rst Update README.rst 2018-05-31 11:16:14 +03:00
requirements.txt Fixed vulnerability 2018-07-20 12:20:07 +03:00
setup.py Update version 2015-01-23 08:57:10 +02:00
Vagrantfile Changed dev scripts 2015-04-21 09:49:39 +03:00

=========================
WebVirtMgr panel - v4.8.9
=========================
-------
New project like WebVirtMgr with User Management and Filesystem management - `WebVirtCloud <https://github.com/retspen/webvirtcloud>`_
-------

-------
Warning
-------

In latest version app `console/webvirtmgr-novnc` move to `console/webvirtmgr-console` you need check your supervisor settings.

----------
Whats new?
----------

- Added RPM specs (Thanks: `Edoardo Spadoni <https://github.com/edospadoni>`_)
- Added support SPICE, SSH Tunnel, fixed some bugs (Thanks: `brenard <https://github.com/brenard>`_)
- Responsive design (Thanks: `Michel Käser <https://github.com/MaddinXx>`_)
- Added VNC WebSocket support (Thanks: `Tolbkni Kao <https://github.com/tolbkni>`_)
- Added novnc proxy supporting new websockify versions (Thanks: `casell <https://github.com/casell>`_)
- Added support `TLS <http://libvirt.org/remote.html#Remote_certificates>`_ connection (Thanks: `junkb <https://github.com/junkb>`_)
- `Puppet module to control libvirt/kvm <https://github.com/ITBlogger/puppet-kvm>`_ (Thanks: `Alex Scoble <https://github.com/ITBlogger>`_)
- `Deployment via Fabric/Fabtools <https://github.com/retspen/webvirtmgr/tree/master/deploy/fabric>`_ (Thanks: `Mohab Usama <https://github.com/mohabusama>`_)

Screenshots
-----------
`Show <https://github.com/retspen/webvirtmgr/wiki/Screenshots>`_


Introduction
------------

WebVirtMgr is a libvirt-based Web interface for managing virtual machines. It allows you to create and configure new domains, and adjust a domain's resource allocation. A VNC viewer presents a full graphical console to the guest domain. KVM is currently the only hypervisor supported.

Technology:
***********

The application logic is written in Python & Django. The LIBVIRT Python bindings are used to interacting with the underlying hypervisor.

Installation (Only web panel)
-----------------------------

`Install WebVirtMgr <https://github.com/retspen/webvirtmgr/wiki/Install-WebVirtMgr>`_


Setup host server (Server for VM's)
-----------------------------------

`Setup Host Server <https://github.com/retspen/webvirtmgr/wiki/Setup-Host-Server>`_

License
*******

WebVirtMgr is licensed under the `Apache Licence, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0.html>`_.