Skip to content

Commit

Permalink
services: Add vdsm's service configuration
Browse files Browse the repository at this point in the history
oVirt's Virtual Desktop and Server Manager is the daemon that sits
on each hypervisor host to control VM lifecycle, storage and
networking. In order to do that, it needs to have some ports open.
This patch adds it as a default service.

Signed-off-by: Antoni S. Puimedon <asegurap@redhat.com>
Signed-off-by: Jiri Popelka <jpopelka@redhat.com>
  • Loading branch information
celebdor authored and jpopelka committed Oct 22, 2014
1 parent 4288482 commit 3580db3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/Makefile.am
Expand Up @@ -124,6 +124,7 @@ EXTRA_DIST = \
services/tftp.xml \
services/tor-socks.xml \
services/transmission-client.xml \
services/vdsm.xml \
services/vnc-server.xml \
services/wbem-https.xml \
services/xmpp-bosh.xml \
Expand Down
8 changes: 8 additions & 0 deletions config/services/vdsm.xml
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>oVirt's Virtual Desktop and Server Manager</short>
<description>The VDSM service is required by a Virtualization Manager to manage the Linux hosts. VDSM manages and monitors the host's storage, memory and networks as well as virtual machine creation, other host administration tasks, statistics gathering, and log collection.</description>
<port protocol="tcp" port="54321"/> <!-- vdsmd -->
<port protocol="tcp" port="5900-6923"/> <!-- guest consoles -->
<port protocol="tcp" port="49152-49216"/> <!-- migration -->
</service>

0 comments on commit 3580db3

Please sign in to comment.