From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 10 Oct 2006 21:18:34 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py Message-ID: <20061010211834.32300.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-10-10 21:18:34 Modified files: luci/site/luci/Extensions: conga_constants.py Log message: Fun new error strings and const values Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.10&r2=1.11 --- conga/luci/site/luci/Extensions/conga_constants.py 2006/08/13 16:15:28 1.10 +++ conga/luci/site/luci/Extensions/conga_constants.py 2006/10/10 21:18:34 1.11 @@ -69,3 +69,12 @@ NODE_ACTIVE_STR="Cluster Member" NODE_INACTIVE_STR="Not a Cluster Member" NODE_UNKNOWN_STR="Unknown State" + +#cluster/node create batch task index +INSTALL_TASK=1 +REBOOT_TASK=2 +SEND_CONF=3 +START_NODE=4 + +#cluster/node create error messages +CLUNODE_CREATE_ERRORS = ["An unknown error occurred when creating this node", "A problem occurred when installing packages","A problem occurred when rebooting this node", "A problem occurred when propagating the configuration to this node", "A problem occurred when starting this node"]