blob: 6ba883272803e9f6d579ff8e2caff7c15f48cd29 [file] [log] [blame]
mblighb090f142008-02-27 21:33:46 +00001[AUTOTEST_WEB]
2host: localhost
3database: autotest_web
4db_type: mysql
mblighaeabe3b2008-03-11 22:12:48 +00005user: autotest
jadmanskib0900da2008-10-02 19:30:54 +00006password: please_set_this_password
showard3bb499f2008-07-03 19:42:20 +00007job_timeout_default: 72
showard12f3e322009-05-13 21:27:42 +00008job_max_runtime_hrs_default: 72
showarda1e74b32009-05-12 17:32:04 +00009parse_failed_repair_default: 0
mbligh37eceaa2008-12-15 22:56:37 +000010# Only set this if your server is not 'http://[SERVER] hostname/afe/'
11#base_url: http://your_autotest_server/afe/
showard250d84d2010-01-12 21:59:48 +000012readonly_host: localhost
13readonly_user: nobody
14readonly_password:
15query_timeout: 3600
16min_retry_delay: 20
17max_retry_delay: 60
18graph_cache_creation_timeout_minutes: 10
jamesren4a41e012010-07-16 22:33:48 +000019parameterized_jobs: False
showard250d84d2010-01-12 21:59:48 +000020
21[TKO]
22host: localhost
23database: tko
24db_type: mysql
25user: autotest
26password: please_set_this_password
mbligh37eceaa2008-12-15 22:56:37 +000027
jamesren0cde1eb2010-04-09 20:45:49 +000028[PLANNER]
29# 3 months
30execution_engine_timeout: 2160
31
showardbd450642009-10-19 18:33:43 +000032[AUTOSERV]
33# Autotest potential install paths
showarda0e38ea2009-10-28 19:53:25 +000034client_autodir_paths: /usr/local/autotest,/home/autotest
showardbd450642009-10-19 18:33:43 +000035
lmr6d08b3c2009-11-18 19:26:38 +000036[CLIENT]
37drop_caches: True
38drop_caches_between_iterations: True
jadmanski6f6afd12009-11-11 23:39:20 +000039
mbligh37eceaa2008-12-15 22:56:37 +000040[SERVER]
41hostname: autotest
showard02ed4bd2009-09-09 15:30:11 +000042# Turn on RPC Logging
43rpc_logging: False
44# Note the user that is running the webserver has to be able to write
45# to the below directory/file otherwise the frontend will not work with logging
46rpc_log_path: /usr/local/autotest/logs/rpcserver.log
47# Number of old logs to keep around
48rpc_num_old_logs: 5
49rpc_max_log_size_mb: 20
mblighb86bfa12010-02-12 20:22:21 +000050# Minimum amount of disk space required for AutoTest in GB
51gb_diskspace_required: 5
showardb6a186f2009-09-11 18:45:54 +000052# If for some reason you don't want to rely on the Mail Transport Agent
53# installed on this machine, you can provide an SMTP server directly here.
54# If none provided, defaults to 'localhost', which tries to use the MTA
55# configured on the machine to send the messages.
56smtp_server:
57smtp_port:
58smtp_user:
59smtp_password:
mbligh104e9ce2008-03-11 22:01:44 +000060
mblighc13a3b82008-03-11 22:14:57 +000061[SCHEDULER]
mbligh5fa9e112009-08-03 16:46:06 +000062die_on_orphans: False
showard5613c662009-06-08 23:30:33 +000063enable_scheduler: True
mblighc13a3b82008-03-11 22:14:57 +000064notify_email:
showardc85c21b2008-11-24 22:17:37 +000065notify_email_from:
66notify_email_statuses: Completed,Failed,Aborted
showard324bf812009-01-20 23:23:38 +000067max_processes_per_drone: 1000
showardec113162008-05-08 00:52:49 +000068max_jobs_started_per_cycle: 100
showard970a6db2008-09-03 20:02:39 +000069max_parse_processes: 5
showard170873e2009-01-07 00:22:26 +000070max_transfer_processes: 50
showard3bb499f2008-07-03 19:42:20 +000071tick_pause_sec: 5
72clean_interval_minutes: 60
showard170873e2009-01-07 00:22:26 +000073drones: localhost
74drone_installation_directory: /usr/local/autotest
75results_host: localhost
showardac5b0002009-10-19 18:34:00 +000076results_host_installation_directory:
showard77182562009-06-10 00:16:05 +000077secs_to_wait_for_atomic_group_hosts: 600
showardec6a3b92009-09-25 20:29:13 +000078pidfile_timeout_mins: 300
showard8d3dbca2009-09-25 20:29:38 +000079max_pidfile_refreshes: 2000
showardf13a9e22009-12-18 22:54:09 +000080gc_stats_interval_mins: 360
showard8dbd05a2010-01-12 18:54:59 +000081# set nonzero to enable periodic reverification of all dead hosts
82reverify_period_minutes: 0
jamesren76fcf192010-04-21 20:39:50 +000083drone_sets_enabled: False
84# default_drone_set_name: This is required if drone sets are enabled.
85default_drone_set_name:
jadmanski55c7f332008-05-14 20:36:47 +000086
87[HOSTS]
88wait_up_processes:
mblighdfc0d2a2008-07-11 21:26:47 +000089default_protection: NO_PROTECTION
jadmanskiede7e242009-08-10 15:43:33 +000090
mblighcb8cb332009-09-03 21:08:56 +000091[AUTOSERV]
mbligh55552bf2009-11-06 03:12:38 +000092# Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
93# another one based on the python SSH library paramiko (paramiko).
94# You can change the default 'raw_ssh' to 'paramiko' if you want to.
95ssh_engine: raw_ssh
mblighefccc1b2010-01-11 19:08:42 +000096# Set to True to take advantage of OpenSSH-based connection sharing. This would
97# have bigger performance impact when ssh_engine is 'raw_ssh'.
98enable_master_ssh: False
mbligh55552bf2009-11-06 03:12:38 +000099# Autotest server operators *really should* set this to True, specially if
100# using ssh_engine 'paramiko'.
mblighcb8cb332009-09-03 21:08:56 +0000101require_atfork_module: False
jadmanski01471962010-03-19 17:37:28 +0000102# Set to False to disable ssh-agent usage with paramiko
103use_sshagent_with_paramiko: True
104
mblighcb8cb332009-09-03 21:08:56 +0000105
jadmanskiede7e242009-08-10 15:43:33 +0000106[PACKAGES]
107serve_packages_from_autoserv: True