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 the creation of new Hosts during simulation runtime

manoelcampos opened this issue · comments

Cloud simulations require that all Hosts for a given Datacenter are created before the simulation is started. If a host is created after that, it's just ignored.

By adding new hosts to a Datacenter, before or after starting the simulation, enables simulation the physical expansion of the Datacenter. If new VMs are created at runtime, these new Hosts can be selected by the VmAllocationPolicy to place those VMs.