inventory: drive: Add resettable property to indicate resettable drive

Enable the option to let people know if a drive support reset action.
This allow us to differentiate between the resettable drives and the
non-resettable ones. Not all drives are resettable and is wrong to
assume they are ressetable.

Change-Id: Iac5acba82530163a52b35b9d18de40f8748f4d00
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml
index 22ca8a4..12fa508 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml
@@ -35,6 +35,13 @@
           How much of the drives life is remaining in a percentage from 0-100 .
           If the reading the value is not supported returns the max value for
           the type (255).
+    - name: Resettable
+      default: false
+      type: boolean
+      flags:
+          - readonly
+      description: >
+          This property shall indicate whether the Drive is resettable.
 
 enumerations:
     - name: DriveProtocol