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

ISN Fabric Support for dcnm_fabric module. #322

Merged
merged 5 commits into from
Sep 30, 2024
Merged

ISN Fabric Support for dcnm_fabric module. #322

merged 5 commits into from
Sep 30, 2024

Commits on Aug 31, 2024

  1. fabric_isn: initial commit

    CODE FUNCTIONAL CHANGES
    
    plugins/module_utils/fabric/fabric_types.py
        - Add changes for ISN fabric
    
    DOCUMENTATION
    
    dcnm_fabric.py
       - Update documentation to include ISN fabric type
    
    docs/cisco.dcnm.dcnm_fabric_module.rst
       - Update with ISN fabric type
    
    docs/cisco.dcnm.dcnm_maintenance_mode_module.rst
       - This was missing.  Adding it as part of this commit...
    
    README.md
        - Add dcnm_maintenance_mode link
    
    INTEGRATION TESTS
    
    playbooks/roles/dcnm_fabric/dcnm_tests.yaml
       - Added IT for ISM delete, merged, replaced
    
    tests/integration/targets/dcnm_fabric/tests/*.yaml
         - Added the following tests
            - dcnm_fabric_deleted_basic_isn.yaml
            - dcnm_fabric_merged_baeic_isn.yaml
    
        - Modified the following tests (tests were modified to include ISN)
            - dcnm_fabric_deleted_basic.yaml
    
        - Modified the following tests (only comments are modified)
            - dcnm_fabric_deleted_basic_ipfm.yaml
            - dcnm_fabric_deleted_basic_lan_classic.yaml
            - dcnm_fabric_deleted_basic_vxlan.yaml
    allenrobel committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4c6d67a View commit details
    Browse the repository at this point in the history
  2. ISN: dcnm_fabric.py fix NETFLOW_*_LIST parameters

    Fix sanity test errors.  NETFLOW_*_LIST parameters needed "elements: str"
    allenrobel committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5ecae78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e6069e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02253c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ac1255 View commit details
    Browse the repository at this point in the history