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.
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?
Thanks.
--
Rajkumar Rajaratnam
Committer & PMC Member, Apache Stratos
Software Engineer, WSO2