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

Add OSIE files and location customization: #534

Merged
merged 5 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. Add OSIE files and location customization:

    This plumbs through the spec.interfaces[].netboot.osie
    from the v1alpha1 API into Smee for customization of
    the auto.ipxe script. This allow Hardware objects to
    customize the OSIE file and location. Currently,
    only a global CLI flag was available.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    960f4cf View commit details
    Browse the repository at this point in the history
  2. Update golangci-lint version

    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0e7ddce View commit details
    Browse the repository at this point in the history
  3. Fix linting issues

    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9b12f94 View commit details
    Browse the repository at this point in the history
  4. Fix Kube backed leasetime code:

    It was safecast parsing the wrong value.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    206ef93 View commit details
    Browse the repository at this point in the history
  5. Update go.mod dependencies:

    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ae9335b View commit details
    Browse the repository at this point in the history