Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

mssonicbld
Copy link
Collaborator

Description of PR

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405

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
Copy link
Collaborator Author

Original PR: #13312

@mssonicbld
Copy link
Collaborator Author

/azp run Azure.sonic-mgmt

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld
Copy link
Collaborator Author

/azp run Azure.sonic-mgmt

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld
Copy link
Collaborator Author

/azp run Azure.sonic-mgmt

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld
Copy link
Collaborator Author

/azp run Azure.sonic-mgmt

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld mssonicbld merged commit 1ca4736 into sonic-net:202405 Jul 10, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants