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 6 forks source link

updates for border_spine for full integration tests #129

Closed juburnet closed 2 months ago

juburnet commented 2 months ago

You can use the following fabric_vars.yml for testing on Fabric4:

fabric_name: netascode_fabric4
fabric_password: 
fabric_device_password: 
default_gateway_v4: 192.168.112.254
spine1:
  hostname: netascode4-spine1
  serial: 9RPK63KD8TR
  ip: 192.168.112.151
spine2:
  hostname: netascode4-spine2
  serial: 92UBV39S1YQ
  ip: 192.168.112.152
leaf1:
  hostname: netascode4-leaf1
  serial: 9SJP2G16MPF
  ip: 192.168.112.1
leaf2:
  hostname: netascode4-leaf2
  serial: 91IRW2OO4TX
  ip: 192.168.112.2
leaf3:
  hostname: netascode4-leaf3
  serial: 9JOCTUYC1EV
  ip: 192.168.112.3
leaf4:
  hostname: netascode4-leaf4
  serial: 936D48XQN1P
  ip: 192.168.112.4
border:
  hostname: netascode4-border
  serial: 9QBPYQ3QLH5
  ip: 192.168.112.5
border_gateway:
  hostname: netascode4-bg
  serial: 9THEDSXPUJ1
  ip: 192.168.112.6
border_spine:
  hostname: netascode4-border-spine
  serial: 99KD5B6DIT1
  ip: 192.168.112.7