2016-11-24 12:02:42 +00:00
|
|
|
===============================================
|
2015-08-25 16:44:32 +00:00
|
|
|
Hardware introspection for OpenStack Bare Metal
|
|
|
|
===============================================
|
2014-10-03 11:22:51 +00:00
|
|
|
|
2024-07-01 16:27:51 +00:00
|
|
|
.. warning::
|
|
|
|
This project is now in the maintenance mode and new deployments of it are
|
|
|
|
discouraged. Please use `built-in in-band inspection in ironic
|
|
|
|
<https://docs.openstack.org/ironic/latest/admin/inspection/index.html>`_
|
|
|
|
instead. For existing deployments, see the `migration guide
|
|
|
|
<https://docs.openstack.org/ironic/latest/admin/inspection/migration.html>`_.
|
|
|
|
|
2017-07-04 16:01:11 +00:00
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
2017-09-01 02:13:00 +00:00
|
|
|
.. image:: https://governance.openstack.org/tc/badges/ironic-inspector.svg
|
|
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
2016-11-24 12:02:42 +00:00
|
|
|
|
2015-02-03 09:25:05 +00:00
|
|
|
This is an auxiliary service for discovering hardware properties for a
|
2015-08-25 16:44:32 +00:00
|
|
|
node managed by `Ironic`_. Hardware introspection or hardware
|
2014-10-27 14:28:38 +00:00
|
|
|
properties discovery is a process of getting hardware parameters required for
|
2018-03-02 09:59:30 +00:00
|
|
|
scheduling from a bare metal node, given its power management credentials
|
2014-10-27 14:28:38 +00:00
|
|
|
(e.g. IPMI address, user name and password).
|
2014-10-08 09:46:46 +00:00
|
|
|
|
2015-08-25 16:44:32 +00:00
|
|
|
* Free software: Apache license
|
2019-10-15 11:07:32 +00:00
|
|
|
* Source: https://opendev.org/openstack/ironic-inspector/
|
2024-03-13 10:36:26 +00:00
|
|
|
* Bugs: https://bugs.launchpad.net/ironic-inspector
|
2018-04-21 05:15:17 +00:00
|
|
|
* Downloads: https://tarballs.openstack.org/ironic-inspector/
|
2017-07-26 09:03:16 +00:00
|
|
|
* Documentation: https://docs.openstack.org/ironic-inspector/latest/
|
2015-08-25 16:44:32 +00:00
|
|
|
* Python client library and CLI tool: `python-ironic-inspector-client
|
2018-04-21 05:15:17 +00:00
|
|
|
<https://pypi.org/project/python-ironic-inspector-client>`_
|
2017-01-26 14:00:35 +00:00
|
|
|
(`documentation
|
2017-07-26 09:03:16 +00:00
|
|
|
<https://docs.openstack.org/python-ironic-inspector-client/latest/>`_).
|
2014-10-27 14:28:38 +00:00
|
|
|
|
2015-08-25 16:44:32 +00:00
|
|
|
.. _Ironic: https://wiki.openstack.org/wiki/Ironic
|
2015-01-19 14:19:47 +00:00
|
|
|
|
2015-05-26 05:47:55 +00:00
|
|
|
.. note::
|
|
|
|
**ironic-inspector** was called *ironic-discoverd* before version 2.0.0.
|
|
|
|
|
2017-07-04 16:01:11 +00:00
|
|
|
Release Notes
|
|
|
|
=============
|
|
|
|
|
2015-12-02 16:57:58 +00:00
|
|
|
For information on any current or prior version, see `the release notes`_.
|
2014-10-27 14:28:38 +00:00
|
|
|
|
2017-09-01 02:13:00 +00:00
|
|
|
.. _the release notes: https://docs.openstack.org/releasenotes/ironic-inspector/
|