spyderdyne

juju-ignoring-proxy-settngs

Oct 17th, 2014
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. environment.yaml:
  2.  
  3. environments:
  4. maas:
  5. type: maas
  6. maas-server: 'http://192.168.1.x:80/MAAS'
  7. maas-oauth: 'BLAHBLAHBLASEBLAH'
  8. admin-secret: Abc.123
  9. default-series: trusty
  10. juju-origin: ppa
  11. http-proxy: http://anonymous:[email protected]:8080 #Outbound internet proxy
  12. https-proxy: https://anonymous:[email protected]:8080 #Outbound internet proxy
  13. ftp-proxy: https://anonymous:[email protected]:8080 #Outbound internet proxy
  14. #no-proxy: localhost,127.0.0.1,192.168.1.x,hostname,hostname.local
  15. apt-http-proxy: http://192.168.1.x:8000 #MAAS squid-deb-proxy node
  16. apt-https-proxy: http://192.168.1.x:8000 #MAAS squid-deb-proxy node
  17. apt-ftp-proxy: http://192.168.1.x:8000 #MAAS squid-deb-proxy node
  18.  
  19. Debug Output:
  20.  
  21. root@clustermaster01:~/.juju# juju bootstrap --debug
  22. 2014-10-17 18:52:39 INFO juju.cmd supercommand.go:302 running juju-1.18.4-trusty-amd64 [gc]
  23. 2014-10-17 18:52:39 DEBUG juju.environs.configstore disk.go:64 Making /root/.juju/environments
  24. 2014-10-17 18:52:39 DEBUG juju.provider.maas environprovider.go:30 opening environment "maas".
  25. 2014-10-17 18:52:39 WARNING juju.environs.config config.go:922 unknown config field "juju-origin"
  26. 2014-10-17 18:52:39 WARNING juju.environs.config config.go:922 unknown config field "juju-origin"
  27. 2014-10-17 18:52:39 INFO juju.environs.bootstrap bootstrap.go:46 bootstrapping environment "maas"
  28. 2014-10-17 18:52:39 DEBUG juju.environs.bootstrap synctools.go:166 looking for bootstrap tools: series="trusty", arch=<nil>, version=<nil>
  29. 2014-10-17 18:52:39 INFO juju.environs.tools tools.go:187 filtering tools by released version
  30. 2014-10-17 18:52:39 INFO juju.environs.tools tools.go:87 reading tools with major.minor version 1.18
  31. 2014-10-17 18:52:39 INFO juju.environs.tools tools.go:98 filtering tools by series: trusty
  32. 2014-10-17 18:52:39 DEBUG juju.environs.tools tools.go:46 no architecture specified when finding tools, looking for any
  33. 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
  34. 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
  35. 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
  36. 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
  37. 2014-10-17 18:52:40 INFO juju.utils http.go:55 hostname SSL verification enabled
  38. 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
  39. 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
  40. 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
  41. 2014-10-17 18:54:47 INFO juju.utils http.go:55 hostname SSL verification enabled
  42. 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
  43. 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
  44. 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
  45. 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.
  46. You may want to use the 'tools-metadata-url' configuration setting to specify the tools location.
  47.  
  48. 2014-10-17 18:56:54 INFO juju.cmd cmd.go:113 Bootstrap failed, destroying environment
  49. 2014-10-17 18:56:54 INFO juju.provider.common destroy.go:14 destroying environment "maas"
  50. 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.
  51. 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