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

Bug 1797806: asset/manifests: add new installation config map #3065

Merged
merged 1 commit into from Feb 7, 2020
Merged

Bug 1797806: asset/manifests: add new installation config map #3065

merged 1 commit into from Feb 7, 2020

Commits on Feb 5, 2020

  1. asset/manifests: add new installation config map

    This is a follow-up for the logic introduced in 27de643. The behavior
    of the openshift-install ConfigMap is reverted, making it such that the
    ConfigMap is always injected in an IPI installation, but never it a UPI
    installation. A new ConfigMap, openshift-install-manifests, is
    introduced, which is always injected at the manifests target. Both of
    these ConfigMaps contain the same data: the invoker and the installer
    version, at the time of their respective creation. This will allow us to
    continue determining several things:
    
      1. Was the cluster installed via IPI or UPI?
      2. What invoked the installer to create the cluster?
    
    It will also allow us to determine some new information:
    
      1. Regardless of installation strategy, what invoked the installer to
         create the manifests?
      2. Was the version of the installer used to create the manifests the
         same as the version that created the cluster (assuming IPI)?
    crawford committed Feb 5, 2020
    Copy the full SHA
    954ffca View commit details
    Browse the repository at this point in the history