aristanetworks / avd-workshops

Arista Automation Workshop
https://aristanetworks.github.io/avd-workshops/
18 stars 24 forks source link

Modify Original AVD Guide - Add L3LS CI AVD Guide #157

Closed RestlessWanderer closed 3 weeks ago

RestlessWanderer commented 1 month ago

This PR continues multiple changes.

mthiel117 commented 3 weeks ago

Need to add this section to the L2LS Lab Guide.

Change To Lab Working Directory

Now that AVD is updated, lets move into the appropriate directory so we can access the files necessary for this L3LS Lab!

cd labs/L2LS
mthiel117 commented 3 weeks ago

This section on L3LS_EVPN Lab guide is not rendering correct. Tabs need removed.

???+ abstract "Where did those VLANs come from?" You should notice some VLANs that we didn't define anywhere in the _NETWORK_SERVICES.yml data model which aren't related to MLAG. Specifically, these will be VLAN SVIs Vlan1199 and Vlan3009.
mthiel117 commented 3 weeks ago

newline need after line 145, before the next heading

mthiel117 commented 3 weeks ago

L3LS_EVPN, under section "Build and Deploy Changes for EVPN Gateway Functionality". The code blocks for s1-bdr1 and s1-bdr2 are not rendering correctly.

mthiel117 commented 3 weeks ago

same thing under this section:

Verify the EVPN overlay peerings to Site 2.

mthiel117 commented 3 weeks ago

L3LS_EVPN Lab

Under Day 2 Operations.... change:

Our multi-site L2LS network

to

Our multi-site L3LS_EVPN network

RestlessWanderer commented 3 weeks ago

L3LS_EVPN Lab

Under Day 2 Operations.... change:

Our multi-site L2LS network

to

Our multi-site L3LS_EVPN network

This has been fixed.

RestlessWanderer commented 3 weeks ago

newline need after line 145, before the next heading

I already have a blank line between the ``` and ### Verification

RestlessWanderer commented 3 weeks ago

L3LS_EVPN, under section "Build and Deploy Changes for EVPN Gateway Functionality". The code blocks for s1-bdr1 and s1-bdr2 are not rendering correctly.

This is caused by the markdown extension - mdx_truly_sane_lists. Proposing removing this extension.

RestlessWanderer commented 3 weeks ago

same thing under this section:

Verify the EVPN overlay peerings to Site 2.

This is caused by the markdown extension - mdx_truly_sane_lists. Proposing removing this extension.

RestlessWanderer commented 3 weeks ago

This section on L3LS_EVPN Lab guide is not rendering correct. Tabs need removed.

???+ abstract "Where did those VLANs come from?" You should notice some VLANs that we didn't define anywhere in the _NETWORK_SERVICES.yml data model which aren't related to MLAG. Specifically, these will be VLAN SVIs Vlan1199 and Vlan3009.

This is caused by the markdown extension - mdx_truly_sane_lists. Proposing removing this extension.