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 to subnet docs #2122
Comments
|
If you cannot find what you're looking for then elaborate on it so it can be included. Thank you! |
|
@pmatulis yea sorry. So basically there is a way to bootstrap to a network space, like a way to control what network your controller lands on. @jameinel linked me something a while back but I don't think it was official juju docs. Possibly he could chime in on what the syntax is, in the case it's not officially documented. |
|
On AWS we added support for subnet: as a placement directive (the stuff you
put in a --to parameter). So it applies for both bootstrap and
deploy/add-unit/etc.
Many providers already support "zone:" but subnet support isn't yet
universal enough that subnet is supported everywhere, so we haven't pushed
to have it officially documented. It was mostly a proof of concept to see
how well the idea fit purpose, but so far seems worthy of pursuing.
John
=:->
…
|
|
@jamesbeedy Thanks for following up. It looks like there's nothing to do as of yet. Closing. |
pmatulis
closed this
Sep 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jamesbeedy commentedSep 15, 2017
Is the bootstrap to subnet constraint documented?