Metadata-Version: 2.1
Name: ironic-inspector
Version: 12.4.0
Summary: Hardware introspection for OpenStack Bare Metal
Home-page: https://docs.openstack.org/ironic-inspector/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: Apache-2
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: automaton>=1.9.0
Requires-Dist: alembic>=1.4.2
Requires-Dist: construct>=2.9.39
Requires-Dist: eventlet>=0.27.0
Requires-Dist: Flask>=1.1.0
Requires-Dist: futurist>=1.2.0
Requires-Dist: jsonpath-rw>=1.2.0
Requires-Dist: jsonschema>=3.2.0
Requires-Dist: keystoneauth1>=4.2.0
Requires-Dist: keystonemiddleware>=4.18.0
Requires-Dist: netaddr>=0.7.18
Requires-Dist: pbr>=3.1.1
Requires-Dist: PyYAML>=5.3.1
Requires-Dist: openstacksdk>=0.40.0
Requires-Dist: oslo.concurrency>=3.26.0
Requires-Dist: oslo.config>=6.8.0
Requires-Dist: oslo.context>=2.22.0
Requires-Dist: oslo.db>=12.1.0
Requires-Dist: oslo.i18n>=3.20.0
Requires-Dist: oslo.log>=4.3.0
Requires-Dist: oslo.messaging>=14.1.0
Requires-Dist: oslo.middleware>=3.31.0
Requires-Dist: oslo.policy>=4.5.0
Requires-Dist: oslo.rootwrap>=5.8.0
Requires-Dist: oslo.serialization>=2.25.0
Requires-Dist: oslo.service>=1.31.0
Requires-Dist: oslo.upgradecheck>=1.2.0
Requires-Dist: oslo.utils>=4.5.0
Requires-Dist: tenacity>=6.2.0
Requires-Dist: stevedore>=1.20.0
Requires-Dist: SQLAlchemy>=1.4.0
Requires-Dist: tooz>=2.5.1
Requires-Dist: microversion_parse>=1.0.1
Requires-Dist: zeroconf>=0.24.0
Requires-Dist: bcrypt>=3.1.3

===============================================
Hardware introspection for OpenStack Bare Metal
===============================================

.. 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>`_.

Introduction
============

.. image:: https://governance.openstack.org/tc/badges/ironic-inspector.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

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).

* Free software: Apache license
* Source: https://opendev.org/openstack/ironic-inspector/
* Bugs: https://bugs.launchpad.net/ironic-inspector
* Downloads: https://tarballs.openstack.org/ironic-inspector/
* Documentation: https://docs.openstack.org/ironic-inspector/latest/
* Python client library and CLI tool: `python-ironic-inspector-client
  <https://pypi.org/project/python-ironic-inspector-client>`_
  (`documentation
  <https://docs.openstack.org/python-ironic-inspector-client/latest/>`_).

.. _Ironic: https://wiki.openstack.org/wiki/Ironic

.. 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`_.

.. _the release notes: https://docs.openstack.org/releasenotes/ironic-inspector/

