summaryrefslogtreecommitdiffstats
path: root/lib_cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib_cman.py')
-rw-r--r--lib_cman.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib_cman.py b/lib_cman.py
index fbb1de6..e04ff6f 100644
--- a/lib_cman.py
+++ b/lib_cman.py
@@ -66,6 +66,7 @@ class CmanRGManager(Daemon):
summary = \
"RGManager (Resource Group ~) deals with cluster resources"
web = 'https://fedorahosted.org/cluster/wiki/RGManager'
+ location = '/usr/sbin/rgmanager'
repo = dict(
git='git://git.fedorahosted.org/git/cluster.git',
web='https://git.fedorahosted.org/cgit/cluster.git',
@@ -87,6 +88,7 @@ class CmanClustat(Executable):
))
summary = \
"clustat is a program to display cluster status"
+ location = '/usr/sbin/clustat'
repo = dict(
git='git://git.fedorahosted.org/git/cluster.git',
web='https://git.fedorahosted.org/cgit/cluster.git',
@@ -112,6 +114,7 @@ class CmanCmanTool(Executable):
))
summary = \
"cman_tool is a program to manage CMAN cluster subsystem"
+ location = '/usr/sbin/cman_tool'
repo = dict(
git='git://git.fedorahosted.org/git/cluster.git',
web='https://git.fedorahosted.org/cgit/cluster.git',
@@ -137,6 +140,7 @@ class CmanFenceTool(Executable):
))
summary = \
"fence_tool is a utility for the fenced daemon"
+ location = '/usr/sbin/fence_tool'
repo = dict(
git='git://git.fedorahosted.org/git/cluster.git',
web='https://git.fedorahosted.org/cgit/cluster.git',
@@ -159,6 +163,7 @@ class CmanRicci(Daemon):
summary = \
"ricci daemon is an executive back-end within cluster management (conga)"
#web = 'https://sourceware.org/cluster/conga/'
+ location = '/usr/sbin/ricci'
repo = dict(
git='git://git.fedorahosted.org/git/conga.git',
web='https://git.fedorahosted.org/cgit/conga.git',
@@ -190,6 +195,7 @@ class CmanCcs(Executable, CmanRicciRPCSrc):
))
summary = \
"ccs is a CLI front-end within cluster management (conga)"
+ location = '/usr/sbin/ccs'
repo = dict(
#git='git://git.fedorahosted.org/git/conga.git',
git='git://github.com/feist/ccs.git',
@@ -218,6 +224,7 @@ class CmanCcsSync(Executable, CmanRicciRPCSrc):
))
summary = \
"ccs_sync is a program to distribute+propagate cluster configuration"
+ location = '/usr/bin/ccs_sync'
repo = dict(
git='git://git.fedorahosted.org/git/conga.git',
web='https://git.fedorahosted.org/cgit/conga.git',
@@ -274,6 +281,7 @@ class CmanModclusterd(Daemon, CmanModclusterdUpdatesPeer):
))
summary = \
"modclusterd is a deamon facilitating info about cluster status (to conga)"
+ location = '/usr/sbin/modclusterd'
repo = dict(
git='git://git.fedorahosted.org/git/conga.git',
web='https://git.fedorahosted.org/cgit/conga.git',
@@ -323,6 +331,7 @@ class CmanModcluster(Executable):
))
summary = \
"modcluster is a ricci's helper dealing with cluster config and status"
+ location = '/usr/libexec/modcluster'
repo = dict(
git='git://git.fedorahosted.org/git/conga.git',
web='https://git.fedorahosted.org/cgit/conga.git',
@@ -345,6 +354,7 @@ class CmanFenced(Daemon):
))
summary = \
"fenced is an I/O fencing daemon"
+ location = '/usr/sbin/fenced'
repo = dict(
git='git://git.fedorahosted.org/git/cluster.git',
web='https://git.fedorahosted.org/cgit/cluster.git',