Skip to content
Snippets Groups Projects
Verified Commit 0408be41 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Fix Netbox device type for tier 2

parent 01016f7a
No related branches found
No related tags found
1 merge request!240Fix Netbox device type for tier 2
Pipeline #88145 passed
......@@ -26,7 +26,7 @@ class TierInfo:
total_10g_interfaces=80,
)
self.tier2 = ModuleInfo(
device_type="7750-SR7s",
device_type="7750 SR-7s",
module_bays_slots=[1, 2],
module_type="XMA2-s-36p-400g",
breakout_interfaces_per_slot=[36, 35, 34, 33],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment