Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable ironic inspector #263

Merged
merged 1 commit into from
Sep 15, 2023
Merged

enable ironic inspector #263

merged 1 commit into from
Sep 15, 2023

Commits on Sep 5, 2023

  1. enable ironic inspector

    for ironic-inspector to work with neutron, the following need to be set:
    
    enabled_inspect_interfaces must contain `inspector`
    each node must have its inspect interface set to `inspector` by
    running `openstack baremetal node set --reset-inspect-interface --inspect-interface inspector`
    
    OR, if `default_inspect_interface` is set to `inspector`, new nodes will have their interface
    set to this automatically, as well as when `--reset-inspect-interface` is called.
    
    Finally, inspection_network MUST be set, or ironic will return a cryptic error message about how
    "driver IPMI does not support managed inspection".
    msherman64 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f74b97c View commit details
    Browse the repository at this point in the history