Ubuntu Pastebin

Paste from why?!? at Tue, 1 Nov 2016 10:04:08 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=== I'm running this command === 

juju bootstrap awscontroller aws --debug --config agent-metadata-url=http://valhalastage.ddns.net/toolsdir/tools --config agent-stream=devel


== And on the state machine I'm getting this === 

2016-11-01 07:48:49 INFO juju.environs.tools tools.go:101 finding agent binaries in stream "released"
2016-11-01 07:48:49 INFO juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.0
2016-11-01 07:48:49 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog"
2016-11-01 07:48:49 DEBUG juju.worker.dependency engine.go:492 "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available
2016-11-01 07:48:49 DEBUG juju.worker.dependency engine.go:478 "tools-version-checker" manifold worker started
2016-11-01 07:48:49 INFO juju.environs.tools tools.go:101 finding agent binaries in stream "released"
2016-11-01 07:48:49 INFO juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.0
2016-11-01 07:48:49 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog"
2016-11-01 07:48:49 DEBUG juju.tools.lxdclient client.go:199 connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket"
2016-11-01 07:48:50 DEBUG juju.environs.simplestreams simplestreams.go:454 skipping index "http://valhalastage.ddns.net/toolsdir/tools/streams/v1/index2.json" because of missing information: "content-download" data not found
2016-11-01 07:48:50 DEBUG juju.environs.simplestreams simplestreams.go:454 skipping index "http://valhalastage.ddns.net/toolsdir/tools/streams/v1/index2.json" because of missing information: "content-download" data not found
2016-11-01 07:48:51 DEBUG juju.environs.simplestreams simplestreams.go:680 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []}
2016-11-01 07:48:51 DEBUG juju.environs.simplestreams simplestreams.go:541 using mirrored products path: https:/juju-dist.s3.amazonaws.com/tools/streams/v1/com.ubuntu.juju-released-tools.sjson
2016-11-01 07:48:51 DEBUG juju.environs.simplestreams simplestreams.go:680 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []}
2016-11-01 07:48:51 DEBUG juju.environs.simplestreams simplestreams.go:541 using mirrored products path: https:/juju-dist.s3.amazonaws.com/tools/streams/v1/com.ubuntu.juju-released-tools.sjson



=== Question === 

1. Why I'm getting this skipping content-download ?

2. Why instead of using the tools image tar from the location I just provided It's using the dist.s3.amazonaws.com/ ones? 
Download as text