cloudsimplus/cloudsimplus

Enable the creation of new Hosts during simulation runtime

manoelcampos opened this issue · 0 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.