module contribution to -extras

Hi folks,

I’m not very learned in the process of seeing modules added to -extras so I figured I’d ask how those sorts of things are voted on and merged into -extras.

Along those lines, I have a module I recently developed that I’d like to submit to -extras if there is any interest in the community to have it; openvswitch_mirror. This module can be used to configure a port as a SPAN port (enable mirroring). It’s based off of the work that David Stygstra did on the existing openvswitch_bridge and port modules.

Thanks in advance for any tips on the process of proposing modules for inclusion in -extras (what’s accepted, what’s not, how that whole process is decided, etc).

-tim

Hey tim

Hi folks,

I'm not very learned in the process of seeing modules added to -extras
so I figured I'd ask how those sorts of things are voted on and merged
into -extras.

Along those lines, I have a module I recently developed that I'd like to
submit to -extras if there is any interest in the community to have it;
openvswitch_mirror. This module can be used to configure a port as a
SPAN port (enable mirroring). It's based off of the work that David
Stygstra did on the existing openvswitch_bridge and port modules.

Thanks in advance for any tips on the process of proposing modules for
inclusion in -extras (what's accepted, what's not, how that whole
process is decided, etc).

If your module does not cover functionality which can be done with
existing modules, there is very good change your module will get into
extras.

After you made a pull request on github, the module will be reviewed by
the community.

It will be checked if it matches the "style guide"
http://docs.ansible.com/ansible/developing_modules.html#getting-your-module-into-ansible
and follows the best practices. You can speed up the process if you make
sure the module is written accordantly.

At the end you should get up votes or down votes (-1/+1).

Yours
René

Hey Rene,

Thanks for the info and mention of the voting. That’s the part I was unclear on. I will have a look!

-tim