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: add --coreos-url to oc adm release new #21998

Closed
wants to merge 1 commit into from

Commits on Feb 9, 2019

  1. adm/release-new: Add --coreos-url to override machine-os-content

    For RHCOS we have two things:
    
     - The "bootimage" (AMI, qcow2, PXE env)
     - The "oscontainer", now represented as `machine-os-content` in the payload
    
    For initial OpenShift releases (e.g. of the installer) ideally
    these are the same (i.e. we don't upgrade OS on boot).
    
    This PR aims to support injecting both data into the release payload.
    
    More information on the "bootimage" and its consumption by the
    installer as well as the Machine API Operator:
    openshift/installer#987
    
    More information on `machine-os-content`:
    openshift/machine-config-operator#183
    cgwalters committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    38fc2fe View commit details
    Browse the repository at this point in the history