summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-10-24 18:52:29 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-10-24 18:52:29 +0200
commit61158cad3d91def0414c1550862e8ab5589afef2 (patch)
tree0d469101a2d63cdf392b6d16a133e4799ad5e7e2 /cluster-cman.py
parentce73b6de1e2eec264d82b356c16dd41a70c85539 (diff)
downloadcluster-overview-61158cad3d91def0414c1550862e8ab5589afef2.tar.gz
cluster-overview-61158cad3d91def0414c1550862e8ab5589afef2.tar.xz
cluster-overview-61158cad3d91def0414c1550862e8ab5589afef2.zip
Add RhelSaslauthd (being used by luci and ricci)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 362db1a..9ce5f99 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -50,6 +50,7 @@ graph = lambda\
,label='external clients'
,_nodes=\
[Executable('firefox')
+ ,RhelSaslauthd('saslauthd')
,Executable('snmpwalk')
,Executable('wbemcli')
])
@@ -289,6 +290,8 @@ graph = lambda\
,RhelSnmpd('node_b-snmpd'
)
,RhelCimserver('node_b-cimserver'
+ )
+ ,RhelSaslauthd('node_b-saslauthd'
)]
,_edges=\
[Consume\
@@ -319,6 +322,10 @@ graph = lambda\
('node_b-cimserver'
,'node_b-libRedHatClusterProvider.so'
)
+ ,Delegate\
+ ('node_b-ricci'
+ ,'node_b-saslauthd'
+ )
,DelegateOddjobExec\
('node_b-ricci'
,'node_b-modcluster'
@@ -607,6 +614,11 @@ graph = lambda\
('wbemcli'
,'node_b-cimserver'
)
+ ,Delegate\
+ ('luci'
+ ,'saslauthd'
+ ,constraint='false'
+ )
# node b/rgmamanger - cluster services layer
]+\
[Delegate\