Discussion:
[Libstoragemgmt-devel] [PATCH 0/7] SMI-S plugin refactor (squashed commits)
Tony Asleson
2014-10-07 19:23:25 UTC
Permalink
I squashed the previous sets of patch series to logical breaks
with files being added/removed. (41 vs. 7). Branch diffs show
that both branches are identical, so I didn't mess up and mistakenly
delete a commit etc.

Please let me know if anyone has concerns with this squashed patch
series, otherwise I will commit to master in a couple of days.

Gris Ge (6):
SMI-S plugin: Refactor, add smis_common.py, utils.py, dmtf.py files
SMI-S plugin: Refactor, remove eseries.py, smisproxy.py files
SMI-S Plugin: Refactor, add smis_sys.py
SMI-S Plugin: Refactor, add smis_pool.py file
SMI-S Plugin: Refactor, add smis_disk.py file.
SMI-S Plugin: Refactor dmtf.py

Tony Asleson (1):
SMI-S plugin: Refactor, add smis_cap.py, smis_constants.py files

packaging/libstoragemgmt.spec.in | 9 +-
plugin/Makefile.am | 11 +-
plugin/smispy/dmtf.py | 343 +++----
plugin/smispy/eseries.py | 164 ---
plugin/smispy/smis.py | 2042 +++++++-------------------------------
plugin/smispy/smis_cap.py | 398 ++++++++
plugin/smispy/smis_common.py | 356 +++++++
plugin/smispy/smis_constants.py | 131 +++
plugin/smispy/smis_disk.py | 195 ++++
plugin/smispy/smis_pool.py | 285 ++++++
plugin/smispy/smis_sys.py | 149 +++
plugin/smispy/smisproxy.py | 51 -
plugin/smispy/smispy_lsmplugin | 4 +-
plugin/smispy/utils.py | 68 ++
14 files changed, 2109 insertions(+), 2097 deletions(-)
delete mode 100644 plugin/smispy/eseries.py
create mode 100644 plugin/smispy/smis_cap.py
create mode 100644 plugin/smispy/smis_common.py
create mode 100644 plugin/smispy/smis_constants.py
create mode 100644 plugin/smispy/smis_disk.py
create mode 100644 plugin/smispy/smis_pool.py
create mode 100644 plugin/smispy/smis_sys.py
delete mode 100644 plugin/smispy/smisproxy.py
create mode 100644 plugin/smispy/utils.py
--
1.8.2.1
Loading...