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 Networks #6

Closed mikewiebe closed 5 months ago

mikewiebe commented 8 months ago

Role should make use of the following NDFC Ansible Collection dcnm_network

Role development should include all of the following

mikewiebe commented 7 months ago

Need to make sure we can use hostname in addition to IP address here

    network_attach_groups:
      - name: all_leaf
        switches:
          - {hostname: 10.122.84.55, ports: [Ethernet1/13, Ethernet1/14]}
          - {hostname: 10.122.84.56, ports: [Ethernet1/13, Ethernet1/14]}
      - name: leaf1
        switches:
          - {hostname: 10.122.84.55, ports: []}
      - name: leaf2
        switches:
          - {hostname: 10.122.84.56, ports: []}
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

mtarking commented 5 months ago

Completed and closed as part #106