diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/README.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/README.md index 577729c09f1..b6cb5a990ad 100644 --- a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/README.md +++ b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/README.md @@ -26,47 +26,6 @@ Ansible playbooks are included to show the following: - Deploying the configuration via CloudVision to the switches, including a full change-based workflow with rollback capability etc. - Validating the configuration -## Installation - -Requirements to use this example: - -- Follow the installation guide for AVD found [here](../../docs/installation/collection-installation.md). -- Run the following playbook to copy the AVD **examples** to your current working directory, for example `ansible-avd-examples`: - -`ansible-playbook arista.avd.install_examples` - -This will show the following: - -```shell - ~/ansible-avd-examples# ansible-playbook arista.avd.install_examples - -PLAY [Install Examples]*************************************************************************************************************************************************************************************************************************************************************** - -TASK [Copy all examples to ~/ansible-avd-examples]***************************************************************************************************************************************************** -changed: [localhost] - -PLAY RECAP -**************************************************************************************************************************************************************************************************************************************************************************** -localhost : ok=1 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 -``` - -After the playbook has run successfully, the directory structure will look as shown below, the contents of which will be covered in later sections: - -```shell -ansible-avd-examples/ (or wherever the playbook was run) - |── single-dc-multipod-l3ls - ├── ansible.cfg - ├── documentation - ├── group_vars - ├── images - ├── intended - ├── inventory.yml - ├── playbooks - ├── README.md -``` - -!!! info - If the content of any file is ***modified*** and the playbook is rerun, the file ***will not*** be overwritten. However, if any file in the example is ***deleted*** and the playbook is rerun, Ansible will re-create the file. ## Overall design overview @@ -99,7 +58,7 @@ The drawing below shows the physical topology used in this example. The interfac === "Underlay" - ![Figure: Arista Underlay BGP Design](images/bgp-underlay.svg) + ![Arista Underlay BGP Design](images/l3ls-multipod.png) === "Overlay" diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/ansible.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/ansible.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/ansible.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/ansible.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/borderleaf1.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/borderleaf1.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/borderleaf1.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/borderleaf1.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/borderleaf2.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/borderleaf2.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/borderleaf2.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/borderleaf2.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf1a.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf1a.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf1a.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf1a.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf1b.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf1b.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf1b.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf1b.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf1c.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf1c.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf1c.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf1c.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf2a.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf2a.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf2a.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf2a.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf2b.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf2b.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf2b.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf2b.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf2c.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf2c.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-leaf2c.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-leaf2c.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-spine1.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-spine1.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-spine1.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-spine1.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-spine2.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-spine2.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/dc1-spine2.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/dc1-spine2.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/leaf1.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/leaf1.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/leaf1.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/leaf1.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/leaf2.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/leaf2.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/leaf2.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/leaf2.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/leaf3.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/leaf3.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/leaf3.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/leaf3.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/leaf4.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/leaf4.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/leaf4.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/leaf4.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/spine1.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/spine1.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/spine1.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/spine1.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/spine2.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/spine2.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/spine2.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/spine2.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/spine3.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/spine3.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/spine3.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/spine3.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/spine4.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/spine4.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/spine4.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/spine4.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/superspine1.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/superspine1.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/superspine1.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/superspine1.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/superspine2.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/superspine2.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/devices/superspine2.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/devices/superspine2.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/fabric/FABRIC-documentation.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/fabric/FABRIC-documentation.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/fabric/FABRIC-documentation.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/fabric/FABRIC-documentation.md diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/fabric/FABRIC-p2p-links.csv b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/fabric/FABRIC-p2p-links.csv similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/fabric/FABRIC-p2p-links.csv rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/fabric/FABRIC-p2p-links.csv diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/fabric/FABRIC-topology.csv b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/fabric/FABRIC-topology.csv similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/documentation/fabric/FABRIC-topology.csv rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/documentation/fabric/FABRIC-topology.csv diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/EVPN_SERVICES.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/EVPN_SERVICES.yml similarity index 84% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/EVPN_SERVICES.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/EVPN_SERVICES.yml index 4a8ad5c53af..9d7c9568044 100644 --- a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/EVPN_SERVICES.yml +++ b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/EVPN_SERVICES.yml @@ -17,11 +17,11 @@ tenants: ip_address_virtual: 10.1.20.1/24 l3_interfaces: - interfaces: [Ethernet9] - ip_addresses: [10.1.5.1/24] + ip_addresses: [10.1.5.0/31] nodes: [leaf4] enabled: True bgp_peers: - - ip_address: 10.1.5.254 - remote_as: 1 + - ip_address: 10.1.5.1 + remote_as: 65534 nodes: [leaf4] diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/FABRIC.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/FABRIC.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/FABRIC.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/FABRIC.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/HOST_CONNECT.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/HOST_CONNECT.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/HOST_CONNECT.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/HOST_CONNECT.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/POD1.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/POD1.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/POD1.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/POD1.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/POD2.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/POD2.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/group_vars/POD2.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/group_vars/POD2.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/images/l3ls-multipod.png b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/images/l3ls-multipod.png new file mode 100644 index 00000000000..873df81f9a2 Binary files /dev/null and b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/images/l3ls-multipod.png differ diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/borderleaf1.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/borderleaf1.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/borderleaf1.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/borderleaf1.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/borderleaf2.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/borderleaf2.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/borderleaf2.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/borderleaf2.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/leaf1.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/leaf1.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/leaf1.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/leaf1.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/leaf2.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/leaf2.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/leaf2.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/leaf2.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/leaf3.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/leaf3.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/leaf3.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/leaf3.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/leaf4.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/leaf4.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/leaf4.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/leaf4.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/spine1.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/spine1.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/spine1.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/spine1.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/spine2.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/spine2.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/spine2.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/spine2.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/spine3.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/spine3.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/spine3.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/spine3.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/spine4.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/spine4.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/spine4.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/spine4.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/superspine1.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/superspine1.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/superspine1.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/superspine1.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/superspine2.cfg b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/superspine2.cfg similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/configs/superspine2.cfg rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/configs/superspine2.cfg diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/borderleaf1.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/borderleaf1.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/borderleaf1.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/borderleaf1.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/borderleaf2.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/borderleaf2.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/borderleaf2.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/borderleaf2.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/cvp/cvp1.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/cvp/cvp1.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/cvp/cvp1.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/cvp/cvp1.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/cvp/cvp1_configlets.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/cvp/cvp1_configlets.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/cvp/cvp1_configlets.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/cvp/cvp1_configlets.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/leaf1.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/leaf1.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/leaf1.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/leaf1.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/leaf2.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/leaf2.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/leaf2.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/leaf2.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/leaf3.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/leaf3.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/leaf3.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/leaf3.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/leaf4.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/leaf4.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/leaf4.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/leaf4.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/spine1.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/spine1.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/spine1.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/spine1.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/spine2.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/spine2.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/spine2.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/spine2.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/spine3.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/spine3.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/spine3.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/spine3.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/spine4.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/spine4.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/spine4.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/spine4.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/superspine1.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/superspine1.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/superspine1.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/superspine1.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/superspine2.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/superspine2.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/intended/structured_configs/superspine2.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/intended/structured_configs/superspine2.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/inventory.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/inventory.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/inventory.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/inventory.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/playbooks/build_fabric.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/playbooks/build_fabric.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/playbooks/build_fabric.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/playbooks/build_fabric.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/playbooks/deploy_fabric.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/playbooks/deploy_fabric.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/playbooks/deploy_fabric.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/playbooks/deploy_fabric.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/playbooks/test_fabric.yml b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/playbooks/test_fabric.yml similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/playbooks/test_fabric.yml rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/playbooks/test_fabric.yml diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/reports/FABRIC-state.csv b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/reports/FABRIC-state.csv similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/reports/FABRIC-state.csv rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/reports/FABRIC-state.csv diff --git a/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/reports/FABRIC-state.md b/ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/reports/FABRIC-state.md similarity index 100% rename from ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/AVD_L3LS_MultiPod/reports/FABRIC-state.md rename to ansible_collections/arista/avd/examples/single-dc-multipod-l3ls/reports/FABRIC-state.md