summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag/assettag.yaml
blob: d3a0104b97a3cb05bdd8b81bae1352f3f490060d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
events:
    - name: Creating AssetTag at startup
      description: >
          Create /system at startup and populate the AssetTag property with
          empty string.
      type: startup
      actions:
          - name: createObjects
            objs:
             /system:
                xyz.openbmc_project.Inventory.Decorator.AssetTag:
                  AssetTag:
                    value: ""
                    type: string
OpenPOWER on IntegriCloud