sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
173 stars 689 forks source link

[action] [PR:13312] clean up and adjust fanout deploy file #13549

Open mssonicbld opened 5 days ago

mssonicbld commented 5 days ago

Description of PR

Summary: Fixes # (issue)

Type of change

Back port request

Approach

What is the motivation for this PR?

Remove unnecessary char after names in the config db for BUFFER_PORT_EGRESS_PROFILE_LIST

How did you do it?

Adjust the ansible\roles\fanout\templates\sonic_deploy_202305.j2 and 202311.j2 file

How did you verify/test it?

cat config_db.json | grep -A 5 BUFFER_PORT_EGRESS_PROFILE_LIST Before

 "BUFFER_PORT_EGRESS_PROFILE_LIST": {
 "Ethernet8|": {
 "profile_list": "egress_lossless_profile,egress_lossy_profile"
 },
 "Ethernet184|": {
 "profile_list": "egress_lossless_profile,egress_lossy_profile"

After

 "BUFFER_PORT_EGRESS_PROFILE_LIST": {
 "Ethernet0": {
 "profile_list": "egress_lossy_profile"
 },
 "Ethernet8": {
 "profile_list": "egress_lossy_profile"

Any platform specific information?

Is for 202305 and 202311

Supported testbed topology if it's a new test case?

Documentation

mssonicbld commented 5 days ago

Original PR: https://github.com/sonic-net/sonic-mgmt/pull/13312

mssonicbld commented 4 days ago

/azp run Azure.sonic-mgmt

azure-pipelines[bot] commented 4 days ago
Azure Pipelines successfully started running 1 pipeline(s).
mssonicbld commented 3 days ago

/azp run Azure.sonic-mgmt

azure-pipelines[bot] commented 3 days ago
Azure Pipelines successfully started running 1 pipeline(s).
mssonicbld commented 2 days ago

/azp run Azure.sonic-mgmt

azure-pipelines[bot] commented 2 days ago
Azure Pipelines successfully started running 1 pipeline(s).