How to start developing a molecule driver? #2894
Unanswered
davidban77
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!,
I am interested in developing a driver for a network emulation tool GNS3. Hopefully to be useful for network infrastructure ansible projects.
I already have some work that can help the development:
gns3fy
and can be used to interact with a GNS3 server to manipulate its resources.I am currently using the
delegated
molecule driver and have somecreate
anddestroy
playbooks that handle most of the heavy workload, but would like to create a driver forgns3
, that may have these as dependencies, to provide full molecule functionality.Any pointers on how to start about that? I don't think there is documentation on how to start with this so any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions