ironic

Python client for Ironic

Install

All systems
curl cmd.cat/ironic.sh
Debian Debian
apt-get install python2-ironicclient
Ubuntu
apt-get install python2-ironicclient
Fedora
dnf install python2-ironicclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python2-ironicclient
Raspbian
apt-get install python2-ironicclient

python2-ironicclient

Python client for Ironic

python-ironicclient

Client for OpenStack bare metal Service - Python 2.7

Ironic provision bare metal machines instead of virtual machines. It is a fork of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality. This is a client for the OpenStack Ironic API. There's a Python API (the "ironicclient" module), and a command-line script ("ironic"). Installing this package gets you a shell command, that you can use to interact with Ironic's API. This package provides the Python 2.7 support.

python3-ironicclient

Client for OpenStack bare metal Service - Python 3.x

Ironic provision bare metal machines instead of virtual machines. It is a fork of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality. This is a client for the OpenStack Ironic API. There's a Python API (the "ironicclient" module), and a command-line script ("ironic"). Installing this package gets you a shell command, that you can use to interact with Ironic's API. This package provides the Python 3.x support.