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

WIP: Builtin workflow features #1000

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. WIP: add booting options to Workflow spec:

    Add spec field and functionality for
    setting the allowPXE field in hardware.
    
    Add spec field and functionality for
    creating a job.bmc.tinkerbell.org object to
    get the Hardware into a netboot state.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4ebc9e5 View commit details
    Browse the repository at this point in the history
  2. Fix job.bmc creation and deletion:

    Use status' to make sure creation and
    deletion work properly.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b3b089f 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 Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ca2f701 View commit details
    Browse the repository at this point in the history
  4. Clean up used code

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

Commits on Sep 20, 2024

  1. Refactor for testing:

    Add tests for handleOneTimeNetboot and handleHardwareAllowPXE.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a70acec View commit details
    Browse the repository at this point in the history
  2. Change toggle field name:

    Hopefully improved the understandability
    of the field some.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d1b21d8 View commit details
    Browse the repository at this point in the history
  3. Fix controller-gen operations:

    Update rbac.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    86387cc View commit details
    Browse the repository at this point in the history
  4. Update dependencies:

    Upgrades and removed unused dep.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9f725d6 View commit details
    Browse the repository at this point in the history
  5. Bump all Alpine images to 3.20.3:

    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    86d057b View commit details
    Browse the repository at this point in the history
  6. Fix linting warnings:

    Pin apk packages in all Dockerfiles.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6bea9cc View commit details
    Browse the repository at this point in the history