1description: >
2    RunBMC inventory fixups
3
4events:
5    - name: Add Chassis interface
6      description: >
7          Add the chassis interface on the chassis inventory path
8      type: startup
9      actions:
10          - name: createObjects
11            objs:
12                /system/chassis:
13                  xyz.openbmc_project.Inventory.Item.Chassis:
14                      Type:
15                          value: "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
16                          type: string
17