cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/site/luci/Extensions/ClusterModel M ...
Date: 11 Sep 2007 19:04:33 -0000	[thread overview]
Message-ID: <20070911190433.1956.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-09-11 19:04:32

Modified files:
	luci/site/luci/Extensions/ClusterModel: ModelBuilder.py 
Added files:
	luci/site/luci/Extensions/ClusterModel: Altname.py 

Log message:
	Make the model recognize the 'altname' tag for proper configuration of multi-homed nodes

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Altname.py.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.8&r2=1.9

/cvs/cluster/conga/luci/site/luci/Extensions/ClusterModel/Altname.py,v  -->  standard output
revision 1.1
--- conga/luci/site/luci/Extensions/ClusterModel/Altname.py
+++ -	2007-09-11 19:04:33.148571000 +0000
@@ -0,0 +1,15 @@
+# Copyright (C) 2007 Red Hat, Inc.
+#
+# This program is free software; you can redistribute
+# it and/or modify it under the terms of version 2 of the
+# GNU General Public License as published by the
+# Free Software Foundation.
+
+from TagObject import TagObject
+
+TAG_NAME = 'altname'
+
+class Altname(TagObject):
+  def __init__(self):
+    TagObject.__init__(self)
+    self.TAG_NAME = TAG_NAME
--- conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py	2007/09/11 16:04:34	1.8
+++ conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py	2007/09/11 19:04:32	1.9
@@ -48,6 +48,7 @@
 from FailoverDomains import FailoverDomains
 from FailoverDomainNode import FailoverDomainNode
 from Rm import Rm
+from Altname import Altname
 
 DLM_TYPE	= 0
 GULM_TYPE	= 1
@@ -55,6 +56,7 @@
 TAGNAMES = { 'cluster': Cluster,
              'clusternodes': ClusterNodes,
              'clusternode': ClusterNode,
+             'altname': Altname,
              'fence': Fence,
              'fencedevice': FenceDevice,
              'fencedevices': FenceDevices,



             reply	other threads:[~2007-09-11 19:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-11 19:04 rmccabe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-22 21:31 [Cluster-devel] conga/luci/site/luci/Extensions/ClusterModel M rmccabe
2009-01-22 20:35 rmccabe
2007-08-28 16:57 rmccabe
2007-07-26  5:57 rmccabe
2007-05-08 21:31 rmccabe

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=20070911190433.1956.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /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 NNTP newsgroup(s).