Files
sushy/releasenotes/notes/add-storage-and-simple-storage-attributes-to-system-16e81f9b15b1897d.yaml
Debayan Ray fdc3e99169 Add storage and simple_storage attr to system
Adds the support to get SimpleStorage and Storage
collection from System resource via `simple_storage`
and `storage` properties respectively.

Story: 1668487
Task: 23042

Change-Id: I3a79f2afe6c838636df554ee468f8f2e0cf0859e
2018-08-31 09:08:11 +00:00

13 lines
455 B
YAML

---
features:
- |
Exposes the ``simple_storage`` and ``storage`` properties from system
resource in sushy.
* ``simple_storage`` property indicates a collection of storage
controllers and their directly-attached devices associated with the
system.
* ``storage`` property refers to a collection of storage subsystem
associated with system. Resources such as drives and volumes can be
accessed from that subsystem.