simple streams failure - no 12.04 amd64 image in ap-southeast-2
John Arbash Meinel
john at arbash-meinel.com
Wed Jul 10 05:34:04 UTC 2013
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Trying to look through the simplestreams here:
https://cloud-images.ubuntu.com/releases/streams/v1/com.ubuntu.cloud:released:aws.json
I did find:
"com.ubuntu.cloud:server:12.04:amd64": {
"release": "precise",
"version": "12.04",
"arch": "amd64",
"versions": {
...
"20121218": {
"items": {
...
"apse2pe": {
"root_store": "ebs",
"virt": "pv",
"crsn": "ap-southeast-2",
"id": "ami-737ee949"
},
...
"apse2pi": {
"root_store": "instance",
"virt": "pv",
"crsn": "ap-southeast-2",
"id": "ami-7f7ee945"
},
...
"pubname": "ubuntu-precise-12.04-amd64-server-20121218",
"label": "release"
}
If I load that file into python, I can do:
>>> import json all = json.load(open('released-aws.json')) items =
all['products']['com.ubuntu.cloud:server:12.04:amd64']['versions']['20121218']['items']
>>> items['apse2pe']
{u'root_store': u'ebs', u'virt': u'pv', u'crsn': u'ap-southeast-2',
u'id': u'ami-737ee949'}
>>> items['apse2pi']
{u'root_store': u'instance', u'virt': u'pv', u'crsn':
u'ap-southeast-2', u'id': u'ami-7f7ee945'}
Which sure looks like there is a AMI for 12.04 precise Amd64 in the
2012-12-18 release on AP Southeast-2.
That is a little bit old, but I didn't try super hard to look for
whatever is the latest version.
It is a bit hard to sift through all the nesting, but without much
deeper tracing into what keys it is looking at and what it does and
doesn't find, I don't know why it wouldn't have found an AMI for you.
John
=:->
On 2013-07-10 8:57, David Cheney wrote:
> Please ignore the debugging info in my build - what has gone wrong
> ?
>
> % juju bootstrap -v
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iEYEARECAAYFAlHc8kwACgkQJdeBCYSNAAPcLgCdGqTl3CrQWmA0fMzWqNesKtLU
B9cAn0IbZ9u7Qfa3NTLKi/l8ps5kWV7V
=Awfy
-----END PGP SIGNATURE-----
More information about the Juju-dev
mailing list