Seed code for hw-detector 43/643/1
authorJanne Suominen <janne.suominen@nokia.com>
Wed, 8 May 2019 12:26:18 +0000 (15:26 +0300)
committerJanne Suominen <janne.suominen@nokia.com>
Wed, 8 May 2019 12:26:38 +0000 (15:26 +0300)
commit16a99da97d1b95a14514ab8e7c0f75e43ba8c184
tree09b85e9485af73d0bfb5ed6fcff2e803e1af9b5c
parentd772f6a70748051542c72cbcd9098f40a258cc2d
Seed code for hw-detector

Seed code for hw-detector

Change-Id: I45cc18a57079b6637959c8929fffcba0481f4168
Signed-off-by: Janne Suominen <janne.suominen@nokia.com>
31 files changed:
LICENSE [new file with mode: 0644]
hw-detector.spec [new file with mode: 0644]
src/hw_detector/__init__.py [new file with mode: 0644]
src/hw_detector/hw_detect_cli.py [new file with mode: 0644]
src/hw_detector/hw_detect_lib.py [new file with mode: 0644]
src/hw_detector/hw_exception.py [new file with mode: 0644]
src/hw_detector/hw_ipmi_lib.py [new file with mode: 0644]
src/hw_detector/hw_type.py [new file with mode: 0644]
src/hw_detector/hw_types/__init__.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_dell.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_hp.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_oe19.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_oe19_2u.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_or17.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_or18.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_or18_core.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_or18_core_storage.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_rm16.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_rm17.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_rm17_combo.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_rm17_combo1g.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_rm17_gen.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_rm17_gen_sas.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_rm17_sas.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_rm18.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_unknown.py [new file with mode: 0644]
src/hw_detector/hw_types/hw_virtual.py [new file with mode: 0644]
src/hw_detector/hw_utils.py [new file with mode: 0644]
src/hw_detector/local_os_disk.py [new file with mode: 0644]
src/hw_detector/nokia_hw_type.py [new file with mode: 0644]
src/setup.py [new file with mode: 0644]