William A. Kennington III | e053884 | 2021-06-11 02:01:58 -0700 | [diff] [blame] | 1 | option('libonly', type: 'boolean', description: 'Build library only') |
Patrick Williams | a517197 | 2021-04-16 20:10:01 -0500 | [diff] [blame] | 2 | option('tests', type: 'feature', description: 'Build tests') |
Patrick Williams | d9f0d64 | 2021-04-21 15:43:21 -0500 | [diff] [blame] | 3 | option( |
| 4 | 'openpower-pel-extension', |
| 5 | type: 'feature', |
| 6 | description: 'Create PELs', |
| 7 | value: 'disabled' |
| 8 | ) |
Patrick Williams | a517197 | 2021-04-16 20:10:01 -0500 | [diff] [blame] | 9 | |
Patrick Williams | f06056b | 2021-04-16 13:38:55 -0500 | [diff] [blame] | 10 | option('yamldir', type: 'string', description: 'Path to YAML') |
| 11 | option( |
| 12 | 'callout_yaml', |
| 13 | type: 'string', |
| 14 | value: 'callouts/callouts-example.yaml', |
| 15 | description: 'Path to Callout YAML', |
| 16 | ) |
Patrick Williams | 0bb89f8 | 2021-04-16 16:30:04 -0500 | [diff] [blame] | 17 | |
| 18 | option( |
| 19 | 'error_cap', |
| 20 | type: 'integer', |
| 21 | value: 200, |
| 22 | description: 'Max number of error enttries allowed for commit', |
| 23 | ) |
| 24 | option( |
| 25 | 'error_info_cap', |
| 26 | type: 'integer', |
| 27 | value: 10, |
| 28 | description: 'Cap on informational (and below) severity errors', |
| 29 | ) |
Jayanth Othayoth | e8bdeea | 2021-06-03 03:01:16 -0500 | [diff] [blame] | 30 | |
| 31 | option( |
| 32 | 'phal', |
| 33 | type: 'feature', |
| 34 | value: 'disabled', |
| 35 | description: 'Enable support for PHAL', |
| 36 | ) |
Benjamin Fair | aa5d03b | 2021-06-15 18:44:03 -0700 | [diff] [blame] | 37 | |
| 38 | option( |
| 39 | 'rsyslog_server_conf', |
| 40 | type: 'string', |
| 41 | value: '/etc/rsyslog.d/server.conf', |
| 42 | description: 'Path to rsyslog server conf file', |
| 43 | ) |