Details
-
Task
-
Status: In Progress (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
2025-9
Description
This is a split of MCOL-6175. It covers only the in-memory prototype of the Host Address Manager.
It does not introduce persistent host IDs or modify any configuration files.
Instead, it focuses on:
• Creating a runtime-only abstraction for hostname/IP resolution inside CMAPI.
• Performing forward and reverse DNS lookups using a library that bypasses nsswitch and local aliases.
• Storing resolved results in memory
• Exposing a simple API for components to get normalized host identities.