blob: 0c8b3c5ff2f6508c19b76ad8b6e6419224d82ba8 [file] [log] [blame]
Matthew Barth2eb5a132019-04-12 13:43:18 -05001conditions:
2 - name: air_cooled_chassis
3 type: getProperty
4 properties:
5 - property: WaterCooled
6 interface: xyz.openbmc_project.Inventory.Decorator.CoolingType
7 path: /xyz/openbmc_project/inventory/system/chassis
8 type: bool
9 value: false
10
11 - name: water_and_air_cooled_chassis
12 type: getProperty
13 properties:
14 - property: WaterCooled
15 interface: xyz.openbmc_project.Inventory.Decorator.CoolingType
16 path: /xyz/openbmc_project/inventory/system/chassis
17 type: bool
18 value: true