summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-27 22:10:58 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-27 22:10:58 +0200
commit15bf2046cbe5392c9beb903b07c2f814a64be571 (patch)
treec635a57c0d8efdf2b3e14a0b04281bb15ed954bf /cluster-cman.py
parent91b24a8628b72806e1a725649a38c11e0aee6a31 (diff)
downloadcluster-overview-15bf2046cbe5392c9beb903b07c2f814a64be571.tar.gz
cluster-overview-15bf2046cbe5392c9beb903b07c2f814a64be571.tar.xz
cluster-overview-15bf2046cbe5392c9beb903b07c2f814a64be571.zip
Move some cman-cluster-specific edges: lib{-edges,cman}
Also start using as of now enabled "common_{src,dst}_of" to allow for edges -> metadata association (used in "on_click") Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 15cccda..c2608d1 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -572,17 +572,17 @@ graph = lambda\
# cluster management layer - cluster nodes layer
#
]+\
- [DelegateRICCIRPC\
+ [CmanRicciRPC\
('ccs'
,'node_a-ricci'
,ltail='cluster.management-cli'
)
- ,DelegateRICCIRPC\
+ ,CmanRicciRPC\
('luci'
,'node_b-ricci'
,ltail='cluster.management-cli'
)
- ,DelegateRICCIRPC\
+ ,CmanRicciRPC\
('ccs_sync'
,'node_c-ricci'
,ltail='cluster.management-cli'
@@ -591,7 +591,7 @@ graph = lambda\
# outer environment - cluster management layer
#
]+\
- [DelegateLuciHTTPS\
+ [CmanLuciHTTPS\
('firefox'
,'luci'
)