sonic-buildimage/device/accton
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
..
x86_64-accton_as4630_54pe-r0 [AS4630-54PE] Add SFP reset and lpmode sysfs (#8450) 2021-08-14 23:58:17 -07:00
x86_64-accton_as4630_54te-r0 [Accton] AS4630-54TE Support SystemHealthMonitor (#8183) 2021-07-24 16:27:34 -07:00
x86_64-accton_as5712_54x-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as5812_54t-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as5812_54x-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as5835_54t-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as5835_54x-r0 [AS5835-54x] Add get_status api and fix bug to fan.py (#7784) 2021-06-03 08:43:26 -07:00
x86_64-accton_as6712_32x-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as7116_54x-r0 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-accton_as7212_54x-r0 [sonic-utilities] Update submodule; Build and install as a Python 3 wheel (#5926) 2020-11-25 10:28:36 -08:00
x86_64-accton_as7312_54x-r0 [sonic-platform-common] Update submodule (#6742) 2021-02-10 06:12:49 -08:00
x86_64-accton_as7312_54xs-r0 [sonic-utilities] Update submodule; Build and install as a Python 3 wheel (#5926) 2020-11-25 10:28:36 -08:00
x86_64-accton_as7315_27xb-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as7326_56x-r0 [accton]: Support LED (1G) on AS7326-56X (#8185) 2021-07-16 07:47:05 -07:00
x86_64-accton_as7512_32x-r0 [sonic-utilities] Update submodule; Build and install as a Python 3 wheel (#5926) 2020-11-25 10:28:36 -08:00
x86_64-accton_as7712_32x-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as7716_32x-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as7716_32xb-r0 [sonic-utilities] Update submodule; Build and install as a Python 3 wheel (#5926) 2020-11-25 10:28:36 -08:00
x86_64-accton_as7726_32x-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as7816_64x-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as9716_32d-r0 [accton] Add sensors.conf to multiple models (#7494) 2021-05-12 12:42:20 -07:00
x86_64-accton_as9726_32d-r0 [Platform] Accton add to support as9726-32d platform. (#7479) 2021-05-11 19:06:36 -07:00
x86_64-accton_minipack-r0 [sonic-utilities] Update submodule; Build and install as a Python 3 wheel (#5926) 2020-11-25 10:28:36 -08:00