@@ -9,4 +9,4 @@ INSERT INTO os_info VALUES ('FREEBSD-MFS','emulab-ops','FREEBSD-MFS','root',NULL
INSERTINTOos_infoVALUES('FRISBEE-MFS','emulab-ops','FRISBEE-MFS','root',NULL,'Frisbee (FreeBSD) in an MFS','FreeBSD','4.5','boss:/tftpboot/frisbee',NULL,'','ping,ssh,ipod,isup',0,1,0,'RELOAD',NULL,NULL,1);
INSERTINTOos_infoVALUES('NEWNODE-MFS','emulab-ops','NEWNODE-MFS','root',NULL,'NewNode (FreeBSD) in an MFS','FreeBSD','4.5','boss:/tftpboot/freebsd.newnode',NULL,'','ping,ssh,ipod,isup',0,1,0,'PXEFBSD',NULL,NULL,1);
INSERTINTOos_infoVALUES('OPSNODE-BSD','emulab-ops','OPSNODE-BSD','root',NULL,'FreeBSD on the Operations Node','FreeBSD','4.X','',NULL,'','ping,ssh,ipod,isup',0,1,0,'OPSNODEBSD',NULL,NULL,1);
INSERTINTOsitevariablesVALUES('batch/retry_wait',NULL,'900','Number of seconds to wait before retrying a failed batch experiment.');
INSERTINTOsitevariablesVALUES('swap/idleswap_warn',NULL,'30','Number of minutes before an Idle-Swap to send a warning message. Set to 0 for no warning.');
INSERTINTOsitevariablesVALUES('swap/autoswap_warn',NULL,'60','Number of minutes before an Auto-Swap to send a warning message. Set to 0 for no warning.');
INSERTINTOsitevariablesVALUES('plab/stale_age',NULL,'60','Age in minutes at which to consider site data stale and thus node down (0==always use data)');
INSERTINTOsitevariablesVALUES('idle/batch_threshold',NULL,'30','Number of minutes of inactivity for a batch node/expt to be considered idle.');
INSERTINTOsitevariablesVALUES('general/recently_active',NULL,'14','Number of days to be considered a recently active user of the testbed.');
INSERTINTOsitevariablesVALUES('plab/load_metric',NULL,'load_fifteen','GMOND load metric to use (load_one, load_five, load_fifteen)');
INSERTINTOsitevariablesVALUES('plab/max_load',NULL,'5.0','Load at which to stop admitting jobs (0==admit nothing, 1000==admit all)');
INSERTINTOsitevariablesVALUES('plab/min_disk',NULL,'10.0','Minimum disk space free at which to stop admitting jobs (0==admit all, 100==admit none)');
INSERTINTOsitevariablesVALUES('plab/stale_age',NULL,'60','Age in minutes at which to consider site data stale and thus node down (0==always use data)');
INSERTINTOsitevariablesVALUES('watchdog/interval',NULL,'60','Interval in minutes between checks for changes in timeout values (0==never check)');
INSERTINTOsitevariablesVALUES('watchdog/ntpdrift',NULL,'240','Interval in minutes between reporting back NTP drift changes (0==never report)');
INSERTINTOsitevariablesVALUES('watchdog/cvsup',NULL,'720','Interval in minutes between remote node checks for software updates (0==never check)');
...
...
@@ -32,7 +32,8 @@ INSERT INTO sitevariables VALUES ('watchdog/isalive/vnode',NULL,'10','Interval i
INSERTINTOsitevariablesVALUES('watchdog/isalive/plab',NULL,'10','Interval in minutes between planetlab node status reports (0==never report)');
INSERTINTOsitevariablesVALUES('watchdog/isalive/wa',NULL,'1','Interval in minutes between widearea node status reports (0==never report)');
INSERTINTOsitevariablesVALUES('watchdog/isalive/dead_time',NULL,'120','Time, in minutes, after which to consider a node dead if it has not checked in via tha watchdog');
INSERTINTOsitevariablesVALUES('watchdog/rusage',NULL,'1','Interval in minutes between node resource usage reports (0==never report)');
INSERTINTOsitevariablesVALUES('watchdog/hostkeys',NULL,'999999','Interval in minutes between host key reports (0=never report, 999999=once only)');
INSERTINTOsitevariablesVALUES('plab/setup/vnode_batch_size',NULL,'40','Number of plab nodes to setup simultaneously');
INSERTINTOsitevariablesVALUES('plab/setup/vnode_wait_time',NULL,'960','Number of seconds to wait for a plab node to setup');
INSERTINTOsitevariablesVALUES('watchdog/rusage',NULL,'1','Interval in minutes between node resource usage reports (0==never report)');
INSERTINTOsitevariablesVALUES('watchdog/hostkeys',NULL,'999999','Interval in minutes between host key reports (0=never report, 999999=once only)');