[Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py

jparsons at sourceware.org jparsons at sourceware.org
Tue Oct 10 21:18:34 UTC 2006


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"]




More information about the Cluster-devel mailing list