opencomputeproject / HWMgmt-DeviceMgr-DeviceManager

Device Manager collects device data and notifications from each device, and make the data available on a predetermined output bus for consumers.
Apache License 2.0
23 stars 12 forks source link

Port for PSME is hardcoded #10

Closed ehaligow closed 2 years ago

ehaligow commented 2 years ago

Port for PSME is set and hardcoded (8888) in src/main.go, no other ports are allowed or acceptable.

//PsmeDefaultPortNumber ...
const PsmeDefaultPortNumber = "8888"
JasonscHuang commented 2 years ago

This is a persistent port (8888) for Edge-core PSME (Redfish) daemon. You could remove this validation condition of PMSE(Redfish) in the src/main.go:161.

taskin-ucpinar commented 2 years ago

Edgecore will remove this limitation early next week.