Hardware introspection daemon for OpenStack Ironic
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Kaifeng Wang 1ad6f69593 Stop introspection if set boot device failed
At the beginning of introspection, ironic inspector sets boot device and
reboot node through ironic, currently it only stops when reboot the node
is failed. Actually the node is not guaranteed to reboot with pxe in either
case.

This patch eliminates the descripency, so that if anything goes wrong, it
will be exposed early.

Change-Id: I416e42137e59e04f7fd282aa309f2f89cf574209
Story: #2002977
Task: #22985
5 years ago
devstack Merge "Change the default discovery driver to fake-hardware" 5 years ago
doc Add manage_boot parameter to introspection API 5 years ago
ironic_inspector Stop introspection if set boot device failed 5 years ago
playbooks/legacy Force ipmi hardware type for python3 job 5 years ago
releasenotes Stop introspection if set boot device failed 5 years ago
rootwrap.d Use rootwrap to execute iptables instead of requiring root 8 years ago
tools Add fsm dot diagram generator 6 years ago
zuul.d add lower-constraints job 5 years ago
.gitignore Add request context and policy enforcement 6 years ago
.gitreview Update .gitreview file for project rename 8 years ago
.stestr.conf Use ostestr unit test runner 6 years ago
CONTRIBUTING.rst Invalid links in doc file 5 years ago
LICENSE Apache license 9 years ago
README.rst Trivial: Update pypi url to new url 5 years ago
babel.cfg Add scripts to manage translations 8 years ago
config-generator.conf Centralize config options 5 years ago
ironic-inspector.8 Trivial: Update pypi url to new url 5 years ago
lower-constraints.txt Switch to using stestr 5 years ago
policy-generator.conf Add request context and policy enforcement 6 years ago
requirements.txt Switch to using stestr 5 years ago
rootwrap.conf TrivialFix: Fix typo in the configuration file 7 years ago
setup.cfg Declare support for Python 3.5 in setup.cfg 5 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Switch to using stestr 5 years ago
tox.ini Merge "Switch to using stestr" 5 years ago

README.rst

Hardware introspection for OpenStack Bare Metal

Introduction

image

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 its power management credentials (e.g. IPMI address, user name and password).

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.