Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Bootstrap print clouds #5525
Conversation
wallyworld
added some commits
Jun 2, 2016
axw
reviewed
Jun 3, 2016
| - juju bootstrap --config=~/config-rs.yaml mycontroller rackspace | ||
| - juju bootstrap --config agent-version=1.25.3 mycontroller aws | ||
| - juju bootstrap --config bootstrap-timeout=1200 mycontroller azure | ||
| + juju bootstrap |
axw
Jun 3, 2016
Member
maybe add a "# interactive bootstrap" afterwards?
and similar comments for "--clouds" and "--regions aws"?
|
LGTM |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit bc526d9
into
juju:service-to-application
Jun 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedJun 2, 2016
•
Edited 1 time
-
ericsnowcurrently
Jun 2, 2016
We now support:
bootstrap --clouds
bootstrap --regions
The "local." prefix is also removed from controller names on bootstrap.
This is the first in a series of changes to introduce interactive bootstrap.
Tested using lxd provider. Ran commands such as switch, list-controllers, show-controller etc
(Review request: http://reviews.vapour.ws/r/4972/)