Hardware introspection daemon for OpenStack Ironic
d7e1841680
We now use the project openstack/ironic-tempest-plugin to store our tempest plugin. All content from the ironic_inspector/test/inspector_tempest_plugin/ directory has been ported to that project. We no longer want to have the plugin content stored here so we can now delete it. Change-Id: Ia8ea3a74d5aba1ea27eb6715c21667a30bac56b4 |
||
---|---|---|
devstack | ||
doc | ||
ironic_inspector | ||
playbooks/legacy | ||
releasenotes | ||
rootwrap.d | ||
tools | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
babel.cfg | ||
config-generator.conf | ||
CONTRIBUTING.rst | ||
example.conf | ||
ironic-inspector.8 | ||
LICENSE | ||
plugin-requirements.txt | ||
policy-generator.conf | ||
policy.yaml.sample | ||
README.rst | ||
requirements.txt | ||
rootwrap.conf | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Hardware introspection for OpenStack Bare Metal
Introduction
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: https://git.openstack.org/cgit/openstack/ironic-inspector
- Bugs: https://bugs.launchpad.net/ironic-inspector
- Downloads: https://pypi.python.org/pypi/ironic-inspector
- Documentation: https://docs.openstack.org/ironic-inspector/latest/
- Python client library and CLI tool: python-ironic-inspector-client (documentation).
Note
ironic-inspector was called ironic-discoverd before version 2.0.0.
Release Notes
For information on any current or prior version, see the release notes.