blob: 3eb946e3c6cb372ec6513e000b11f3e6e6c54346 [file] [log] [blame]
Patrick Williamsa5171972021-04-16 20:10:01 -05001option('tests', type: 'feature', description: 'Build tests')
Patrick Williamsd9f0d642021-04-21 15:43:21 -05002option(
3 'openpower-pel-extension',
4 type: 'feature',
5 description: 'Create PELs',
6 value: 'disabled'
7)
Patrick Williamsa5171972021-04-16 20:10:01 -05008
Patrick Williamsf06056b2021-04-16 13:38:55 -05009option('yamldir', type: 'string', description: 'Path to YAML')
10option(
11 'callout_yaml',
12 type: 'string',
13 value: 'callouts/callouts-example.yaml',
14 description: 'Path to Callout YAML',
15)
Patrick Williams0bb89f82021-04-16 16:30:04 -050016
17option(
18 'error_cap',
19 type: 'integer',
20 value: 200,
21 description: 'Max number of error enttries allowed for commit',
22)
23option(
24 'error_info_cap',
25 type: 'integer',
26 value: 10,
27 description: 'Cap on informational (and below) severity errors',
28)
Jayanth Othayothe8bdeea2021-06-03 03:01:16 -050029
30option(
31 'phal',
32 type: 'feature',
33 value: 'disabled',
34 description: 'Enable support for PHAL',
35)
Benjamin Fairaa5d03b2021-06-15 18:44:03 -070036
37option(
38 'rsyslog_server_conf',
39 type: 'string',
40 value: '/etc/rsyslog.d/server.conf',
41 description: 'Path to rsyslog server conf file',
42)