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

bootloader/zipl: Run in target deployment as container if needed #3104

Merged
merged 4 commits into from
Dec 1, 2023

Commits on Nov 30, 2023

  1. sysroot: Expose deployment container executor internally

    Prep for using this for zipl.
    cgwalters committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    791337f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. sysroot: Support specifying bwrap arguments

    Prep for use with zipl.
    cgwalters committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7445697 View commit details
    Browse the repository at this point in the history
  2. sysroot: Expose deployment runner outside of selinux

    We will use it in e.g. s390x zipl backend.
    cgwalters committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    aa635bf View commit details
    Browse the repository at this point in the history
  3. bootloader/zipl: Run in target deployment as container if needed

    xref https://issues.redhat.com/browse/MGMT-16303
    
    Basically the OCP Assisted installer has now grown code
    to try to do OS updates offline post-install, and this means
    we need to handle the case of running zipl from the target
    root.
    cgwalters committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c3aa295 View commit details
    Browse the repository at this point in the history