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

Support Only reboot Action #54

Merged
merged 4 commits into from
Jul 27, 2023

Commits on Jul 25, 2023

  1. Support only reboot action

    Raise a warning when a different action was asked, and either way try to reboot the node
    razo7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ed556b3 View commit details
    Browse the repository at this point in the history
  2. Verify SuccessFAResponse was received

    Check on Reconcile that stdout from running the FA equlas to SuccessFAResponse
    razo7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    49362d3 View commit details
    Browse the repository at this point in the history
  3. Add error prints in build-fa-parameters

    We log an error prior to every time that the function returns an error
    razo7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a5f4761 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Default FA action is reboot, and we error given any other action

    Limit the usage of FAs to reboot action only
    razo7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ab75e8a View commit details
    Browse the repository at this point in the history