Hardware introspection daemon for OpenStack Ironic
4404b7a99f
Changes to legacy-ironic-inspector-jobs.yaml: * Create two base jobs: * 'ironic-inspector-tox-func-base' * 'ironic-inspector-dsvm-base' * Put 'irrelevant-files' section into the new base jobs * Have 'requirements.txt' no longer be ignored for DSVM jobs * Simplify 'required-projects' sections by removing projects that are already pulled in by the 'legacy-dsvm-base' job. Changes to project.yaml: * Move 'irrelevant-files' section from project.yaml to legacy-ironic-inspector-jobs.yaml * Remove 'branches' section from project.yaml as it is not needed. * Sort the jobs list Change-Id: I6ef94a75fc9e1939c46b2939d01478c5a11621c1 |
||
---|---|---|
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: http://git.openstack.org/cgit/openstack/ironic-inspector
- Bugs: http://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.