Pike Series Release Notes¶
2.0.0¶
Upgrade Notes¶
The
python-openstackclientpackage is no longer a requirement forpython-ironic-inspector-clientto be installed. If you wish to use the ironic-inspector cli, you should installpython-openstackclientmanually or use setuptools “extra” option to install both packages automatically:pip install python-ironic-inspector-client[cli]
1.12.0¶
New Features¶
Add
introspection interface listandintrospection interface showcommands to display stored introspection data for the node including attached switch port information. In order to get switch data, LLDP data collection must be enabled by the kernel parameteripa-collect-lldp=1and the inspector pluginbasic_lldpmust be enabled.