Skip to content

Commit

Permalink
Developer manual: add webvirt chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Jan 28, 2015
1 parent 33cc3d0 commit 883daff
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions developer-manual/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Modules
web_antivirus
content_filter
lightsquid
webvirtmgr

Appendix
--------
Expand Down
30 changes: 30 additions & 0 deletions developer-manual/en/webvirtmgr.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
==========
WebVirtMgr
==========

WebVirtMgr is a simple web interface for :index:`libvirt` administration, the main package is ``nethserver-webvirtmgr``.

By default there is a local socket connection named ``localhost``,
it's a simply record in SQLite database, the db name is
:file:`webvirtmgr.sqlite3` that can be found in :file:`/usr/lib/python2.6/site-packages/webvirtmgr/`.

The webvirtmgr service is handled using upstart, meanwhile webvirtmgr-console is handled by traditional init.d.

Database
========

Configuration is stored inside ``webvirtmgr`` and ``webvirtmgr-console`` keys in ``configuration`` database.

Properties of ``webvirtmgr``:

* TCPPort: listen TCP port, default is ``8000``
* User: login user, default is ``admin``
* Password: password for ``User``, automatically generated during first configuration
* status: default is ``disabled``
* access: default is ``private``, do not change for security reasons

Properties of ``webvirtmgr-console``:

* status: default is ``disabled``
* access: default is ``private``, do not change for security reasons

0 comments on commit 883daff

Please sign in to comment.