Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- environment.yaml:
- environments:
- maas:
- type: maas
- maas-server: 'http://192.168.1.x:80/MAAS'
- maas-oauth: 'BLAHBLAHBLASEBLAH'
- admin-secret: Abc.123
- default-series: trusty
- juju-origin: ppa
- http-proxy: http://anonymous:[email protected]:8080 #Outbound internet proxy
- https-proxy: https://anonymous:[email protected]:8080 #Outbound internet proxy
- ftp-proxy: https://anonymous:[email protected]:8080 #Outbound internet proxy
- #no-proxy: localhost,127.0.0.1,192.168.1.x,hostname,hostname.local
- apt-http-proxy: http://192.168.1.x:8000 #MAAS squid-deb-proxy node
- apt-https-proxy: http://192.168.1.x:8000 #MAAS squid-deb-proxy node
- apt-ftp-proxy: http://192.168.1.x:8000 #MAAS squid-deb-proxy node
- Debug Output:
- root@clustermaster01:~/.juju# juju bootstrap --debug
- 2014-10-17 18:52:39 INFO juju.cmd supercommand.go:302 running juju-1.18.4-trusty-amd64 [gc]
- 2014-10-17 18:52:39 DEBUG juju.environs.configstore disk.go:64 Making /root/.juju/environments
- 2014-10-17 18:52:39 DEBUG juju.provider.maas environprovider.go:30 opening environment "maas".
- 2014-10-17 18:52:39 WARNING juju.environs.config config.go:922 unknown config field "juju-origin"
- 2014-10-17 18:52:39 WARNING juju.environs.config config.go:922 unknown config field "juju-origin"
- 2014-10-17 18:52:39 INFO juju.environs.bootstrap bootstrap.go:46 bootstrapping environment "maas"
- 2014-10-17 18:52:39 DEBUG juju.environs.bootstrap synctools.go:166 looking for bootstrap tools: series="trusty", arch=<nil>, version=<nil>
- 2014-10-17 18:52:39 INFO juju.environs.tools tools.go:187 filtering tools by released version
- 2014-10-17 18:52:39 INFO juju.environs.tools tools.go:87 reading tools with major.minor version 1.18
- 2014-10-17 18:52:39 INFO juju.environs.tools tools.go:98 filtering tools by series: trusty
- 2014-10-17 18:52:39 DEBUG juju.environs.tools tools.go:46 no architecture specified when finding tools, looking for any
- 2014-10-17 18:52:39 DEBUG juju.environs.simplestreams simplestreams.go:388 fetchData failed for "tools/streams/v1/index.sjson": file '112bfc3d-59e3-418c-8ffb-2cb66009021e-tools/streams/v1/index.sjson' not found not found
- 2014-10-17 18:52:39 DEBUG juju.environs.simplestreams simplestreams.go:362 cannot load index "streams/v1/index.sjson": invalid URL "tools/streams/v1/index.sjson" not found
- 2014-10-17 18:52:40 DEBUG juju.environs.simplestreams simplestreams.go:388 fetchData failed for "tools/streams/v1/index.json": file '112bfc3d-59e3-418c-8ffb-2cb66009021e-tools/streams/v1/index.json' not found not found
- 2014-10-17 18:52:40 DEBUG juju.environs.simplestreams simplestreams.go:362 cannot load index "streams/v1/index.json": invalid URL "tools/streams/v1/index.json" not found
- 2014-10-17 18:52:40 INFO juju.utils http.go:55 hostname SSL verification enabled
- 2014-10-17 18:54:47 DEBUG juju.environs.simplestreams datasource.go:76 Got error requesting "https://streams.canonical.com/juju/tools/streams/v1/index.sjson": Get https://streams.canonical.com/juju/tools/streams/v1/index.sjson: dial tcp 91.189.88.141:443: connection timed out
- 2014-10-17 18:54:47 DEBUG juju.environs.simplestreams simplestreams.go:388 fetchData failed for "https://streams.canonical.com/juju/tools/streams/v1/index.sjson": invalid URL "https://streams.canonical.com/juju/tools/streams/v1/index.sjson" not found
- 2014-10-17 18:54:47 DEBUG juju.environs.simplestreams simplestreams.go:362 cannot load index "https://streams.canonical.com/juju/tools/streams/v1/index.sjson": invalid URL "https://streams.canonical.com/juju/tools/streams/v1/index.sjson" not found
- 2014-10-17 18:54:47 INFO juju.utils http.go:55 hostname SSL verification enabled
- 2014-10-17 18:56:54 DEBUG juju.environs.simplestreams datasource.go:76 Got error requesting "https://streams.canonical.com/juju/tools/streams/v1/index.json": Get https://streams.canonical.com/juju/tools/streams/v1/index.json: dial tcp 91.189.88.141:443: connection timed out
- 2014-10-17 18:56:54 DEBUG juju.environs.simplestreams simplestreams.go:388 fetchData failed for "https://streams.canonical.com/juju/tools/streams/v1/index.json": invalid URL "https://streams.canonical.com/juju/tools/streams/v1/index.json" not found
- 2014-10-17 18:56:54 DEBUG juju.environs.simplestreams simplestreams.go:362 cannot load index "https://streams.canonical.com/juju/tools/streams/v1/index.json": invalid URL "https://streams.canonical.com/juju/tools/streams/v1/index.json" not found
- 2014-10-17 18:56:54 ERROR juju.provider.common bootstrap.go:123 bootstrap failed: cannot upload bootstrap tools: Juju cannot bootstrap because no tools are available for your environment.
- You may want to use the 'tools-metadata-url' configuration setting to specify the tools location.
- 2014-10-17 18:56:54 INFO juju.cmd cmd.go:113 Bootstrap failed, destroying environment
- 2014-10-17 18:56:54 INFO juju.provider.common destroy.go:14 destroying environment "maas"
- 2014-10-17 18:56:54 ERROR juju.cmd supercommand.go:305 cannot upload bootstrap tools: Juju cannot bootstrap because no tools are available for your environment.
- You may want to use the 'tools-metadata-url' configuration setting to specify the tools location.
Advertisement
Add Comment
Please, Sign In to add comment