Skip to content

Commit

Permalink
Merge pull request #1148 from bgilbert/rationale
Browse files Browse the repository at this point in the history
metadata/stream/rationale: update GCP to match current metadata
  • Loading branch information
bgilbert committed Mar 31, 2022
2 parents d9c06c1 + 846928a commit 33094c4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions metadata/stream/rationale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ architectures:
aws:
regions:
us-east-1:
# We know the release because we uploaded it, so might as well
# list it.
release: 30.1.2.3
image: ami-0123456789abcdef
us-east-2:
Expand All @@ -135,10 +133,14 @@ architectures:
# change.
image: Fedora:CoreOS:stable:latest
gcp:
# We could give a specific image name here, but we probably want
# users to always use an image family. So this is a static string,
# and represents advice rather than a value we might change.
image: projects/fedora-cloud/global/images/family/fedora-coreos-stable
# Ideally users use the project + family. These are static strings,
# and represent advice rather than a value we might change.
project: fedora-coreos-cloud
family: fedora-coreos-stable
# As an alternative, we also list the currently recommended image
# and its release.
release: 30.1.2.3
name: fedora-coreos-30-1-2-3-gcp-x86-64
digitalocean:
# We don't control platform ingest, so an image slug is probably
# the best we can do.
Expand Down

0 comments on commit 33094c4

Please sign in to comment.