sonic-buildimage/device/nokia/armhf-nokia_ixs7215_52x-r0
Ashok Daparthi-Dell 6cbdf11e53
SONIC QOS YANG - Remove qos tables field value refernce format (#7752)
Depends on Azure/sonic-utilities#1626
Depends on Azure/sonic-swss#1754

QOS tables in config db used ABNF format i.e "[TABLE_NAME|name] to refer fieldvalue to other qos tables.

Example:
Config DB:
"Ethernet92|3": {
"scheduler": "[SCHEDULER|scheduler.1]",
"wred_profile": "[WRED_PROFILE|AZURE_LOSSLESS]"
},
"Ethernet0|0": {
"profile": "[BUFFER_PROFILE|ingress_lossy_profile]"
},
"Ethernet0": {
"dscp_to_tc_map": "[DSCP_TO_TC_MAP|AZURE]",
"pfc_enable": "3,4",
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
"tc_to_pg_map": "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
"tc_to_queue_map": "[TC_TO_QUEUE_MAP|AZURE]"
},

This format is not consistent with other DB schema followed in sonic.
And also this reference in DB is not required, This is taken care by YANG "leafref".

Removed this format from all platform files to consistent with other sonic db schema.
Example:
"Ethernet92|3": {
"scheduler": "scheduler.1",
"wred_profile": "AZURE_LOSSLESS"
},

Dependent pull requests:
#7752 - To modify platfrom files
#7281 - Yang model
Azure/sonic-utilities#1626 - DB migration
Azure/sonic-swss#1754 - swss change to remove ABNF format
2021-09-28 09:21:24 -07:00
..
Nokia-7215 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
plugins [Nokia ixs7215] sfputil support + component tests (#8445) 2021-08-13 03:27:06 -07:00
default_sku [devices]: Add support for the Nokia-7215 platform (#5827) 2020-11-18 17:00:40 -08:00
pcie.yaml [Nokia ixs7215] Platform API 2.0 improvements (#6787) 2021-02-23 09:25:14 -08:00
platform_components.json [devices]: Add support for the Nokia-7215 platform (#5827) 2020-11-18 17:00:40 -08:00
platform_reboot [Nokia ixs7215] Platform API 2.0 improvements (#6787) 2021-02-23 09:25:14 -08:00
platform.json [Platform][ixs7215]: Platform API test required files with Updates and Improvements (#6738) 2021-02-11 13:17:00 -08:00
sensors.conf [devices]: Add support for the Nokia-7215 platform (#5827) 2020-11-18 17:00:40 -08:00
system_health_monitoring_config.json [Nokia ixs7215] Support show system-health (#8771) 2021-09-17 12:01:12 +08:00
thermal_policy.json [devices]: Add support for the Nokia-7215 platform (#5827) 2020-11-18 17:00:40 -08:00