stream data for gce (google compute) contains incomplete or unavailble image ids
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-images |
Confirmed
|
Medium
|
adam linux |
Bug Description
image-status is
https:/
$ project="smoser-00"
$ rel=xenial
$ name="smfoo-$rel"
$ zone="us-east1-b"
$ mtype="f1-micro"
$ image-status gce xenial region=${zone%-*}
xenial 20170414a us-east1 daily-ubuntu-
## My notes have this '/ubuntu-os-cloud/' prefix, that i'm not sure
## where it came from, and seems like it should be present in stream data.
## it fails both with and without it.
$ img="/ubuntu-
$ gcloud compute "--project=
"--zone=$zone" "--machine-
"--maintenanc
--image="$img" \
--boot-
"--boot-
WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more information, see: https:/
ERROR: (gcloud.
- Invalid value for field 'resource.
Modifying the above to use 'gce-release' will get you something like:
$ image-status gce-release xenial region=us-east1
xenial 20170330 us-east1 ubuntu-
And then attempting to launch with an image like '/ubuntu-
So the 2 things wrong:
a.) I'm not aware of any way to launch an image in the daily stream
b.) you have to prefix image-ids with '/ubuntu-os-cloud/' to launch one
from the release stream.
Changed in cloud-images: | |
importance: | Undecided → Medium |
Changed in cloud-images: | |
assignee: | nobody → adam linux (iceyman69) |
Dan confirmed for me that this is wrong.
The user of stream data just has to know the prefix (or '--image-family').
daily: ubuntu- os-cloud- devel
release: ubuntu-os-cloud