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

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    f35a777 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    794773e View commit details
    Browse the repository at this point in the history
  2. Added several modules

    	modified:   plugins/module_utils/common_utils.py
    	new file:   plugins/modules/nsxt_policy_group_member_info.py
    	new file:   plugins/modules/nsxt_policy_group_member_types.py
    	new file:   plugins/modules/nsxt_policy_security_policy_facts.py
    	new file:   plugins/modules/nsxt_policy_security_policy_rule_stats.py
    	new file:   plugins/modules/nsxt_policy_security_policy_rules_facts.py
    ParpingTam committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    dbfebb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb90f68 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Added modules and support for Global Manager

    Added a number of modules relating to information about DFW policies and group
    objects:
      plugins/modules/nsxt_policy_domain_deployment_maps_info.py
      plugins/modules/nsxt_policy_domain_info.py
      plugins/modules/nsxt_policy_group_associations_info.py
    
    Modified the code in a number of modules to allow for local and global managers.
    ParpingTam committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4a1d429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3fde4 View commit details
    Browse the repository at this point in the history
  3. Added modules to retrieve policy group and security policy objects

    - plugins/modules/nsxt_policy_group_info.py
    - plugins/modules/nsxt_policy_group_member_info.py
    - plugins/modules/nsxt_policy_group_member_types.py
    - plugins/modules/nsxt_policy_security_policy_facts.py
    - plugins/modules/nsxt_policy_security_policy_rule_stats.py
    - plugins/modules/nsxt_policy_security_policy_rules_facts.py
    
    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 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    b88099a View commit details
    Browse the repository at this point in the history