Brad Bishop | 38384ac | 2019-06-09 15:49:54 -0400 | [diff] [blame] | 1 | # A template for generating extra-properties.yaml for ipmi-fru-parser, from the |
| 2 | # MRW with gen_fru_properties.pl |
| 3 | DIMM: |
| 4 | xyz.openbmc_project.Inventory.Decorator.Cacheable: |
| 5 | Cached: 'false' |
| 6 | xyz.openbmc_project.Inventory.Decorator.Replaceable: |
| 7 | FieldReplaceable: 'false' |
| 8 | xyz.openbmc_project.Inventory.Item: |
| 9 | Present: 'true' |
| 10 | NODE: |
| 11 | xyz.openbmc_project.Inventory.Decorator.Cacheable: |
| 12 | Cached: 'false' |
| 13 | xyz.openbmc_project.Inventory.Decorator.Replaceable: |
| 14 | FieldReplaceable: 'false' |
| 15 | xyz.openbmc_project.Inventory.Item: |
| 16 | Present: 'true' |
| 17 | PROC: |
| 18 | xyz.openbmc_project.Inventory.Decorator.Cacheable: |
| 19 | Cached: 'false' |
| 20 | xyz.openbmc_project.Inventory.Decorator.Replaceable: |
| 21 | FieldReplaceable: 'false' |
| 22 | xyz.openbmc_project.Inventory.Item: |
| 23 | Present: 'true' |
| 24 | SYS: |
| 25 | xyz.openbmc_project.Inventory.Decorator.Cacheable: |
| 26 | Cached: 'false' |
| 27 | xyz.openbmc_project.Inventory.Decorator.Replaceable: |
| 28 | FieldReplaceable: 'false' |
| 29 | xyz.openbmc_project.Inventory.Item: |
| 30 | Present: 'true' |
| 31 | TPM: |
| 32 | xyz.openbmc_project.Inventory.Decorator.Cacheable: |
| 33 | Cached: 'false' |
| 34 | xyz.openbmc_project.Inventory.Decorator.Replaceable: |
| 35 | FieldReplaceable: 'true' |
| 36 | xyz.openbmc_project.Inventory.Item: |
| 37 | Present: 'true' |