1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

6 Commits

Author SHA1 Message Date
Saqib Ali
8bf1f6345b docs/dev/pinned-coreos.md: update rhcos-stream.json example
The file data/data/rhcos-stream.json was deleted in
d773ee5573
and the corresponding data now lives in data/data/coreos/rhcos.json. Let's update
the documentation to reflect this change.
2021-12-06 13:42:36 -05:00
Colin Walters
d773ee5573 Remove old RHCOS and FCOS metadata (not stream metadata)
In https://github.com/openshift/enhancements/pull/679
we landed support for a stream metadata format already used
by FCOS and now by RHCOS/OCP consumers to find the bootimages.

We kept the old metadata because the UPI CI jobs used it.
In https://github.com/openshift/release/pull/17482 I tried
to port the UPI CI jobs, but ran into huge levels of technical debt.

As best I can tell, the UPI CI jobs are not running on this repo
now and are likely broken for other reasons.

Let's remove the old data and avoid the confusing duplication.
Anyone who goes to work on the UPI CI jobs and sanitizes things
should be able to pick up the work to port to stream metadata
relatively easily.
2021-10-21 17:09:06 -04:00
Benjamin Gilbert
256774ef01 docs/dev/pinned-coreos: pass --no-signatures to plume cosa2stream
Since we don't ship detached signatures, we're currently populating the
artifact signature fields with dead links.
2021-10-05 22:40:14 -04:00
Jonathan Lebon
f9f3f67a4d hack/update-rhcos-bootimage.py: update RHCOS_RELEASES_APP
I think this was supposed to be part of #4928.

(cherry picked from commit f9165307f9)
2021-07-20 19:40:27 -04:00
Christy Norman
5b7d213390 fixing a link
Signed-off-by: Christy Norman <christy@linux.vnet.ibm.com>
2021-05-03 14:49:35 -05:00
Colin Walters
7a7b055d32 Add docs/dev/pinned-coreos.md
Briefly describe the history and future of the pinned {RHEL, Fedora} CoreOS
metadata in the installer.

Co-authored-by: Matthew Staebler <staebler@redhat.com>
2021-03-24 18:21:29 +00:00