Metadata-Version: 2.4
Name: ironic
Version: 34.0.0
Summary: OpenStack Bare Metal Provisioning
Author-email: OpenStack <openstack-discuss@lists.openstack.org>
License: Apache-2.0
Project-URL: Homepage, https://docs.openstack.org/ironic
Project-URL: Repository, https://opendev.org/openstack/ironic
Project-URL: Bugs, https://bugs.launchpad.net/ironic
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pbr>=6.0.0
Requires-Dist: SQLAlchemy>=1.4.0
Requires-Dist: alembic>=1.4.2
Requires-Dist: automaton>=1.9.0
Requires-Dist: WebOb>=1.7.1
Requires-Dist: keystoneauth1>=4.2.0
Requires-Dist: stevedore>=1.29.0
Requires-Dist: oslo.concurrency>=4.2.0
Requires-Dist: oslo.config>=6.8.0
Requires-Dist: oslo.context>=2.22.0
Requires-Dist: oslo.db>=9.1.0
Requires-Dist: oslo.log>=4.3.0
Requires-Dist: oslo.middleware>=3.31.0
Requires-Dist: oslo.policy>=4.5.0
Requires-Dist: oslo.serialization>=2.25.0
Requires-Dist: oslo.service>=4.2.1
Requires-Dist: oslo.upgradecheck>=1.3.0
Requires-Dist: oslo.utils>=8.0.0
Requires-Dist: osprofiler>=1.5.0
Requires-Dist: os-traits>=0.4.0
Requires-Dist: pecan>=1.0.0
Requires-Dist: pycdlib>=1.11.0
Requires-Dist: requests>=2.18.0
Requires-Dist: rfc3986>=1.2.0
Requires-Dist: jsonpatch>=1.16
Requires-Dist: Jinja2>=3.1.6
Requires-Dist: keystonemiddleware>=9.5.0
Requires-Dist: oslo.messaging>=14.1.0
Requires-Dist: tenacity>=6.3.1
Requires-Dist: oslo.versionedobjects>=1.31.2
Requires-Dist: jsonschema>=4.0.0
Requires-Dist: psutil>=3.2.2
Requires-Dist: futurist>=3.2.0
Requires-Dist: tooz>=2.7.0
Requires-Dist: openstacksdk>=4.9.0
Requires-Dist: sushy>=5.9.0
Requires-Dist: construct>=2.9.39
Requires-Dist: netaddr>=0.9.0
Requires-Dist: microversion-parse>=1.0.1
Requires-Dist: zeroconf>=0.24.0
Requires-Dist: os-service-types>=1.7.0
Requires-Dist: bcrypt>=3.1.3
Requires-Dist: websockify>=0.9.0
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: cheroot>=10.0.1
Requires-Dist: cotyledon>=2.0.0
Requires-Dist: lark>=1.2.2
Provides-Extra: guru-meditation-reports
Requires-Dist: oslo.reports>=1.18.0; extra == "guru-meditation-reports"
Provides-Extra: i18n
Requires-Dist: oslo.i18n>=3.20.0; extra == "i18n"
Provides-Extra: devstack
Requires-Dist: virtualbmc>=1.4.0; extra == "devstack"
Dynamic: license-file
Dynamic: requires-dist

======
Ironic
======

.. image:: https://governance.openstack.org/tc/badges/ironic.svg

Overview
--------

Ironic consists of an API and plug-ins for managing and provisioning
physical machines in a security-aware and fault-tolerant manner. It can be
used with nova as a hypervisor driver, or standalone service.

By default, it will use PXE and IPMI/Redfish to interact with bare metal
machines. Some drivers, like the Redfish drivers, also support advanced
features like leveraging HTTPBoot or Virtual Media based boot operations
depending on the configuration by the user. Ironic also supports
vendor-specific plug-ins which may implement additional functionality,
however many vendors have chosen to focus on their Redfish implementations
instead of customized drivers.

Numerous ways exist to leverage Ironic to deploy a bare metal node, above
and beyond asking Nova for a "bare metal" instance, or for asking Ironic
to manually deploy a specific machine. Bifrost and Metal3 are related
projects which seek to simplify the use and interaction of Ironic.

Ironic is distributed under the terms of the Apache License, Version 2.0. The
full terms and conditions of this license are detailed in the LICENSE file.

Project resources
~~~~~~~~~~~~~~~~~

* Documentation: https://docs.openstack.org/ironic/latest
* Source: https://opendev.org/openstack/ironic
* Bugs: https://bugs.launchpad.net/ironic/+bugs
* Wiki: https://wiki.openstack.org/wiki/Ironic
* APIs: https://docs.openstack.org/api-ref/baremetal/index.html
* Release Notes: https://docs.openstack.org/releasenotes/ironic/
* Design Specifications: https://specs.openstack.org/openstack/ironic-specs/

Project status, bugs, and requests for feature enhancements (RFEs) are tracked
in Launchpad:
https://launchpad.net/ironic

For information on how to contribute to ironic, see
https://docs.openstack.org/ironic/latest/contributor
