Update sonic-device_neighbor_metadata.yang (#16974)
### Why I did it We use `EdgeZoneAggregator` in `db_migrator`, but we don't support this pattern in sonic yang models. Hence, we update this in the sonic-yang model. ##### Work item tracking - Microsoft ADO **(number only)**: 25574132 #### How I did it Update the device pattern list.
This commit is contained in:
parent
753fa0d26e
commit
f844992369
@ -83,7 +83,7 @@ module sonic-device_neighbor_metadata {
|
|||||||
leaf type {
|
leaf type {
|
||||||
description "Network element type";
|
description "Network element type";
|
||||||
type string {
|
type string {
|
||||||
pattern "ToRRouter|LeafRouter|SpineChassisFrontendRouter|ChassisBackendRouter|ASIC|Asic|Supervior|MgmtToRRouter|MgmtLeafRouter|SpineRouter|BackEndToRRouter|BackEndLeafRouter|EPMS|MgmtTsToR|BmcMgmtToRRouter|Server|Bmc|MiniPower|SmartCable|Ixia|not-provisioned";
|
pattern "ToRRouter|LeafRouter|SpineChassisFrontendRouter|ChassisBackendRouter|ASIC|Asic|Supervior|MgmtToRRouter|MgmtLeafRouter|SpineRouter|BackEndToRRouter|BackEndLeafRouter|EPMS|MgmtTsToR|BmcMgmtToRRouter|Server|Bmc|MiniPower|SmartCable|Ixia|EdgeZoneAggregator|not-provisioned";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user