> From: "Carlos Gonçalves" <[email protected]> > To: [email protected] > Sent: Monday, March 11, 2013 3:27:35 PM > Subject: IP addresses in CIMI > > Hi, > > How can I get a list of public and private addresses of a machine in > CIMI? > > In deltacloud/serve/lib/cimi/models/machine.rb I found the method > "def self.convert_instance_addresses(instance)" which seems to be > the one doing the work of creating a map of IP addresses but seems > it is not being used anywhere. > > A machine entity data both in XML and JSON does not contain any > network related information (http://pastebin.com/CGFU4tuK). > > Help? :-) > > Thanks, > Carlos Goncalves
Hi Carlos, A similar issue is logged in JIRA: https://issues.apache.org/jira/browse/DTACLOUD-510. Feel free to add any additional reports or information to this JIRA record. As a side note, for some providers you can get a straight listing of addresses through GET /cimi/addresses - but the problem of machines not returning associated addresses remains. Thanks, Ronelle
