Personal tools
Skip to content. | Skip to navigation
Components common to all OpenStack Heat services
OpenStack API for starting CloudFormation templates on OpenStack
Heat example templates and image building elements
Ironic API for management and provisioning of physical machines
Components common to all OpenStack Ironic services
Ironic Conductor for management and provisioning of physical machines
Simple hardware properties discovery daemon for use with OpenStack Ironic.
Ironic Inspector is an auxiliary service for discovering hardware properties for a node managed by OpenStack 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).
An agent for controlling and deploying Ironic controlled bare metal nodes. The ironic-python-agent works with the agent driver in Ironic to provision the node. Starting with ironic-python-agent running on a ramdisk on the unprovisioned node, Ironic makes API calls to ironic-python-agent to provision the machine. This allows for greater control and flexibility of the entire deployment process. The ironic-python-agent may also be used with the original Ironic pxe drivers as of the Kilo OpenStack release.