public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: ccaulfield@sourceware.org
To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com
Subject: Cluster Project branch, master, updated. cluster-2.99.05-52-g22f1d68
Date: Mon, 07 Jul 2008 12:32:00 -0000	[thread overview]
Message-ID: <20080707123241.9429.qmail@sourceware.org> (raw)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=22f1d68a1739dfef05846018ac0e8a51b72b78e7

The branch, master has been updated
       via  22f1d68a1739dfef05846018ac0e8a51b72b78e7 (commit)
      from  0e0d1b960e8d03c921170862adc52c7e122a5f22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 22f1d68a1739dfef05846018ac0e8a51b72b78e7
Author: Christine Caulfield <ccaulfie@redhat.com>
Date:   Mon Jul 7 13:32:02 2008 +0100

     [CONFIG] Add some more ldap comments
    
        Show what sort of cluster.conf file, the ldap example maps onto.
        Fix some schema errors.
    
    Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 config/plugins/ldap/99cluster.ldif |   24 +++++++++++++--
 config/plugins/ldap/example.ldif   |   58 ++++++++++++++++++++++++++++++++---
 2 files changed, 74 insertions(+), 8 deletions(-)

diff --git a/config/plugins/ldap/99cluster.ldif b/config/plugins/ldap/99cluster.ldif
index 2f0091d..bd2d843 100644
--- a/config/plugins/ldap/99cluster.ldif
+++ b/config/plugins/ldap/99cluster.ldif
@@ -3,7 +3,7 @@
 #
 # This schema is incomplete, and probably always will be
 #
-
+#
 dn: cn=schema
 attributeTypes: (
   1.3.6.1.4.1.2312.8.1.1.1 NAME 'rhcsConfig-version'
@@ -89,6 +89,13 @@ attributeTypes: (
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   SINGLE-VALUE
   )
+attributeTypes: (
+  1.3.6.1.4.1.2312.8.1.1.13 NAME 'rhcsPort'
+  DESC 'Port number for fence agent or cman'
+  EQUALITY IntegerMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  )
 objectClasses: ( 
      1.3.6.1.4.1.2312.8.1.2.1 NAME 'rhcsCluster' SUP top STRUCTURAL
      DESC 'Cluster top-level entry'
@@ -103,8 +110,8 @@ objectClasses: (
 objectClasses: ( 
      1.3.6.1.4.1.2312.8.1.2.3 NAME 'rhcsCman' SUP top STRUCTURAL
      DESC 'Cluster node entry'
-     MUST ( cn $ name $ rhcsNodeid )
-     MAY ( rhcsCluster-id $ rhcsTwo-node $ rhcsExpected-votes $ rhcsMax-queued )
+     MUST ( cn )
+     MAY ( rhcsCluster-id $ rhcsTwo-node $ rhcsExpected-votes $ rhcsMax-queued $ rhcsPort )
    )
 objectClasses: ( 
      1.3.6.1.4.1.2312.8.1.2.4 NAME 'rhcsTotem' SUP top STRUCTURAL
@@ -118,3 +125,14 @@ objectClasses: (
      MUST ( name $ rhcsAgent )
      MAY ( rhcsIpaddr $ rhcsUsername $ rhcsPassword )
    )
+objectClasses: ( 
+     1.3.6.1.4.1.2312.8.1.2.6 NAME 'rhcsFenceagent' SUP top STRUCTURAL
+     DESC 'A Fence device'
+     MUST ( name )
+     MAY ( rhcsPort )
+   )
+objectClasses: ( 
+     1.3.6.1.4.1.2312.8.1.2.7 NAME 'rhcsFencemethod' SUP top STRUCTURAL
+     DESC 'A Fence method placeholder'
+     MUST ( name )
+)
diff --git a/config/plugins/ldap/example.ldif b/config/plugins/ldap/example.ldif
index e7cb99d..0182dcf 100644
--- a/config/plugins/ldap/example.ldif
+++ b/config/plugins/ldap/example.ldif
@@ -1,5 +1,53 @@
-
 # Example cluster LDIF file
+# Christine Caulfield <ccaulfie@redhat.com>
+#
+# You WILL need to change this to suit your needs, in particular a search
+# and replace of dc=chrissie,dc=net with your own domanin name.
+#
+# Load with:
+#  ldapmodify -x -a -D"cn=Directory Manager" -f example.ldif -c -v -W
+#
+#
+# What follows is the LDAP equivalent of the following cluster.conf file:
+#
+#<totem token="21000"/>
+#
+#<cluster config_version="1"  name="cc_cluster">
+#  <cman cluster_id="444"/>
+#
+#  <fencedevices>
+#        <fencedevice name="myapc"
+#            password="apc"
+#            username="apc"
+#            ipaddr="myapc.chrissie.net"
+#            agent="fence_apc"
+#        </fencedevice>
+#  </fencedevice>
+#  <clusternodes>
+#    <clusternode name="ford"
+#                 votes="1"
+#            	  nodeid="32">
+#		  <fence>
+#                    <method name="apc">
+# 		       <device name="myapc" port="4"/>
+#		     </method>
+#                 </fence>
+#    </clusternode>
+#
+#    <clusternode name="arthur"
+#                 votes="1"
+#            	  nodeid="10">
+#    </clusternode>
+#
+#    <clusternode name="jeltz"
+#                 votes="2"
+#            	  nodeid="1">
+#    </clusternode>
+#  </clusternodes>
+#</cluster>
+#
+#
+
 dn: cn=cluster,dc=chrissie,dc=net
 cn: cluster
 objectClass: rhcsCluster
@@ -46,7 +94,7 @@ objectclass: nsContainer
 
 dn: name=apc,cn=method,cn=fence,name=jeltz,cn=clusternode,cn=clusternodes,cn=cluster,dc=chrissie,dc=net
 name: apc
-objectclass: nsContainer
+objectclass: rhcsFenceMethod
 
 dn: cn=device,name=apc,cn=method,cn=fence,name=jeltz,cn=clusternode,cn=clusternodes,cn=cluster,dc=chrissie,dc=net
 cn: device
@@ -54,8 +102,8 @@ objectclass: nsContainer
 
 dn: name=myapc,cn=device,name=apc,cn=method,cn=fence,name=jeltz,cn=clusternode,cn=clusternodes,cn=cluster,dc=chrissie,dc=net
 name: myapc
-objectclass: nsContainer
-port=4
+objectclass: rhcsFenceAgent
+rhcsPort: 4
 
 dn: name=arthur,cn=clusternode,cn=clusternodes,cn=cluster,dc=chrissie,dc=net
 objectClass: rhcsNode
@@ -86,4 +134,4 @@ name: myapc
 rhcsAgent: fence_apc
 rhcsIpaddr: myapc.chrissie.net
 rhcsUsername: apc
-rhcsPassword: apc
\ No newline at end of file
+rhcsPassword: apc


hooks/post-receive
--
Cluster Project


                 reply	other threads:[~2008-07-07 12:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080707123241.9429.qmail@sourceware.org \
    --to=ccaulfield@sourceware.org \
    --cc=cluster-cvs@sources.redhat.com \
    --cc=cluster-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).