Hi there, I'm trying to get Runabove's openstack cloud to work with Juju but I can't get the simple stream to work. Simplestream.go seems to just skip to index2.json because of an error but it didn't report any:
2015-02-03 02:38:34 INFO juju.cmd supercommand.go:37 running juju [1.21.1-utopic-amd64 gc] 2015-02-03 02:38:34 INFO juju.provider.openstack provider.go:248 opening environment "run" 2015-02-03 02:38:35 DEBUG juju.environs.configstore disk.go:336 writing jenv file to /home/avoine/.juju/environments/run.jenv 2015-02-03 02:38:35 INFO juju.network network.go:106 setting prefer-ipv6 to false 2015-02-03 02:38:35 DEBUG juju.environs imagemetadata.go:105 trying datasource "keystone catalog" 2015-02-03 02:38:35 DEBUG juju.environs.simplestreams simplestreams.go:374 searching for metadata in datasource "image-metadata-url" 2015-02-03 02:38:35 INFO juju.utils http.go:59 hostname SSL verification enabled 2015-02-03 02:38:35 DEBUG juju.environs.simplestreams simplestreams.go:465 fetchData failed for " https://storage.bhs-1.runabove.io/v1/AUTH_XXX/ubuntu_stream/streams/v1/index2.sjson": cannot find URL " https://storage.bhs-1.runabove.io/v1/AUTH_XXX/ubuntu_stream/streams/v1/index2.sjson" not found [...] This is what I have in my index.json { "index": { "com.ubuntu.cloud:released:runabove": { "updated": "Mon, 02 Feb 2015 14:14:09 +0000", "clouds": [ { "region": "BHS-1", "endpoint": "https://auth.runabove.io/v2.0" }], "format": "products:1.0", "datatype": "image-ids", "cloudname": "runabove", "products": [ "com.ubuntu.cloud:server:12.04:amd64" ], "path": "streams/v1/com.ubuntu.cloud:released:runabove.json" } } } and in com.ubuntu.cloud:released:runabove.json: { "updated": "Thu, 06 Nov 2014 13:28:28 +0000", "datatype": "image-ids", "content_id": "com.ubuntu.cloud:released:runabove", "products": { "com.ubuntu.cloud:server:12.04:amd64": { "release": "precise", "version": "12.04", "arch": "amd64", "versions": { "20141015.1": { "items": { "BHS-1": { "virt": "kvm", "crsn": "BHS-1", "root_size": "8GB", "id": "23b30a81-1b0f-45d3-8dc1-eed72091d020" } }, "pubname": "Ubuntu Server 12.04 (amd64 20141015.1) - Image", "label": "release" } } } }, "format": "products:1.0", "_aliases": { "crsn": { "BHS-1": { "region": "BHS-1", "endpoint": "https://auth.runabove.io/v2.0" } } } } Tell me if you need more info. Also, should I bug the fact that runabove is not in "the offical stream"? Thanks, Patrick
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
