redhat-cop / ocp-disconnected-docs

MIT License
31 stars 18 forks source link

Remove hard-coded versions and RHCOS name #23

Closed afflom closed 3 years ago

afflom commented 3 years ago

The govcloud installation doc had several hardcoded references to a static ocp version. Additionally, the RHCOS name for a static ocp version was hardcoded into a template file. Due to the rapid pace of OCP releases, this was not possible to maintain.

This PR removes all static OCP version references and instead bundles and installs the current stable release of OCP.

I've done one dry run with the mods and no obvious errors were seen.

jflowers commented 3 years ago

@afflom did I miss it. Is the version ever set as a env var?...export OCP_VER=[write version num here, ex: 4.7].