Add some inventory item interfaces

This commit adds some inventory item interfaces
that represent:

-- Operator Panels
-- Connectors
-- Voltage Regulators
-- Disk backplanes.

Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com>
Change-Id: I5b1bd316209946582b42d1096229d6daf25463c1
diff --git a/xyz/openbmc_project/Inventory/Item/Connector.interface.yaml b/xyz/openbmc_project/Inventory/Item/Connector.interface.yaml
new file mode 100644
index 0000000..8547560
--- /dev/null
+++ b/xyz/openbmc_project/Inventory/Item/Connector.interface.yaml
@@ -0,0 +1,6 @@
+description: >
+    Implement to provide connector attributes. A connector is
+    typically an external port or a slot into which cables are
+    plugged.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4