RETIRED, further work has moved to Debian project infrastructure
0423d93736
Currently our logging in processing is very inconsistent: some log strings mention node UUID, some - node BMC IP, some nothing. This change introduces a common prefix for all processing logs based on as much information as possible. Only code that actually have some context about the node (either NodeInfo or introspection data) is updated. Also logging BMC addresses can be disabled now. Updates example.conf (a lot of updated comments from oslo). Change-Id: Ib20f2acdc60bfaceed7a33467557b92857c32798 |
||
---|---|---|
devstack | ||
doc | ||
ironic_inspector | ||
ironic-inspector/locale | ||
releasenotes | ||
rootwrap.d | ||
.gitignore | ||
.gitreview | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
example.conf | ||
ironic-inspector.8 | ||
LICENSE | ||
plugin-requirements.txt | ||
README.rst | ||
requirements.txt | ||
rootwrap.conf | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Hardware introspection for OpenStack Bare Metal
This is an auxiliary service for discovering hardware properties for a node managed by Ironic. Hardware introspection or hardware properties discovery is a process of getting hardware parameters required for scheduling from a bare metal node, given it's power management credentials (e.g. IPMI address, user name and password).
- Free software: Apache license
- Source: http://git.openstack.org/cgit/openstack/ironic-inspector
- Bugs: http://bugs.launchpad.net/ironic-inspector
- Blueprints: https://blueprints.launchpad.net/ironic-inspector
- Downloads: https://pypi.python.org/pypi/ironic-inspector
- Documentation: http://docs.openstack.org/developer/ironic-inspector
- Python client library and CLI tool: python-ironic-inspector-client.
Note
ironic-inspector was called ironic-discoverd before version 2.0.0.
For information on any current or prior version, see the release notes.