[Pro] Allow new molecule format for Docker driver #1923
Unanswered
rockandska
asked this question in
Ideas
Replies: 1 comment
-
Related (one possible solution to the current design): #1642 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal:
Author: RockAndSka <@rockandska> IRC: RockAndSka
Date: 2019-04-10
Motivation
Problems
What problems exist that this proposal will solve?
and many others
Solution proposal
All modules used are in a unique dict avoiding to pass to the modules the "args" key with a dict of the options.
Allowing a new molecule format for docker driver (compatible with the old version too) will let the users been able to use all the args available for modules (docker_network, docker_image,docker_container)
A working example is provided here: rockandska/repro-issues
Dependencies (optional)
None
Testing (optional)
A little test is provided in my repo but need to be more tested with different cases already tested.
Documentation (optional)
Will be provide in case this proposal is accept and the format well defined and validated
Anything else?
Any comments , questions are welcome and could be discuss on IRC too if needed
Edit:
Beta Was this translation helpful? Give feedback.
All reactions