From 57a55480853072c5b9c84129c8a708a50ebc3ed8 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 8 Nov 2013 15:58:15 +0100 Subject: cman: new "config" super-node (cluster.conf, libccsconfdb) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- lib_cman.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lib_cman.py') diff --git a/lib_cman.py b/lib_cman.py index eb91c17..382cfcd 100644 --- a/lib_cman.py +++ b/lib_cman.py @@ -131,6 +131,27 @@ class CmanCmanTool(Executable): ) +class CmanFenceTool(Executable): + defaults = dict(( + LABEL('fence_tool'), + )) + summary = \ + "fence_tool is a utility for the fenced daemon" + repo = dict( + git='git://git.fedorahosted.org/git/cluster.git', + web='https://git.fedorahosted.org/cgit/cluster.git', + ml='https://lists.fedorahosted.org/mailman/listinfo/cluster-commits', + ) + man = [ + 'fence_tool(8)', + ] + ids = dict( + srpm='cluster', + rpm='cman', + rhbz='cluster', + ) + + class CmanRicci(Daemon): defaults = dict(( LABEL('ricci'), -- cgit