Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce basic T2 topology #2638

Merged
merged 9 commits into from
Jan 4, 2021
Merged

Introduce basic T2 topology #2638

merged 9 commits into from
Jan 4, 2021

Commits on Dec 8, 2020

  1. Introduce T2 topology

    More details about the topology in the img/png file
    shubav authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    c0219fd View commit details
    Browse the repository at this point in the history
  2. Definition of Basic T2 topology

    3 line card topology with all ports connected to VM
    shubav authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    116544e View commit details
    Browse the repository at this point in the history
  3. T2 topology file

    Adding T2 topology file for a SONiC Chassis that has 4 DUT's:
      - 3 linecards - dut_index 0, 1, and 2
      - 1 supervisor card - dut_index 3
    
    Each linecard has 32 VM's.
    
    BGP info:
       DUT ASN: 65100
      Linecard 1 (dut_index 0) has 32 eBGP peers, each with the same ASN 65200
      Linecard 2 (dut_index 1) has 32 eBGP peers, each with a different ASN (65001-65132)
      Linecard 3 (dut_index 2) has 32 eBGP peers, each with a different ASN (65033-65064)
    sanmalho-git authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    2aa5281 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from sanmalho-git/patch-1

    Adding a T2 topology file
    shubav authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    d8d8d75 View commit details
    Browse the repository at this point in the history
  5. Fixed typos

    shubav authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    2fed770 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Update topology to include LAGs

    Incorporated comments by Ying and added lag+regular ports on each DUT
    shubav authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    c403812 View commit details
    Browse the repository at this point in the history
  2. Reduce # of VMs in T2 topology

    T2 topology now has LAGs and regular ports. hence # of VMs reduce
    shubav authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    80b3529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc3528d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Use ip addr scheme inline with legacy topologies; changes to make it …

    …work with gen-mg
    
    - Changed addresses from 20.0.0.x on interfaces to 10.0.0.x to be inline with other topologies
    - Added loopback interfaces for the line card DUTs
    - Added dut_index to ports on the VMs.
    - changed vm_offset to not jump by 2 for the LAG VMs - increment it only by 1.
    shubav authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3d2e966 View commit details
    Browse the repository at this point in the history