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

stop using deprecated docker module in Ansible #127

Open
flavio-fernandes opened this issue Sep 8, 2016 · 2 comments
Open

stop using deprecated docker module in Ansible #127

flavio-fernandes opened this issue Sep 8, 2016 · 2 comments

Comments

@flavio-fernandes
Copy link
Contributor

From the doc in Ansible site, it appears that the docker module being used in
roles/ovn is deprecated.
It should be changed to use docker_container and docker_image instead.

@huikang
Copy link
Collaborator

huikang commented Sep 9, 2016

@flavio-fernandes if I understand correctly, the new docker_container and docker_image module requires

  • ansible > 2.1.0
  • docker-py >= 1.7.0
  • Docker API >= 1.20

Considering the backward compatibility, I would prefer delaying the update a bit. But we should keep this in mind. What do you think?

@flavio-fernandes
Copy link
Contributor Author

Make sense. docker module still works, so I would defer working on this until the time is right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants