Hi Marios, Michal, Maybe this should belong in a JIRA, but as it's down..
Currently we are mapping CIMI addresses to DC addresses. DC addresses I believe only contain public IP addresses (publicly routable). According to CIMI, machines have network interfaces which have addresses. So if network interfaces have private (not publicly routable) IP addresses, we need to include them in the CIMI address collection, right? We could implement this in two ways: If we want to map CIMI addresses to existing DC collections, we'd have to traverse through all instances and add the private IP addresses to the DC addresses collection. More efficient may be a new method in the drivers that directly builds a collection of CIMI:Model:Address instances with both public and private IP addresses. Any suggestion for what that method could be called? Regards, Dies Koper
