Skip to content

Add DeviceInfo to SystemInfo API for host reporting#362

Closed
cjnolan wants to merge 10 commits intomainfrom
host-manager-api-updates
Closed

Add DeviceInfo to SystemInfo API for host reporting#362
cjnolan wants to merge 10 commits intomainfrom
host-manager-api-updates

Conversation

@cjnolan
Copy link
Copy Markdown
Contributor

@cjnolan cjnolan commented Feb 5, 2026

Description

Adds a new DeviceInfo structure to the SystemInfo API used by the HW Discovery Agent to report edge node HW information. The new DeviceInfo structure will allow the HW Discovery Agent to send information on vPRO support for each edge node. It also extends the update API to convert the DeviceInfo structure to the DeviceInfo Resource added to inventory in open-edge-platform/infra-core#830 to allow the information to be stored to inventory when provided by an edge node.

Fixes # (issue)

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes
  • I have not introduced any 3rd party dependency changes
  • I have performed a self-review of my code

@sys-emf sys-emf added the host label Feb 5, 2026
}
resp, err := c.Create(ctx, tenantID, resource)
if err != nil {
zlog.InfraSec().InfraErr(err).Msgf("Failed create Hostdevic3e resource: %s", details)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo in Hostdevic3e

Comment thread host/go.sum
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.0 h1:gIUF9tot7mFyTmjKysNp9+UuoS82+KQypCyZY6by498=
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.0/go.mod h1:NzKTZ1cCdSvixIvsA4Ig3zzsryIHQJHnF/bGQ1+JBbc=
github.com/open-edge-platform/infra-core/inventory/v2 v2.33.2 h1:aX8s49KaMS4zkGnWJ+qiOBAK2WT4cy5Gr6Mg7IXWhcg=
Copy link
Copy Markdown
Contributor

@jkossak jkossak Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it may need go mod tidy to remove unused inventory version

@cjnolan cjnolan closed this Feb 13, 2026
@cjnolan cjnolan deleted the host-manager-api-updates branch February 13, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants