cluster: STABLE3 - config: Update relaxng schema for broadcast options

Lon Hohberger lon@fedoraproject.org
Wed Jul 8 16:41:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=66b0782a517329a7eda37fd9c77f60a560a60db9
Commit:        66b0782a517329a7eda37fd9c77f60a560a60db9
Parent:        192d4e27c36fb263617ad726795f1c8dbc709497
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Wed Jul 8 11:53:37 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Wed Jul 8 11:53:37 2009 -0400

config: Update relaxng schema for broadcast options

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 config/tools/xml/cluster.rng |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/config/tools/xml/cluster.rng b/config/tools/xml/cluster.rng
index 717315e..23678bf 100644
--- a/config/tools/xml/cluster.rng
+++ b/config/tools/xml/cluster.rng
@@ -74,6 +74,14 @@ To validate your cluster.conf against this schema, run:
     </attribute>
    </optional>
    <optional>
+    <attribute name="broadcast">
+     <data type="nonNegativeInteger"/>
+    </attribute>
+   </optional>
+   <optional>
+    <attribute name="disable_openais"/>
+   </optional>
+   <optional>
     <element name="multicast">
      <attribute name="addr"/>
     </element>
@@ -776,6 +784,26 @@ To validate your cluster.conf against this schema, run:
    <optional>
     <attribute name="keyfile"/>
    </optional>
+   <!-- multicast address -->
+   <zeroOrMore>
+    <element name="interface">
+     <optional>
+      <attribute name="ringnumber"/>
+     </optional>
+     <optional>
+      <attribute name="bindnetaddr"/>
+     </optional>
+     <optional>
+      <attribute name="mcastaddr"/>
+     </optional>
+     <optional>
+      <attribute name="mcastport"/>
+     </optional>
+     <optional>
+      <attribute name="broadcast"/>
+     </optional>
+    </element>
+   </zeroOrMore>
   </element>
  </optional>
 



More information about the Cluster-cvs mailing list