SINTEF-9012 / cloudml

CloudML: Transparent deployment of cloud applications
GNU Lesser General Public License v3.0
27 stars 8 forks source link

CloudAppDeployerr.setCurrentModel() does not populate NodeInstance IP addresses #5

Closed jakovits closed 11 years ago

jakovits commented 11 years ago

Rather than an issue, it is a feature request.

As a result of loading the already deployed model to deployer, using: CloudAppDeployer deployer = new CloudAppDeployer(); deployer.setCurrentModel(cloudMLModel);

the IP addresses of the existing Node Instances are not populated and thus can not accessed remotely if needed.

Also, as a result, xml file created by Bridge.toXML() does not have ip addresses filled wither.

jakovits commented 11 years ago

It seemed there was some issue on my side. It works now. For some reason I could not get it working inside an instance, possibly a mistake or a mismatch between deployed system and the loaded model caused a silent error and IP's were left unallocated.

This issue can be closed