|
|
843f86 |
commit ded96b82404811d70b9f5e264b44e2834e91e42f
|
|
|
843f86 |
Author: Leon Goldberg <lgoldber@redhat.com>
|
|
|
843f86 |
Date: Thu Mar 23 12:22:26 2017 +0200
|
|
|
843f86 |
|
|
|
843f86 |
Introducing ovirt's imageio service
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/services/ovirt-imageio.xml b/config/services/ovirt-imageio.xml
|
|
|
843f86 |
new file mode 100644
|
|
|
843f86 |
index 0000000..9ba6526
|
|
|
843f86 |
--- /dev/null
|
|
|
843f86 |
+++ b/config/services/ovirt-imageio.xml
|
|
|
843f86 |
@@ -0,0 +1,6 @@
|
|
|
843f86 |
+
|
|
|
843f86 |
+<service>
|
|
|
843f86 |
+ <short>oVirt Image I/O</short>
|
|
|
843f86 |
+ <description>oVirt Image I/O simplifies the workflow of introducing new oVirt images into the oVirt environment.</description>
|
|
|
843f86 |
+ <port protocol="tcp" port="54322"/>
|
|
|
843f86 |
+</service>
|
|
|
843f86 |
|
|
|
843f86 |
commit 31955ff59636e3ed63289d60ad254a09aa75686e
|
|
|
843f86 |
Author: Leon Goldberg <lgoldber@redhat.com>
|
|
|
843f86 |
Date: Tue May 2 16:04:52 2017 +0300
|
|
|
843f86 |
|
|
|
843f86 |
Adding ovirt-vmconsole service file
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/services/ovirt-vmconsole.xml b/config/services/ovirt-vmconsole.xml
|
|
|
843f86 |
new file mode 100644
|
|
|
843f86 |
index 0000000..2b47448
|
|
|
843f86 |
--- /dev/null
|
|
|
843f86 |
+++ b/config/services/ovirt-vmconsole.xml
|
|
|
843f86 |
@@ -0,0 +1,7 @@
|
|
|
843f86 |
+
|
|
|
843f86 |
+<service>
|
|
|
843f86 |
+ <short>oVirt VM Console</short>
|
|
|
843f86 |
+ <description>oVirt VM Consoles enables secure access to virtual machine serial console.</description>
|
|
|
843f86 |
+ <port protocol="tcp" port="54322"/>
|
|
|
843f86 |
+</service>
|
|
|
843f86 |
+
|
|
|
843f86 |
|
|
|
843f86 |
commit ffd82e3e95ed80805c566bb8b5858fdd45f3780f
|
|
|
843f86 |
Author: leongold <leon.otium@gmail.com>
|
|
|
843f86 |
Date: Wed May 3 15:30:40 2017 +0300
|
|
|
843f86 |
|
|
|
843f86 |
Fixing incorrect port number
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/services/ovirt-vmconsole.xml b/config/services/ovirt-vmconsole.xml
|
|
|
843f86 |
index 2b47448..ca8ea19 100644
|
|
|
843f86 |
--- a/config/services/ovirt-vmconsole.xml
|
|
|
843f86 |
+++ b/config/services/ovirt-vmconsole.xml
|
|
|
843f86 |
@@ -2,6 +2,5 @@
|
|
|
843f86 |
<service>
|
|
|
843f86 |
<short>oVirt VM Console</short>
|
|
|
843f86 |
<description>oVirt VM Consoles enables secure access to virtual machine serial console.</description>
|
|
|
843f86 |
- <port protocol="tcp" port="54322"/>
|
|
|
843f86 |
+ <port protocol="tcp" port="2223"/>
|
|
|
843f86 |
</service>
|
|
|
843f86 |
-
|
|
|
843f86 |
|
|
|
843f86 |
commit 920f54ce5b3651a1ce738cb0b062aa1458c12c8d
|
|
|
843f86 |
Author: Leon Goldberg <lgoldber@redhat.com>
|
|
|
843f86 |
Date: Tue May 2 16:04:52 2017 +0300
|
|
|
843f86 |
|
|
|
843f86 |
Adding oVirt storage-console service.
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/services/ovirt-storageconsole.xml b/config/services/ovirt-storageconsole.xml
|
|
|
843f86 |
new file mode 100644
|
|
|
843f86 |
index 0000000..721a7df
|
|
|
843f86 |
--- /dev/null
|
|
|
843f86 |
+++ b/config/services/ovirt-storageconsole.xml
|
|
|
843f86 |
@@ -0,0 +1,7 @@
|
|
|
843f86 |
+
|
|
|
843f86 |
+<service>
|
|
|
843f86 |
+ <short>oVirt Storage-Console</short>
|
|
|
843f86 |
+ <description>oVirt Storage Console is a web-based storage management platform specially designed to efficiently manage oVirt's storage-defined storage.</description>
|
|
|
843f86 |
+ <port protocol="tcp" port="55863"/>
|
|
|
843f86 |
+ <port protocol="tcp" port="39543"/>
|
|
|
843f86 |
+</service>
|
|
|
843f86 |
|
|
|
843f86 |
commit 0aa83426e9c337bf21df0d436e7f6cbcd6b72e03
|
|
|
843f86 |
Author: Leon Goldberg <lgoldber@redhat.com>
|
|
|
843f86 |
Date: Wed May 3 14:44:14 2017 +0300
|
|
|
843f86 |
|
|
|
843f86 |
Adding ctdb service file.
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/services/ctdb.xml b/config/services/ctdb.xml
|
|
|
843f86 |
new file mode 100644
|
|
|
843f86 |
index 0000000..7209082
|
|
|
843f86 |
--- /dev/null
|
|
|
843f86 |
+++ b/config/services/ctdb.xml
|
|
|
843f86 |
@@ -0,0 +1,7 @@
|
|
|
843f86 |
+
|
|
|
843f86 |
+<service>
|
|
|
843f86 |
+ <short>CTDB</short>
|
|
|
843f86 |
+ <description>CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data.</description>
|
|
|
843f86 |
+ <port protocol="tcp" port="4379"/>
|
|
|
843f86 |
+ <port protocol="udp" port="4379"/>
|
|
|
843f86 |
+</service>
|
|
|
843f86 |
|
|
|
843f86 |
commit d774891afe7109fb65c87ac6a3e28a76d132784a
|
|
|
843f86 |
Author: Leon Goldberg <lgoldber@redhat.com>
|
|
|
843f86 |
Date: Thu May 4 12:16:53 2017 +0300
|
|
|
843f86 |
|
|
|
843f86 |
Adding service file for nrpe.
|
|
|
843f86 |
|
|
|
843f86 |
Although the port isn't IANA registered to Nagios, it's failry well
|
|
|
843f86 |
known (http://www.speedguide.net/port.php?port=5666).
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/services/nrpe.xml b/config/services/nrpe.xml
|
|
|
843f86 |
new file mode 100644
|
|
|
843f86 |
index 0000000..4535d89
|
|
|
843f86 |
--- /dev/null
|
|
|
843f86 |
+++ b/config/services/nrpe.xml
|
|
|
843f86 |
@@ -0,0 +1,6 @@
|
|
|
843f86 |
+
|
|
|
843f86 |
+<service>
|
|
|
843f86 |
+ <short>NRPE</short>
|
|
|
843f86 |
+ <description>NRPE allows you to execute Nagios plugins on a remote host in as transparent a manner as possible.</description>
|
|
|
843f86 |
+ <port protocol="tcp" port="5666"/>
|
|
|
843f86 |
+</service>
|
|
|
843f86 |
|
|
|
843f86 |
commit b1b63267f1f5af0c71d8ebd7db170bf2e1380c13
|
|
|
843f86 |
Author: Thomas Woerner <twoerner@redhat.com>
|
|
|
843f86 |
Date: Thu Apr 27 14:52:49 2017 +0200
|
|
|
843f86 |
|
|
|
843f86 |
config/Makefile.am: Install new ovirt-imageio service
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/Makefile.am b/config/Makefile.am
|
|
|
843f86 |
index f05caf6..61ec9a2 100644
|
|
|
843f86 |
--- a/config/Makefile.am
|
|
|
843f86 |
+++ b/config/Makefile.am
|
|
|
843f86 |
@@ -174,6 +174,7 @@ CONFIG_FILES = \
|
|
|
843f86 |
services/nfs.xml \
|
|
|
843f86 |
services/ntp.xml \
|
|
|
843f86 |
services/openvpn.xml \
|
|
|
843f86 |
+ services/ovirt-imageio.xml \
|
|
|
843f86 |
services/pmcd.xml \
|
|
|
843f86 |
services/pmproxy.xml \
|
|
|
843f86 |
services/pmwebapis.xml \
|
|
|
843f86 |
|
|
|
843f86 |
commit 7e6e41809b3898a1ae9d014dc9be027b25521978
|
|
|
843f86 |
Author: Thomas Woerner <twoerner@redhat.com>
|
|
|
843f86 |
Date: Wed May 3 17:19:03 2017 +0200
|
|
|
843f86 |
|
|
|
843f86 |
config/Makefile.am: New services ctdb, ovirt-storageconsole and ovirt-vmconsole
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/Makefile.am b/config/Makefile.am
|
|
|
843f86 |
index 61ec9a2..1669a84 100644
|
|
|
843f86 |
--- a/config/Makefile.am
|
|
|
843f86 |
+++ b/config/Makefile.am
|
|
|
843f86 |
@@ -131,6 +131,7 @@ CONFIG_FILES = \
|
|
|
843f86 |
services/ceph.xml \
|
|
|
843f86 |
services/cfengine.xml \
|
|
|
843f86 |
services/condor-collector.xml \
|
|
|
843f86 |
+ services/ctdb.xml \
|
|
|
843f86 |
services/dhcpv6-client.xml \
|
|
|
843f86 |
services/dhcpv6.xml \
|
|
|
843f86 |
services/dhcp.xml \
|
|
|
843f86 |
@@ -175,6 +176,8 @@ CONFIG_FILES = \
|
|
|
843f86 |
services/ntp.xml \
|
|
|
843f86 |
services/openvpn.xml \
|
|
|
843f86 |
services/ovirt-imageio.xml \
|
|
|
843f86 |
+ services/ovirt-storageconsole.xml \
|
|
|
843f86 |
+ services/ovirt-vmconsole.xml \
|
|
|
843f86 |
services/pmcd.xml \
|
|
|
843f86 |
services/pmproxy.xml \
|
|
|
843f86 |
services/pmwebapis.xml \
|
|
|
843f86 |
|
|
|
843f86 |
commit a75d783101a43a57c6b6619acafa66268e6f822d
|
|
|
843f86 |
Author: Thomas Woerner <twoerner@redhat.com>
|
|
|
843f86 |
Date: Tue May 9 11:29:12 2017 +0200
|
|
|
843f86 |
|
|
|
843f86 |
config/Makefile.am: New services nrpe
|
|
|
843f86 |
|
|
|
843f86 |
diff --git a/config/Makefile.am b/config/Makefile.am
|
|
|
843f86 |
index 1669a84..33cb7da 100644
|
|
|
843f86 |
--- a/config/Makefile.am
|
|
|
843f86 |
+++ b/config/Makefile.am
|
|
|
843f86 |
@@ -173,6 +173,7 @@ CONFIG_FILES = \
|
|
|
843f86 |
services/ms-wbt.xml \
|
|
|
843f86 |
services/mysql.xml \
|
|
|
843f86 |
services/nfs.xml \
|
|
|
843f86 |
+ services/nrpe.xml \
|
|
|
843f86 |
services/ntp.xml \
|
|
|
843f86 |
services/openvpn.xml \
|
|
|
843f86 |
services/ovirt-imageio.xml \
|