Skip to content

Conversation

@nissampa
Copy link

@nissampa nissampa commented Jul 14, 2025

Add component current firmware version to STATE_DB.

Description

For telemetry, add component (FPD) current firmware version to STATE_DB.

Motivation and Context

Customer request

root@sonic:/home/cisco# redis-dump -d 6 -y -k "COMPONENT_INFO*"
{
  "COMPONENT_INFO|Aikido": {
    "expireat": 1749034477.8798983,
    "ttl": -0.001,
    "type": "hash",
    "value": {
      "firmware-version": "1.7"
    }
  },
  "COMPONENT_INFO|BIOS": {
    "expireat": 1749034477.8799129,
    "ttl": -0.001,
    "type": "hash",
    "value": {
      "firmware-version": "0-4"
    }
  },
  "COMPONENT_INFO|IOFPGA": {
    "expireat": 1749034477.8799255,
    "ttl": -0.001,
    "type": "hash",
    "value": {
      "firmware-version": "1.8"
    }
  },
  "COMPONENT_INFO|SSD": {
    "expireat": 1749034477.87991,
    "ttl": -0.001,
    "type": "hash",
    "value": {
      "firmware-version": "0.2"
    }
  },
  "COMPONENT_INFO|TAM": {
    "expireat": 1749034477.879916,
    "ttl": -0.001,
    "type": "hash",
    "value": {
      "firmware-version": "2.7"
    }
  },
  "COMPONENT_INFO|iocpld0": {
    "expireat": 1749034477.8799045,
    "ttl": -0.001,
    "type": "hash",
    "value": {
      "firmware-version": "0.2"
    }
  },
  "COMPONENT_INFO|iocpld1": {
    "expireat": 1749034477.8799193,
    "ttl": -0.001,
    "type": "hash",
    "value": {
      "firmware-version": "0.2"
    }
  },
  "COMPONENT_INFO|pwrcpld": {
    "expireat": 1749034477.8799224,
    "ttl": -0.001,
    "type": "hash",
    "value": {
      "firmware-version": "0.11"
    }
  }
}

@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nissampa nissampa changed the title Add FPD FW current version to STATE_DB MIGSMSFT-1047 : Add FPD FW current version to STATE_DB Jul 14, 2025
@wenchungw
Copy link

Please attach UT log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants