Kangarooo

juju bootstrap localhost

Dec 14th, 2023 (edited)
1,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.21 KB | None | 0 0
  1. juju bootstrap localhost
  2. Since Juju 3 is being run for the first time, it has downloaded the latest public cloud information.
  3. Creating Juju controller "localhost-localhost" on localhost/localhost
  4. Looking for packaged Juju agent version 3.1.6 for amd64
  5. Located Juju agent version 3.1.6-ubuntu-amd64 at https://streams.canonical.com/juju/tools/agent/3.1.6/juju-3.1.6-linux-amd64.tgz
  6. To configure your system to better support LXD containers, please see: https://documentation.ubuntu.com/lxd/en/latest/explanation/performance_tuning/
  7. Launching controller instance(s) on localhost/localhost...
  8.  - juju-848e49-0 (arch=amd64)                  
  9. Installing Juju agent on bootstrap instance
  10. Waiting for address
  11. Attempting to connect to fd42:a5aa:9178:cee6:216:3eff:fead:27d:22
  12. Attempting to connect to 10.22.28.134:22
  13. Connected to fd42:a5aa:9178:cee6:216:3eff:fead:27d
  14. Running machine configuration script...
  15. Bootstrap agent now started
  16. Contacting Juju controller at 10.22.28.134 to verify accessibility...
  17.  
  18. Bootstrap complete, controller "localhost-localhost" is now available
  19. Controller machines are in the "controller" model
  20.  
  21. Now you can run
  22.         juju add-model <model-name>
  23. to create a new model to deploy workloads.
Advertisement
Add Comment
Please, Sign In to add comment