pyghmi 1.5.76__tar.gz → 1.5.77__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {pyghmi-1.5.76 → pyghmi-1.5.77}/ChangeLog +5 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/PKG-INFO +1 -1
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/config.py +4 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi.egg-info/PKG-INFO +1 -1
- pyghmi-1.5.77/pyghmi.egg-info/pbr.json +1 -0
- pyghmi-1.5.76/pyghmi.egg-info/pbr.json +0 -1
- {pyghmi-1.5.76 → pyghmi-1.5.77}/.coveragerc +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/.stestr.conf +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/AUTHORS +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/CONTRIBUTING.rst +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/LICENSE +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/MANIFEST.in +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/README +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/README.md +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/builddeb +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/buildrpm +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/doc/requirements.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/doc/source/conf.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/doc/source/contributor/index.rst +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/doc/source/index.rst +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/doc/source/install/index.rst +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/doc/source/reference/index.rst +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/makesetup +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/playbooks/legacy/tempest-devstack-ironic-pxe_ipmitool-pyghmi-src/post.yaml +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/playbooks/legacy/tempest-devstack-ironic-pxe_ipmitool-pyghmi-src/run.yaml +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/py27-constraints.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/cmd/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/cmd/fakebmc.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/cmd/pyghmicons.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/cmd/pyghmiutil.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/cmd/virshbmc.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/constants.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/exceptions.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/bmc.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/command.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/console.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/events.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/fru.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/generic.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/cpu.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/dimm.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/drive.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/energy.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/firmware.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/handler.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/imm.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/inventory.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/nextscale.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/pci.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/psu.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/raid_controller.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lenovo/raid_drive.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/oem/lookup.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/private/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/private/constants.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/private/localsession.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/private/serversession.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/private/session.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/private/simplesession.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/private/spd.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/private/util.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/ipmi/sdr.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/media.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/command.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/dell/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/dell/idrac.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/dell/main.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/generic.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/lenovo/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/lenovo/main.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/lenovo/smm3.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/lenovo/tsma.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/lenovo/xcc.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/lenovo/xcc3.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/redfish/oem/lookup.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/storage.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/tests/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/tests/unit/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/tests/unit/base.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/tests/unit/ipmi/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/tests/unit/ipmi/test_sdr.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/util/__init__.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/util/parse.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/util/webclient.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi/version.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi.egg-info/SOURCES.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi.egg-info/dependency_links.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi.egg-info/entry_points.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi.egg-info/not-zip-safe +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi.egg-info/requires.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/pyghmi.egg-info/top_level.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/python-pyghmi.spec +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/python-pyghmi.spec.tmpl +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/requirements.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/setup.cfg +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/setup.py +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/setup.py.tmpl +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/test-requirements.txt +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/tox.ini +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/wheezy.patch +0 -0
- {pyghmi-1.5.76 → pyghmi-1.5.77}/zuul.d/project.yaml +0 -0
@@ -351,6 +351,7 @@ class LenovoFirmwareConfig(object):
|
|
351
351
|
readonly = 'true'
|
352
352
|
possible = []
|
353
353
|
current = None
|
354
|
+
currentidxes = []
|
354
355
|
default = None
|
355
356
|
reset = False
|
356
357
|
name = setting.find("mriName").text
|
@@ -381,6 +382,7 @@ class LenovoFirmwareConfig(object):
|
|
381
382
|
instbynum[xid] = x
|
382
383
|
defidx += 1
|
383
384
|
current = [instbynum[idx].text for idx in sorted(instbynum)]
|
385
|
+
currentidxes = list(sorted(instbynum))
|
384
386
|
default = onedata.get('default', None)
|
385
387
|
if default == '':
|
386
388
|
default = None
|
@@ -442,6 +444,8 @@ class LenovoFirmwareConfig(object):
|
|
442
444
|
if current and len(current) > 1:
|
443
445
|
instidx = 1
|
444
446
|
for inst in current:
|
447
|
+
if currentidxes:
|
448
|
+
instidx = currentidxes.pop(0)
|
445
449
|
optname = '{0}.{1}'.format(optionname, instidx)
|
446
450
|
options[optname] = dict(
|
447
451
|
current=inst,
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "4bbf63c", "is_release": true}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "345fd8b", "is_release": true}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|