From 6eb087f7504d2e5435da66f3a39aa8a3da84fea1 Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Tue, 22 Nov 2016 08:29:32 -0600 Subject: 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 --- org/open_power/Inventory/Decorator/Asset.interface.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 org/open_power/Inventory/Decorator/Asset.interface.yaml 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 -- cgit v1.2.1