-
Notifications
You must be signed in to change notification settings - Fork 122
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
Replicas max per node #92
Replicas max per node #92
Conversation
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.
I think you also need to update the return value documentation, since you added a new field. (I think that new field is also what makes the tests fail.)
ready_for_review |
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.
You should also mention replicas_max_per_node
in the return example (
"replicas": 1, |
Besides that, looks good to me. As far as I can judge changes to this module :)
@hannseman @jwitko @dariko any comments on this?
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.
Looks good to me! 👍
Updated |
Co-authored-by: Felix Fontein <[email protected]>
@WojciechowskiPiotr thanks for implementing this! If you have some time, can you take a look at #87, #89, #90? :) I'll also try to create a PR for #91 today, I think with that we can release 1.3.0 very soon. |
SUMMARY
Adding support for MaxReplicas Placement parameter for
docker_swarm_service
(requested in #7)ISSUE TYPE
COMPONENT NAME
docker_swarm_service