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

MGMT-10209: Pass in icsp file to be used for 'oc adm release extract' #4115

Merged
merged 11 commits into from
Jul 15, 2022

Commits on Jul 11, 2022

  1. MGMT-10209: Pass in icsp file to be used for 'oc adm release extract'

    Pass in an ICSP file via an environment variable to be used when
    running the oc command to extract the installer.
    
    Note that the ImageContentSources are also in the generated install-config
    https://github.com/openshift/assisted-service/blob/master/internal/installcfg/installcfg.go#L113.
    This PR allows the ICSP to be passed in, in the API format that the oc command expects.
    bfournie committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b342025 View commit details
    Browse the repository at this point in the history
  2. generate mockRelease

    bfournie committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    caaf1b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    f71d515 View commit details
    Browse the repository at this point in the history
  2. Fixes for defer

    bfournie committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8c90167 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. added logging and unit tests

    bfournie committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a5f7054 View commit details
    Browse the repository at this point in the history
  2. fixes for logging

    bfournie committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9618453 View commit details
    Browse the repository at this point in the history
  3. fixes for logging

    bfournie committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    54e72f3 View commit details
    Browse the repository at this point in the history
  4. fixes for logging

    bfournie committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    bea6a97 View commit details
    Browse the repository at this point in the history
  5. fixes for logging

    bfournie committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    755e9b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0862e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b21f7e9 View commit details
    Browse the repository at this point in the history