Add support for Arista a7050 qx32 platform (#30)
This commit is contained in:
parent
dcf691ecaa
commit
d5696f742d
@ -30,6 +30,9 @@ PORTSYNCD_ARGS=""
|
||||
if [ "$onie_platform" == "x86_64-dell_s6000_s1220-r0" ]; then
|
||||
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
|
||||
PORTSYNCD_ARGS+="-p /etc/ssw/Force10-S6000/port_config.ini"
|
||||
elif [ "$aboot_platform" == "x86_64-arista_7050_qx32" ]; then
|
||||
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
|
||||
PORTSYNCD_ARGS+="-p /etc/ssw/Arista-7050-QX32/port_config.ini"
|
||||
elif [ "$onie_platform" == "x86_64-mlnx_x86-r5.0.1400" ]; then
|
||||
PORTSYNCD_ARGS+="-p /etc/ssw/ACS-MSN2700/port_config.ini"
|
||||
elif [ "$onie_platform" == "x86_64-accton_as7512_32x-r0" ]; then
|
||||
|
Reference in New Issue
Block a user