Blob Blame History Raw
commit 3580db37e9bc1b6a8784902717e82895b8038c90
Author: Antoni S. Puimedon <asegurap@redhat.com>
Date:   Tue Oct 7 19:53:46 2014 +0200

    services: Add vdsm's service configuration
    
    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>

#diff --git a/config/Makefile.am b/config/Makefile.am
#index 9ab014b..1670b06 100644
#--- a/config/Makefile.am
#+++ b/config/Makefile.am
#@@ -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 \
diff --git a/config/services/vdsm.xml b/config/services/vdsm.xml
new file mode 100644
index 0000000..6d28077
--- /dev/null
+++ b/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>