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

[M0 topologies] reduce the podset count of M0 topology to 30 #3706

Merged
merged 1 commit into from
Jun 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/vars/topo_mgmttor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ configuration_properties:
dut_asn: 65100
dut_type: MgmtTsToR
swrole: leaf
podset_number: 200
podset_number: 30
tor_number: 16
tor_subnet_number: 2
max_tor_subnet_number: 16
Expand Down
2 changes: 1 addition & 1 deletion ansible/vars/topo_t0-52.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ configuration_properties:
dut_asn: 65100
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this topology only used by M0?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only see M0 using it in our repo.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In future, we need to make this topology specific to mgmtToR so that we don't use this for T0

dut_type: ToRRouter
swrole: leaf
podset_number: 200
podset_number: 30
tor_number: 16
tor_subnet_number: 2
max_tor_subnet_number: 16
Expand Down