python2-ironic-inspector-dbsync

discovering hardware properties for OpenStack Ironic - Python 2.7

Install

All systems
curl cmd.cat/python2-ironic-inspector-dbsync.sh
Debian Debian
apt-get install python-ironic-inspector
Ubuntu
apt-get install python-ironic-inspector
Windows (WSL2)
sudo apt-get update sudo apt-get install python-ironic-inspector
Raspbian
apt-get install python-ironic-inspector

python-ironic-inspector

discovering hardware properties for OpenStack Ironic - Python 2.7

This 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). A special discovery ramdisk is required to collect the information on a node. The default one can be built using diskimage-builder and ironic-inspector-ramdisk element. This package contains the Python 2.7 files.