On Fri, Nov 21, 2014 at 6:24 AM, Rajkumar Rajaratnam <[email protected]> wrote:
> Hi devs, > > We have the following fields in Member Context; > > // private ip private String privateIpAddress; // public ip private > String publicIpAddress; // manually allocated ip private String > allocatedIpAddress; > I hope that the reason for having allocatedIpAddress is to release it when > terminating the instance. We are not releasing(deleting) all the public IPs. > > Predefined IPs should not released when terminating the instances right? > Is this happening now? My predefined IP got released when I unsubscribed to > the cartridge. > AFAIK we have to release an IP, only if we allocate manually. > > Jclouds API doc; > /** > * destroy the node, given its id. If it is the only node in a tag set, > the dependent resources > * will also be destroyed. > */ > void destroyNode(String id); > > So I guess all the floating IPs associated with the ports of this node > will also be released right? > > Or can we set any property to prevent Jclouds from releasing floating IPs? > Please raise this in Jclouds user list and get clarified. > > Thanks. > > -- > Rajkumar Rajaratnam > Committer & PMC Member, Apache Stratos > Software Engineer, WSO2 > -- Best Regards, Nirmal Nirmal Fernando. PPMC Member & Committer of Apache Stratos, Senior Software Engineer, WSO2 Inc. Blog: http://nirmalfdo.blogspot.com/
