netascode / ansible-dc-vxlan

Ansible Collection for configuring a VXLAN Fabric using Direct to Controller (DTC) or Direct To Device (DTD) workflows.
https://galaxy.ansible.com/ui/repo/published/cisco/nac_dc_vxlan/
MIT License
6 stars 8 forks source link

Role: cisco.nac_dc_vxlan.dtc.create - Overlay VRFs #5

Closed mikewiebe closed 5 months ago

mikewiebe commented 8 months ago

Role Entry Point: https://github.com/netascode/ansible-dc-vxlan/blob/main/roles/dtc/create/tasks/ndfc/main.yml#L27

Role should make use of the following NDFC Ansible Collection dcnm_vrf

Role development should include all of the following

mikewiebe commented 7 months ago

We need to make sure we can use the hostname here for the switch mapping in addition to ip

    vrf_attach_groups:
      - name: all_leaf
        switches:
          - {hostname: 10.122.84.55}
          - {hostname: 10.122.84.56}
      - name: leaf1
        switches:
          - {hostname: 10.122.84.55}
      - name: leaf2
        switches:
          - {hostname: 10.122.84.56}
juburnet commented 6 months ago

@mikewiebe @mtarking - can this issue be closed

mikewiebe commented 6 months ago

No not yet, @mtarking is still working on a few things with create and attach groups

juburnet commented 5 months ago

@mtarking and @mikewiebe just checking on the status of this v1 item