From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 14 Jul 2006 16:48:23 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py Message-ID: <20060714164823.19853.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: jparsons at sourceware.org 2006-07-14 16:48:23 Modified files: luci/site/luci/Extensions: conga_constants.py Log message: Fergot some node constants Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 --- conga/luci/site/luci/Extensions/conga_constants.py 2006/07/14 16:00:26 1.2 +++ conga/luci/site/luci/Extensions/conga_constants.py 2006/07/14 16:48:23 1.3 @@ -36,6 +36,13 @@ FENCEDEV_CONFIG="53" FENCEDEV="54" +#General tasks +NODE_LEAVE_CLUSTER="100" +NODE_JOIN_CLUSTER="101" +NODE_REBOOT="102" +NODE_FENCE="103" +NODE_DELETE="104" + PAGETYPE="pagetype" CLUNAME="clustername"