blob: d3a0104b97a3cb05bdd8b81bae1352f3f490060d [file] [log] [blame]
Tom Josephc0794e72017-07-12 17:13:30 +05301events:
2 - name: Creating AssetTag at startup
3 description: >
4 Create /system at startup and populate the AssetTag property with
5 empty string.
6 type: startup
7 actions:
8 - name: createObjects
9 objs:
10 /system:
11 xyz.openbmc_project.Inventory.Decorator.AssetTag:
12 AssetTag:
13 value: ""
14 type: string