first_fit#

Module for a First Fit placement strategy.

It overrides the place method of the PlacementStrategy class to place services of an application on infrastructure nodes based on the first node that satisfies the requirements of the service.

Classes

FirstFitStrategy

FirstFitStrategy class.