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

mantle/platform: rename IgnitionNetworkKargs to AppendFirstbootKernelArgs and expose to ext tests #2683

Merged
merged 3 commits into from
Feb 3, 2022

Commits on Feb 2, 2022

  1. mantle/platform: rename IgnitionNetworkKargs to AppendFirstbootKernel…

    …Args
    
    We want to expose this to external tests and AppendFirstbootKernelArgs
    is a bit more explicit about what it's doing, which is applying kernel
    arguments that will apply to only the first boot of the machine.
    dustymabe committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    b4d9c99 View commit details
    Browse the repository at this point in the history
  2. mantle/platform: qemuexec: rename --knetargs to --firstbootkargs

    This is a little more inline with what's being done, which is to
    apply the given arguments to the first boot of the machine only.
    dustymabe committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    87eda63 View commit details
    Browse the repository at this point in the history
  3. kola/external-tests: add appendFirstbootKernelArgs support in kola.json

    Add the ability to specify firstboot kernel arguments to transiently
    append to the default kernel arguments for the first boot of the machine.
    This will be useful when testing workflows that use kernel arguments
    for network configuration.
    
    For now, this only supports the qemu platform.
    dustymabe committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9724940 View commit details
    Browse the repository at this point in the history