Pike Series Release Notes

2.0.0

Upgrade Notes

  • The python-openstackclient package is no longer a requirement for python-ironic-inspector-client to be installed. If you wish to use the ironic-inspector cli, you should install python-openstackclient manually 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 list and introspection interface show commands 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 parameter ipa-collect-lldp=1 and the inspector plugin basic_lldp must be enabled.