Difference between revisions of "Juju bootstrap"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* <code>[[juju bootstrap localhost]]</code> | * <code>[[juju bootstrap localhost]]</code> | ||
+ | |||
+ | |||
+ | |||
+ | juju bootstrap | ||
+ | juju bootstrap --clouds | ||
+ | juju bootstrap --regions aws | ||
+ | juju bootstrap aws | ||
+ | juju bootstrap aws/us-east-1 | ||
+ | juju bootstrap google joe-us-east1 | ||
+ | juju bootstrap --config=~/config-rs.yaml rackspace joe-syd | ||
+ | juju bootstrap --agent-version=2.2.4 aws joe-us-east-1 | ||
+ | juju bootstrap --config bootstrap-timeout=1200 azure joe-eastus | ||
+ | |||
Revision as of 08:34, 22 April 2021
juju bootstrap
juju bootstrap --help
juju bootstrap juju bootstrap --clouds juju bootstrap --regions aws juju bootstrap aws juju bootstrap aws/us-east-1 juju bootstrap google joe-us-east1 juju bootstrap --config=~/config-rs.yaml rackspace joe-syd juju bootstrap --agent-version=2.2.4 aws joe-us-east-1 juju bootstrap --config bootstrap-timeout=1200 azure joe-eastus
Example
juju bootstrap Since Juju 2 is being run for the first time, downloaded the latest public cloud information. Clouds aws aws-china aws-gov azure azure-china cloudsigma google joyent localhost oracle oracle-classic rackspace Select a cloud [localhost]: Enter a name for the Controller [localhost-localhost]:
Creating Juju controller "localhost-localhost" on localhost/localhost Looking for packaged Juju agent version 2.8.1 for amd64 To configure your system to better support LXD containers, please see: https://github.com/lxc/lxd/blob/master/doc/production-setup.md Launching controller instance(s) on localhost/localhost... - juju-ffef7b-0 (arch=amd64) Installing Juju agent on bootstrap instance Fetching Juju Dashboard 0.2.0 Waiting for address Attempting to connect to 10.111.212.211:22 Connected to 10.111.212.211 Running machine configuration script... Bootstrap agent now started Contacting Juju controller at 10.111.212.211 to verify accessibility... Bootstrap complete, controller "localhost-localhost" is now available Controller machines are in the "controller" model Initial model "default" added
See also
Advertising: