cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2006-07-14 16:48 jparsons
  0 siblings, 0 replies; 9+ messages in thread
From: jparsons @ 2006-07-14 16:48 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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"
 



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2006-07-25  2:28 jparsons
  0 siblings, 0 replies; 9+ messages in thread
From: jparsons @ 2006-07-25  2:28 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-07-25 02:28:46

Modified files:
	luci/site/luci/Extensions: conga_constants.py 

Log message:
	new pagetype

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- conga/luci/site/luci/Extensions/conga_constants.py	2006/07/24 19:39:06	1.4
+++ conga/luci/site/luci/Extensions/conga_constants.py	2006/07/25 02:28:46	1.5
@@ -1,4 +1,5 @@
 #PAGE_TYPEs
+CLUSTERLIST="3"
 CLUSTERS="4"
 CLUSTER="5"
 CLUSTER_ADD="6"



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2006-08-13 14:02 jparsons
  0 siblings, 0 replies; 9+ messages in thread
From: jparsons @ 2006-08-13 14:02 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-13 15:02:46

Modified files:
	luci/site/luci/Extensions: conga_constants.py 

Log message:
	typo

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

--- conga/luci/site/luci/Extensions/conga_constants.py	2006/08/13 13:48:36	1.8
+++ conga/luci/site/luci/Extensions/conga_constants.py	2006/08/13 14:02:46	1.9
@@ -66,5 +66,5 @@
 NODE_INACTIVE="1"
 NODE_UNKNOWN="2"
 NODE_ACTIVE_STR="Cluster Member"
-NODE_INACTIVE_ST="Not a Cluster Member"
+NODE_INACTIVE_STR="Not a Cluster Member"
 NODE_UNKNOWN_STR="Unknown State"



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2006-10-10 21:18 jparsons
  0 siblings, 0 replies; 9+ messages in thread
From: jparsons @ 2006-10-10 21:18 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2006-10-10 21:26 jparsons
  0 siblings, 0 replies; 9+ messages in thread
From: jparsons @ 2006-10-10 21:26 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-10-10 21:26:01

Modified files:
	luci/site/luci/Extensions: conga_constants.py 

Log message:
	fine tune error strings

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.11&r2=1.12

--- conga/luci/site/luci/Extensions/conga_constants.py	2006/10/10 21:18:34	1.11
+++ conga/luci/site/luci/Extensions/conga_constants.py	2006/10/10 21:26:01	1.12
@@ -77,4 +77,4 @@
 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"]
+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: "]



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2006-11-27 20:06 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-11-27 20:06 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-11-27 20:06:53

Modified files:
	luci/site/luci/Extensions: conga_constants.py 

Log message:
	yank the HTML out of the reboot message (bz217387)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.26&r2=1.27

--- conga/luci/site/luci/Extensions/conga_constants.py	2006/11/13 21:40:55	1.26
+++ conga/luci/site/luci/Extensions/conga_constants.py	2006/11/27 20:06:53	1.27
@@ -119,7 +119,7 @@
 PRE_JOIN = "Packages are installed and configuration has been distributed, but the node has not yet joined the cluster."
 
 
-POSSIBLE_REBOOT_MESSAGE = "This node is not currently responding and is probably<br/>rebooting as planned. This state should persist for 5 minutes or so..."
+POSSIBLE_REBOOT_MESSAGE = "This node is not currently responding and is probably rebooting as planned. This state should persist for 5 minutes or so..."
 
 REDIRECT_MSG = " You will be redirected in 5 seconds. Please fasten your safety restraints."
 



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2006-12-21  3:42 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-12-21  3:42 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-12-21 03:42:49

Modified files:
	luci/site/luci/Extensions: conga_constants.py 

Log message:
	in preparation for the SSL fixes (related bz201394)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.30&r2=1.31

--- conga/luci/site/luci/Extensions/conga_constants.py	2006/12/18 22:16:18	1.30
+++ conga/luci/site/luci/Extensions/conga_constants.py	2006/12/21 03:42:49	1.31
@@ -84,6 +84,7 @@
 
 # Zope DB paths
 CLUSTER_FOLDER_PATH = '/luci/systems/cluster/'
+STORAGE_FOLDER_PATH = '/luci/systems/storage/'
 
 #Node states
 NODE_ACTIVE="0"
@@ -93,8 +94,8 @@
 NODE_INACTIVE_STR="Not a Cluster Member"
 NODE_UNKNOWN_STR="Unknown State"
 
-FD_VAL_FAIL=1
-FD_VAL_SUCCESS=0
+FD_VAL_FAIL = 1
+FD_VAL_SUCCESS = 0
 
 #cluster/node create batch task index
 INSTALL_TASK = 1



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2007-06-05  5:37 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2007-06-05  5:37 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	EXPERIMENTAL
Changes by:	rmccabe at sourceware.org	2007-06-05 05:37:01

Modified files:
	luci/site/luci/Extensions: conga_constants.py 

Log message:
	Fix for bz241415.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.39.2.6&r2=1.39.2.7

--- conga/luci/site/luci/Extensions/conga_constants.py	2007/06/01 23:18:16	1.39.2.6
+++ conga/luci/site/luci/Extensions/conga_constants.py	2007/06/05 05:37:01	1.39.2.7
@@ -119,7 +119,7 @@
 START_NODE				= 6
 RICCI_CONNECT_FAILURE	= (-1000)
 
-RICCI_CONNECT_FAILURE_MSG = 'A problem was encountered connecting with this node.  '
+RICCI_CONNECT_FAILURE_MSG = 'Currently unable to reach the ricci agent on this node.  '
 
 # cluster/node create error messages
 CLUNODE_CREATE_ERRORS = [



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py
@ 2007-06-05  5:39 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2007-06-05  5:39 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2007-06-05 05:39:31

Modified files:
	luci/site/luci/Extensions: conga_constants.py 

Log message:
	Fix for bz241414

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.36.2.2&r2=1.36.2.3

--- conga/luci/site/luci/Extensions/conga_constants.py	2007/03/12 04:24:34	1.36.2.2
+++ conga/luci/site/luci/Extensions/conga_constants.py	2007/06/05 05:39:31	1.36.2.3
@@ -111,7 +111,7 @@
 START_NODE = 6
 RICCI_CONNECT_FAILURE = (-1000)
 
-RICCI_CONNECT_FAILURE_MSG = "A problem was encountered connecting with this node.  "
+RICCI_CONNECT_FAILURE_MSG = "Currently unable to reach the ricci agent on this node.  "
 #cluster/node create error messages
 CLUNODE_CREATE_ERRORS = [
 	"An unknown error occurred when creating this node: ",



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-06-05  5:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-10 21:18 [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py jparsons
  -- strict thread matches above, loose matches on Subject: below --
2007-06-05  5:39 rmccabe
2007-06-05  5:37 rmccabe
2006-12-21  3:42 rmccabe
2006-11-27 20:06 rmccabe
2006-10-10 21:26 jparsons
2006-08-13 14:02 jparsons
2006-07-25  2:28 jparsons
2006-07-14 16:48 jparsons

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).