Library for managing machines with Dell iDRAC cards
38d863e489
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 |
||
---|---|---|
doc/source | ||
dracclient | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
python-dracclient
Library for managing machines with Dell iDRAC cards.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/python-dracclient
- Source: http://git.openstack.org/cgit/openstack/python-dracclient
- Bugs: http://bugs.launchpad.net/python-dracclient