summaryrefslogtreecommitdiffstats
path: root/org
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2016-11-22 08:29:32 -0600
committerDeepak Kodihalli <dkodihal@in.ibm.com>2016-11-23 02:10:09 -0600
commit6eb087f7504d2e5435da66f3a39aa8a3da84fea1 (patch)
treeef95c9a744b21ce8b86262ec61e7c536bc14d95d /org
parentac899e1f57f2a6ca77cf025ff2458db8d9d8c862 (diff)
downloadopenpower-dbus-interfaces-6eb087f7504d2e5435da66f3a39aa8a3da84fea1.tar.gz
openpower-dbus-interfaces-6eb087f7504d2e5435da66f3a39aa8a3da84fea1.zip
Add interface for openpower inventory items
Items having properties applicable exclusively to openpower specifications need to have their own custom interfaces. This change introduces a single interface - the Asset interface. Change-Id: Ia3e75b504ad8760fbcb0ecce06fe123e6f9d0e85 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'org')
-rw-r--r--org/open_power/Inventory/Decorator/Asset.interface.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org/open_power/Inventory/Decorator/Asset.interface.yaml b/org/open_power/Inventory/Decorator/Asset.interface.yaml
new file mode 100644
index 0000000..bd8a4ee
--- /dev/null
+++ b/org/open_power/Inventory/Decorator/Asset.interface.yaml
@@ -0,0 +1,9 @@
+description: >
+ Implement to provide item physical asset attributes.
+properties:
+ - name: CCIN
+ type: string
+ description: >
+ Customer card identification number.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud