-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Redux added arguments to create a swarm with a custom address pool and subnet size. #2287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…net size. Signed-off-by: Barry Shapira <barry@whiterabbit.ai>
Also corrected a documentation error: the default API version from constants is currently 1.35, not 1.30 as was sometimes listed. Signed-off-by: Barry Shapira <barry@whiterabbit.ai> Removed accidental whitespace. Signed-off-by: Barry Shapira <barry@whiterabbit.ai>
The integration tests require restarting the swarm once for each test. I had done so manually with self.init_swarm(force_new_cluster=True) but that wasn't resetting the swarm state correctly. The usual test teardown procedure cleans up correctly. Signed-off-by: Barry Shapira <barry@whiterabbit.ai>
I’ll have a look at why the test |
Please sign your commits following these rules: $ git clone -b "swarm-default-addr-pool-redux" git@github.com:hannseman/docker-py.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842359386800
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f Amending updates the existing PR. You DO NOT need to open a new one. |
24c925e
to
cb17091
Compare
ff29e00
to
d6c6853
Compare
Following docker#2201 (review) Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se> Co-authored-by: Hannes Ljungberg <hannes@5monkeys.se> Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com>
d6c6853
to
68a271c
Compare
Had some trouble adding @bluikko as Co-Author of the commit. Hence all the force-pushes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @bluikko and @hannseman! |
@ijc @chris-crone thanks for the review and merge! |
Thank you @ijc @hannseman for making it happen, my first attempt at githib was puny but I hope it at least brought some attention to this request. |
This PR completes the work started in #2201 and #2261.
Fixes #2201
Fixes #2261
Fixes #2200
cc @bluikko