Matthew Barth | b123bf6 | 2021-10-19 14:48:27 -0500 | [diff] [blame] | 1 | [ |
| 2 | { |
| 3 | "name": "fan inventory", |
| 4 | "members": [ |
| 5 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0", |
| 6 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1", |
| 7 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2", |
| 8 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3" |
| 9 | ] |
Matthew Barth | 284505d | 2021-10-19 14:49:02 -0500 | [diff] [blame] | 10 | }, |
| 11 | { |
| 12 | "name": "fan0 rotor inventory", |
| 13 | "members": [ |
| 14 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0", |
| 15 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1" |
| 16 | ] |
| 17 | }, |
| 18 | { |
| 19 | "name": "fan1 rotor inventory", |
| 20 | "members": [ |
| 21 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_0", |
| 22 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_1" |
| 23 | ] |
| 24 | }, |
| 25 | { |
| 26 | "name": "fan2 rotor inventory", |
| 27 | "members": [ |
| 28 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0", |
| 29 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1" |
| 30 | ] |
| 31 | }, |
| 32 | { |
| 33 | "name": "fan3 rotor inventory", |
| 34 | "members": [ |
| 35 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0", |
| 36 | "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1" |
| 37 | ] |
Matthew Barth | 09b09e5 | 2021-10-28 15:29:13 -0500 | [diff] [blame^] | 38 | }, |
| 39 | { |
| 40 | "name": "occ objects", |
| 41 | "members": [ |
| 42 | "/org/open_power/control/occ0", |
| 43 | "/org/open_power/control/occ1", |
| 44 | "/org/open_power/control/occ2", |
| 45 | "/org/open_power/control/occ3", |
| 46 | "/org/open_power/control/occ4", |
| 47 | "/org/open_power/control/occ5", |
| 48 | "/org/open_power/control/occ6", |
| 49 | "/org/open_power/control/occ7" |
| 50 | ] |
Matthew Barth | b123bf6 | 2021-10-19 14:48:27 -0500 | [diff] [blame] | 51 | } |
| 52 | ] |