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

[Nokia] Update Nokia platform IXR7250E device data #11611

Merged
merged 1 commit into from
Oct 11, 2022

Conversation

mlok-nokia
Copy link
Contributor

Why I did it

Update Nokia platform IXR7250 platform_ndk.json files with the nokia_log_level option to allow users to override the logging level for the Nokia NDK processes -- sr_device_mgr, ndk-qfpga_mgr and eth_switch

How I did it

Modify the platform_ndk.json file with the following option. And default value is "error"

    {
      "key": "sonic_log_level",
      "stringval": "error"
    }

How to verify it

On running platform, verify the change by checking file /etc/opt/srlinux/startup_debug.json

admin@ixre-egl-board40:~$ cat /etc/opt/srlinux/startup_debug.json 
{
    "options": [
    {
        "key": "sfp_init_tx_en",
        "stringval": "yes"
    },
    {
        "key": "midplane_subnet",
        "stringval": "10.6.0.0/16"
    },
    {
        "key": "midplane_monitor",
        "stringval": "yes"
    },
    {
        "key": "monitor_action",
        "stringval": "reboot"
    },
    {
        "key": "grpc_thermal_monitor",
        "stringval": "yes"
    },
    {
        "key": "disable_vfio",
        "intval": 1
    },
    {
        "key": "sonic_bdb_mode",
        "intval": 0
    },
    { 
      "key": "update_asic_pvt",
      "intval": 10
    },
    {
      "key": "amd_pcon",
      "intval": 4
    },
    {
      "key": "enable_firmware_update",
      "intval": 0
    },
    {
      "key": "sonic_log_level",
      "stringval": "error"
    }
    ]
}

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Aug 2, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: mlok-nokia / name: Marty Y. Lok (bffe66c4d6fc4f80ab2346fcbb142d7cd25681f0)

@rlhui rlhui added the Chassis 🤖 Modular chassis support label Sep 21, 2022
Signed-off-by: mlok <marty.lok@nokia.com>
@judyjoseph judyjoseph merged commit 9d37b63 into sonic-net:master Oct 11, 2022
yxieca pushed a commit that referenced this pull request Oct 11, 2022
Signed-off-by: mlok <marty.lok@nokia.com>
renukamanavalan added a commit that referenced this pull request Oct 12, 2022
| * cb707b7 fixed nokia platform m0 asic mismatch (fixed nokia platform m0 asic mismatch #12148)
| * c75dfe8 [build] Fix dpkg front lock issue with apt-get ([build] Fix dpkg front lock issue caused by apt-get install #12332)
| * 247bd78 [action] Fix PR pre-cherry-pick action wrong author issue. ([action] Fix PR pre-cherry-pick action wrong author issue. #12339)
| * fc99265 [Nokia] Update the nokia platform submodule for Nokia-IXR7250E platform ([Nokia] Update the nokia platform submodule for Nokia-IXR7250E platform #12305)
| * 9d37b63 [Nokia] Update Nokia platform IXR7250E device data ([Nokia] Update Nokia platform IXR7250E device data #11611)
| * 304c6c8 [BFN] Reworked BFN platform thermals plugin ([BFN] Reworked BFN platform thermals plugin #11723)
| * df93a1b [Build][Bug] Fix apt-get remove version not lock issue ([Build][Bug] Fix apt-get remove version not locked issue #12193)
| * 9b2b8e3 Add gearbox taps to vs gearbox_config.json (Add gearbox taps to vs gearbox_config.json #11480)
mlok-nokia added a commit to mlok-nokia/sonic-buildimage that referenced this pull request Jun 5, 2024
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.

4 participants