spacepaste

  1.  
  2. matt@Traveller:~
  3. 2027 ~ $>rm -rf ~/.juju
  4. matt@Traveller:~
  5. 2028 ~ $>juju init
  6. A boilerplate environment configuration file has been written to /Users/matt/.juju/environments.yaml.
  7. Edit the file to configure your juju environment and run bootstrap.
  8. matt@Traveller:~
  9. 2029 ~ $>sed -i -e 's/# region: us-east-1/region eu-west-1/g' ~/.juju/environments.yaml
  10. matt@Traveller:~
  11. 2030 ~ $>rm -rf ~/.juju
  12. matt@Traveller:~
  13. 2031 ~ $>juju init
  14. A boilerplate environment configuration file has been written to /Users/matt/.juju/environments.yaml.
  15. Edit the file to configure your juju environment and run bootstrap.
  16. matt@Traveller:~
  17. 2032 ~ $>sed -i -e 's/# region: us-east-1/region: eu-west-1/g' ~/.juju/environments.yaml
  18. matt@Traveller:~
  19. 2033 ~ $>juju bootstrap -v
  20. verbose is deprecated with the current meaning, use show-log
  21. 2013-10-10 09:34:22 INFO juju.provider.ec2 ec2.go:179 opening environment "amazon"
  22. 2013-10-10 09:34:23 INFO juju.environs.tools tools.go:85 reading tools with major.minor version 1.17
  23. 2013-10-10 09:34:23 INFO juju.environs.tools tools.go:96 filtering tools by series: precise
  24. 2013-10-10 09:34:24 WARNING juju.cmd.juju bootstrap.go:204 no tools available, attempting to retrieve from https://juju-dist.s3.amazonaws.com/
  25. 2013-10-10 09:34:24 INFO juju.environs.sync sync.go:66 listing available tools
  26. listing available tools
  27. 2013-10-10 09:34:25 INFO juju.cmd.juju bootstrap.go:211 no tools found, so attempting to build and upload new tools
  28. 2013-10-10 09:34:25 INFO juju.environs.tools build.go:162 found existing jujud
  29. 2013-10-10 09:34:25 INFO juju.environs.tools build.go:172 target: /var/folders/cj/v2wvj4js51s_hmcck_plxbyc0000gn/T/juju-tools013666048/jujud
  30. 2013-10-10 09:34:28 INFO juju.environs.sync sync.go:225 built 1.17.0.1-unknown-amd64 (4547kB)
  31. built 1.17.0.1-unknown-amd64 (4547kB)
  32. Juju cannot bootstrap because no tools are available for your environment.
  33. An attempt was made to build and upload appropriate tools but this was unsuccessful.
  34. 2013-10-10 09:34:28 ERROR juju supercommand.go:282 invalid series "unknown"
  35.