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

Bug 1835419: Add a tool to convert introspection data to HardwareDetails #67

Merged
merged 3 commits into from May 13, 2020

Commits on May 13, 2020

  1. Add a tool to convert introspection data to HardwareDetails

    This adds a tool called "make-introspection" that takes 2 arguments,
    the Ironic inspector URI and then node UUID. It queries inspector
    for the data, and if found, converts it to the BareMetalHost
    HardwareDetails format.
    stbenjam committed May 13, 2020
    Copy the full SHA
    9769130 View commit details
    Browse the repository at this point in the history
  2. Rename make-introspection to get-hardware-details

    This name is more descriptive.
    stbenjam committed May 13, 2020
    Copy the full SHA
    a794f47 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d31e0f9 View commit details
    Browse the repository at this point in the history