@@ -91,6 +91,7 @@ INSERT INTO sitevariables VALUES ('protogeni/allow_externalusers','1','1','When
...
@@ -91,6 +91,7 @@ INSERT INTO sitevariables VALUES ('protogeni/allow_externalusers','1','1','When
INSERTINTOsitevariablesVALUES('protogeni/max_externalnodes',NULL,'1024','When set, external users may allocate slivers on your testbed.',0);
INSERTINTOsitevariablesVALUES('protogeni/max_externalnodes',NULL,'1024','When set, external users may allocate slivers on your testbed.',0);
INSERTINTOsitevariablesVALUES('protogeni/cm_uuid','28a10955-aa00-11dd-ad1f-001143e453fe','','The UUID of the local Component Manager.',0);
INSERTINTOsitevariablesVALUES('protogeni/cm_uuid','28a10955-aa00-11dd-ad1f-001143e453fe','','The UUID of the local Component Manager.',0);
INSERTINTOsitevariablesVALUES('protogeni/max_sliver_lifetime','90','90','The maximum sliver lifetime. When set limits the lifetime of a sliver on your CM. Also see protogeni/max_slice_lifetime.',0);
INSERTINTOsitevariablesVALUES('protogeni/max_sliver_lifetime','90','90','The maximum sliver lifetime. When set limits the lifetime of a sliver on your CM. Also see protogeni/max_slice_lifetime.',0);
INSERTINTOsitevariablesVALUES('protogeni/initial_sliver_lifetime','6','6','The initial sliver lifetime. In hours. Also see protogeni/max_sliver_lifetime.',0);
INSERTINTOsitevariablesVALUES('protogeni/max_slice_lifetime','90','90','The maximum slice credential lifetime. When set limits the lifetime of a slice credential. Also see protogeni/max_sliver_lifetime.',0);
INSERTINTOsitevariablesVALUES('protogeni/max_slice_lifetime','90','90','The maximum slice credential lifetime. When set limits the lifetime of a slice credential. Also see protogeni/max_sliver_lifetime.',0);
INSERTINTOsitevariablesVALUES('protogeni/default_slice_lifetime','6','6','The default slice credential lifetime. In hours. Also see protogeni/max_slice_lifetime.',0);
INSERTINTOsitevariablesVALUES('protogeni/default_slice_lifetime','6','6','The default slice credential lifetime. In hours. Also see protogeni/max_slice_lifetime.',0);
INSERTINTOsitevariablesVALUES('protogeni/max_components','-1','-1','Maximum number of components that can be allocated. -1 indicates any number of components can be allocated.',0);
INSERTINTOsitevariablesVALUES('protogeni/max_components','-1','-1','Maximum number of components that can be allocated. -1 indicates any number of components can be allocated.',0);
...
@@ -118,6 +119,8 @@ INSERT INTO sitevariables VALUES ('protogeni/default_osname','','','The default
...
@@ -118,6 +119,8 @@ INSERT INTO sitevariables VALUES ('protogeni/default_osname','','','The default
INSERTINTOsitevariablesVALUES('images/root_password',NULL,'','The encryption hash of the root password to use in the MFSs.',0);
INSERTINTOsitevariablesVALUES('images/root_password',NULL,'','The encryption hash of the root password to use in the MFSs.',0);
INSERTINTOsitevariablesVALUES('protogeni/idlecheck',NULL,'0','When set, do idle checks and send email about idle slices.',0);
INSERTINTOsitevariablesVALUES('protogeni/idlecheck',NULL,'0','When set, do idle checks and send email about idle slices.',0);
INSERTINTOsitevariablesVALUES('protogeni/idlecheck_terminate',NULL,'0','When set, do idle checks and terminate idle slices after email warning.',0);
INSERTINTOsitevariablesVALUES('protogeni/idlecheck_terminate',NULL,'0','When set, do idle checks and terminate idle slices after email warning.',0);
INSERTINTOsitevariablesVALUES('protogeni/idlecheck_norenew',NULL,'0','When set, refuse too allow idle slices to be renewed.',0);
INSERTINTOsitevariablesVALUES('protogeni/idlecheck_threshold',NULL,'3','Number of hours after which a slice is considered idle.',0);
INSERTINTOsitevariablesVALUES('protogeni/wrapper_sa_debug_level',NULL,'0','When set, send debugging email for SA wrapper calls',0);
INSERTINTOsitevariablesVALUES('protogeni/wrapper_sa_debug_level',NULL,'0','When set, send debugging email for SA wrapper calls',0);
INSERTINTOsitevariablesVALUES('protogeni/wrapper_ch_debug_level',NULL,'0','When set, send debugging email for CH wrapper calls',0);
INSERTINTOsitevariablesVALUES('protogeni/wrapper_ch_debug_level',NULL,'0','When set, send debugging email for CH wrapper calls',0);
INSERTINTOsitevariablesVALUES('protogeni/wrapper_cm_debug_level',NULL,'1','When set, send debugging email for CM wrapper calls',0);
INSERTINTOsitevariablesVALUES('protogeni/wrapper_cm_debug_level',NULL,'1','When set, send debugging email for CM wrapper calls',0);