Skip to content
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

[2.7] docker_swarm: removing nodes requires docker >= 2.4.0 #53592

Merged
merged 2 commits into from
Mar 11, 2019

Conversation

felixfontein
Copy link
Contributor

SUMMARY

Backport of #53565 to stable-2.7. This is an update to the already merged backport #53272, which ensures that one feature which requires docker-py >= 2.4.0 (because of a docker-py bug) will fail with a proper error (instead of crashing because of docker-py).

(This is unfortunately one of the features which can't be tested in CI, since it needs a swarm cluster with at least two nodes...)

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

docker_swarm

…calls client.inspect_node(). (ansible#53565)

For the same reason, docker_node requires docker >= 2.4.0.

(cherry picked from commit c75da35)
@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 backport This PR does not target the devel branch. bug This issue/PR relates to a bug. cloud community_review In order to be merged, this PR must follow the community review workflow. docker module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. labels Mar 9, 2019
@WojciechowskiPiotr
Copy link
Contributor

shipit

@ansibot ansibot added shipit This PR is ready to be merged by Core and removed community_review In order to be merged, this PR must follow the community review workflow. needs_triage Needs a first human triage before being processed. labels Mar 9, 2019
@abadger abadger merged commit 2773e21 into ansible:stable-2.7 Mar 11, 2019
@abadger
Copy link
Contributor

abadger commented Mar 11, 2019

Merged for the 2.7.9 release.

@felixfontein felixfontein deleted the backport/2.7/53565 branch March 11, 2019 20:29
@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 backport This PR does not target the devel branch. bug This issue/PR relates to a bug. cloud docker module This issue/PR relates to a module. shipit This PR is ready to be merged by Core support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants