Library for managing machines with Dell iDRAC cards
Go to file
Richard Pioso 38d863e489 Simplify get Lifecycle Controller version
A Dell technical white paper [0], "Lifecycle Controller Integration --
Best Practices Guide", describes how to determine the Lifecycle
Controller version. See section 31.4, "Check Version of Lifecycle
Controller (LC)". It simply enumerates the DCIM_SystemView class. No
filter query is used to limit the items returned. And notably, that use
case does not require the LC remote service to be in a "ready" state.

That use case is implemented by the
dracclient.resource.lifecycle_controller.LifecycleControllerManagement.get_version()
method. It has used a filter query and waited for the integrated Dell
Remote Access Controller (iDRAC) to be ready. To align it with best
practices, this patch eliminates its use of a filter query and wait for
the iDRAC.

[0]
http://en.community.dell.com/techcenter/extras/m/white_papers/20442332

Change-Id: I9a499522b59f18282fc9a57227570f54e46dfd3e
Closes-Bug: #1697558
2017-07-27 10:37:20 -04:00
doc/source Removes unnecessary utf-8 coding 2016-12-26 15:21:34 +08:00
dracclient Simplify get Lifecycle Controller version 2017-07-27 10:37:20 -04:00
.gitignore Switch to PBR 2015-11-05 17:30:36 +01:00
.gitreview Add .gitreview 2015-10-08 09:42:28 +02:00
CONTRIBUTING.rst Improve docs 2016-04-05 13:58:31 +02:00
HACKING.rst Add documentation 2016-04-04 14:15:30 +02:00
LICENSE Initial commit 2015-08-03 10:50:50 +02:00
README.rst Show team and repo badges on README 2016-11-25 13:32:30 +01:00
requirements.txt Manually sync requirements (compatible with Newton and Ocata) 2016-11-07 11:39:07 +01:00
setup.cfg Remove support for py34 2017-06-07 10:35:13 +07:00
setup.py Switch to PBR 2015-11-05 17:30:36 +01:00
test-requirements.txt Manually sync requirements (compatible with Newton and Ocata) 2016-11-07 11:39:07 +01:00
tox.ini Remove support for py34 2017-06-07 10:35:13 +07:00

README.rst

Team and repository tags

image

python-dracclient

Library for managing machines with Dell iDRAC cards.