Difference between revisions of "Juju bootstrap"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(13 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{lowercase}} |
+ | * <code>[[juju]] bootstrap</code> | ||
+ | * <code>[[juju bootstrap --help]]</code> | ||
+ | * <code>[[juju bootstrap localhost]]</code> | ||
+ | * <code>juju bootstrap</code> | ||
+ | * <code>juju bootstrap --clouds</code> | ||
+ | * <code>juju bootstrap --regions aws</code> | ||
+ | * <code>juju bootstrap aws</code> | ||
+ | * <code>juju bootstrap aws/us-east-1</code> | ||
+ | * <code>juju bootstrap google joe-us-east1</code> | ||
+ | * <code>juju bootstrap --config=~/config-rs.yaml rackspace joe-syd</code> | ||
+ | * <code> juju bootstrap --agent-version=2.2.4 aws joe-us-east-1</code> | ||
+ | * <code>juju bootstrap --config bootstrap-timeout=1200 azure joe-eastus</code> | ||
+ | |||
+ | == 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]: | ||
+ | <pre> | ||
+ | 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 | ||
+ | </pre> | ||
== See also == | == See also == | ||
Line 7: | Line 60: | ||
− | [[ | + | [[Category:Juju]] |
Latest revision as of 16:52, 28 September 2021
juju bootstrap
juju bootstrap --help
juju bootstrap localhost
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[edit]
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[edit]
Advertising: