cloudsimplus / cloudsimplus

State-of-the-art Framework 🏗 for Cloud Computing ⛅️ Simulation: a modern, full-featured, easier-to-use, highly extensible 🧩, faster 🚀 and more accurate ☕️ Java 17+ tool for cloud computing research 🎓. Examples: https://github.com/cloudsimplus/cloudsimplus-examples

Home Page:https://cloudsimplus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable inter-datacenter migration, providing support for multi-cloud simulations

manoelcampos opened this issue · comments

FEATURE

VM migration just works inside the same Datacenter. If that one doesn't have suitable Hosts for performing intra-datacenter migration, a different datacenter should be tried.

Detailed information about how the feature should work

If suitable Hosts cannot be found inside the Datacenter linked to a VmAllocationPolicyMigration instance,
the next datacenter from the CloudInformationService datacenter list must be tried.

Examples