blob: 1cd3b4f6851fabffa471afa9238a754b49b95433 [file] [log] [blame]
mblighed4d6dd2008-02-27 16:49:43 +00001[TKO]
2host: localhost
3database: tko
4db_type: mysql
jadmanskib0900da2008-10-02 19:30:54 +00005user: autotest
6password: please_set_this_password
showard1a573ca2008-09-11 01:32:03 +00007readonly_host: localhost
showard09096d82008-07-07 23:20:49 +00008readonly_user: nobody
9readonly_password:
mbligh65acae52008-04-24 20:21:55 +000010query_timeout: 3600
11min_retry_delay: 20
12max_retry_delay: 60
showardce12f552008-09-19 00:48:59 +000013graph_cache_creation_timeout_minutes: 10
mblighb090f142008-02-27 21:33:46 +000014
15[AUTOTEST_WEB]
16host: localhost
17database: autotest_web
18db_type: mysql
mblighaeabe3b2008-03-11 22:12:48 +000019user: autotest
jadmanskib0900da2008-10-02 19:30:54 +000020password: please_set_this_password
showard3bb499f2008-07-03 19:42:20 +000021job_timeout_default: 72
showard12f3e322009-05-13 21:27:42 +000022job_max_runtime_hrs_default: 72
showarda1e74b32009-05-12 17:32:04 +000023parse_failed_repair_default: 0
mbligh37eceaa2008-12-15 22:56:37 +000024# Only set this if your server is not 'http://[SERVER] hostname/afe/'
25#base_url: http://your_autotest_server/afe/
26
showardbd450642009-10-19 18:33:43 +000027[AUTOSERV]
28# Autotest potential install paths
showarda0e38ea2009-10-28 19:53:25 +000029client_autodir_paths: /usr/local/autotest,/home/autotest
showardbd450642009-10-19 18:33:43 +000030
jadmanski6f6afd12009-11-11 23:39:20 +000031
mbligh37eceaa2008-12-15 22:56:37 +000032[SERVER]
33hostname: autotest
showard02ed4bd2009-09-09 15:30:11 +000034# Turn on RPC Logging
35rpc_logging: False
36# Note the user that is running the webserver has to be able to write
37# to the below directory/file otherwise the frontend will not work with logging
38rpc_log_path: /usr/local/autotest/logs/rpcserver.log
39# Number of old logs to keep around
40rpc_num_old_logs: 5
41rpc_max_log_size_mb: 20
showardb6a186f2009-09-11 18:45:54 +000042# If for some reason you don't want to rely on the Mail Transport Agent
43# installed on this machine, you can provide an SMTP server directly here.
44# If none provided, defaults to 'localhost', which tries to use the MTA
45# configured on the machine to send the messages.
46smtp_server:
47smtp_port:
48smtp_user:
49smtp_password:
mbligh104e9ce2008-03-11 22:01:44 +000050
mblighc13a3b82008-03-11 22:14:57 +000051[SCHEDULER]
mbligh5fa9e112009-08-03 16:46:06 +000052die_on_orphans: False
showard5613c662009-06-08 23:30:33 +000053enable_scheduler: True
mblighc13a3b82008-03-11 22:14:57 +000054notify_email:
showardc85c21b2008-11-24 22:17:37 +000055notify_email_from:
56notify_email_statuses: Completed,Failed,Aborted
showard324bf812009-01-20 23:23:38 +000057max_processes_per_drone: 1000
showardec113162008-05-08 00:52:49 +000058max_jobs_started_per_cycle: 100
showard970a6db2008-09-03 20:02:39 +000059max_parse_processes: 5
showard170873e2009-01-07 00:22:26 +000060max_transfer_processes: 50
showard3bb499f2008-07-03 19:42:20 +000061tick_pause_sec: 5
62clean_interval_minutes: 60
showard170873e2009-01-07 00:22:26 +000063drones: localhost
64drone_installation_directory: /usr/local/autotest
65results_host: localhost
showardac5b0002009-10-19 18:34:00 +000066results_host_installation_directory:
showard77182562009-06-10 00:16:05 +000067secs_to_wait_for_atomic_group_hosts: 600
showardec6a3b92009-09-25 20:29:13 +000068pidfile_timeout_mins: 300
showard8d3dbca2009-09-25 20:29:38 +000069max_pidfile_refreshes: 2000
jadmanski55c7f332008-05-14 20:36:47 +000070
71[HOSTS]
72wait_up_processes:
mblighdfc0d2a2008-07-11 21:26:47 +000073default_protection: NO_PROTECTION
jadmanskiede7e242009-08-10 15:43:33 +000074
mblighcb8cb332009-09-03 21:08:56 +000075[AUTOSERV]
mbligh55552bf2009-11-06 03:12:38 +000076# Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
77# another one based on the python SSH library paramiko (paramiko).
78# You can change the default 'raw_ssh' to 'paramiko' if you want to.
79ssh_engine: raw_ssh
80# Autotest server operators *really should* set this to True, specially if
81# using ssh_engine 'paramiko'.
mblighcb8cb332009-09-03 21:08:56 +000082require_atfork_module: False
83
jadmanskiede7e242009-08-10 15:43:33 +000084[PACKAGES]
85serve_packages_from_autoserv: True