Skip to content

Commit

Permalink
hack/update-rhcos-bootimage.py: update RHCOS_RELEASES_APP
Browse files Browse the repository at this point in the history
I think this was supposed to be part of openshift#4928.
  • Loading branch information
jlebon committed Jun 9, 2021
1 parent 2d50ef8 commit f916530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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
$ 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
```

For more information on this command, see:
Expand All @@ -37,7 +37,7 @@ For more information on this command, see:
To update the legacy metadata, use:

```
./hack/update-rhcos-bootimage.py https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.6/46.82.202008260918-0/x86_64/meta.json amd64
./hack/update-rhcos-bootimage.py https://rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com/art/storage/releases/rhcos-4.6/46.82.202008260918-0/x86_64/meta.json amd64
```

This will hopefully be removed soon.
Expand Down
2 changes: 1 addition & 1 deletion hack/update-rhcos-bootimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# An app running in the CI cluster exposes this public endpoint about ART RHCOS
# builds. Do not try to e.g. point to RHT-internal endpoints.
RHCOS_RELEASES_APP = 'https://releases-art-rhcos.svc.ci.openshift.org'
RHCOS_RELEASES_APP = 'https://rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com'

parser = argparse.ArgumentParser()
parser.add_argument("meta", action='store')
Expand Down

0 comments on commit f916530

Please sign in to comment.