vmware / ansible-for-nsxt

Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Other
171 stars 145 forks source link

Added modules to retrieve policy group and security policy objects #428

Open ParpingTam opened 2 years ago

ParpingTam commented 2 years ago

plugins/modules/common_utils.py modified. Functions used for building query strings in URIs and for handling retrieval of paged data were added.

The collection as it is now does not implement modules for the retrieval of objects and focuses on CrUD ( no read ) functionality. I want to work to flesh out the "R" functionality.

Signed-off-by: Ed McGuigan ed.mcguigan@palmbeachschools.org

ParpingTam commented 2 years ago

I have been doing a lot of work with object data retrieved from NSX-T for objects relating to Distributed Firewall and it seems like a good idea to put them into the official ansible module.

vmwclabot commented 2 years ago

@ParpingTam, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

edeka-spatt commented 2 years ago

I am also using some of your new modules. I found some documentation is wrong eg: nsxt_policy_group_member_info.py states module: nsxt_policy_group_members (_info is missing)