Skip to content

Commit 9cc556e

Browse files
author
Hrachya Mughnetsyan
committed
[minigraph][LAG] Add LAG minigraph for Mellanox msn-2700 platform
* new minigraph file for Mellanox platform * fix minigraph_facts.py to handle Mellanox msn-2700 signed-off-by [email protected]
1 parent 50e141b commit 9cc556e

2 files changed

Lines changed: 918 additions & 0 deletions

File tree

ansible/inventory

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ switch1 ansible_host=10.0.0.100 sonic_version=v2 sonic_hwsku=ACS-S6000
33
switch2 ansible_host=10.0.0.101 sonic_version=v2 sonic_hwsku=ACS-MSN2700
44
switch3 ansible_host=10.0.0.102 sonic_version=v2 sonic_hwsku=ACS-S6000 # LAG topo: 8 LAGs x 2 members/lag to spines; 16 ports to Tors
55
switch4 ansible_host=10.0.0.103 sonic_version=v2 sonic_hwsku=AS7512 sonic_portsku=32x40
6+
switch5 ansible_host=10.0.0.104 sonic_version=v2 sonic_hwsku=ACS-MSN2700 # Minigraph targeted for MLNX platforms. LAG topo: 8 LAGs x 2 members/lag to spines; 16 ports to Tors
67

78
[sonic:children]
89
sonic_latest
910

1011
[leaf_topo_1]
1112
switch1
13+
switch5
1214

1315
[ptf]
1416
ptf-1 ansible_host=10.0.0.200 ansible_ssh_user=root ansible_ssh_pass=password

0 commit comments

Comments
 (0)