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

clean up and adjust fanout deploy file #13312

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

yanmo96
Copy link
Contributor

@yanmo96 yanmo96 commented Jun 14, 2024

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

@bingwang-ms
Copy link
Collaborator

LGTM.

@bingwang-ms bingwang-ms merged commit e649e32 into sonic-net:master Jul 3, 2024
14 checks passed
mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Jul 3, 2024
@mssonicbld
Copy link
Collaborator

Cherry-pick PR to 202311: #13548

@mssonicbld
Copy link
Collaborator

Cherry-pick PR to 202405: #13549

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.

None yet

3 participants