Skip to content

Commit

Permalink
docs/dev/pinned-coreos.md: update rhcos-stream.json example
Browse files Browse the repository at this point in the history
The file data/data/rhcos-stream.json was deleted in
openshift@d773ee5
and the corresponding data now lives in data/data/coreos/rhcos.json. Let's update
the documentation to reflect this change.
  • Loading branch information
saqibali-2k committed Dec 6, 2021
1 parent 170a59b commit 8bf1f63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev/pinned-coreos.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ that data into the cluster as well.
To update the bootimage for one or more architectures, use e.g.

```
$ plume cosa2stream --target data/data/rhcos-stream.json --distro rhcos x86_64=48.83.202102230316-0 s390x=47.83.202102090311-0 ppc64le=47.83.202102091015-0 --url https://rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com/art/storage/releases --no-signatures
$ plume cosa2stream --target data/data/coreos/rhcos.json --distro rhcos x86_64=48.83.202102230316-0 s390x=47.83.202102090311-0 ppc64le=47.83.202102091015-0 --url https://rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com/art/storage/releases --no-signatures
```

For more information on this command, see:
Expand All @@ -39,3 +39,4 @@ For historical reference, the initial file `data/data/rhcos-stream.json` was gen
```
$ plume cosa2stream --name rhcos-4.8 --distro rhcos x86_64=48.83.202102230316-0 s390x=47.83.202102090311-0 ppc64le=47.83.202102091015-0 > data/data/rhcos-stream.json
```
NOTE: the data for `data/data/rhcos-stream.json` now lives in `data/data/coreos/rhcos.json`

0 comments on commit 8bf1f63

Please sign in to comment.