Project

General

Profile

Bug #8385

Updated by Peter Amstutz about 8 years ago

Azure doesn't provide a way to get a node record and its IP address in a single API call; instead you need to get the node record and the look up the "virtual network interface".    This means that it is very expensive to do libcloud node_list() on Azure.    We could skip fetching the IP addresses, except that we need them to pair cloud nodes to arvados node records. 

 Could we perform node pairing some other way? 

Back