strategies#

Package collecting placement strategies.

They can be used to place services of an application on infrastructure nodes.

Modules

best_fit

Module for a Best Fit placement strategy.

first_fit

Module for a First Fit placement strategy.

random

Module for the Random placement strategy.

round_robin

Module for the RoundRobin placement strategy.

static

Module for the Static placement strategy.

strategy

Module for defining a global placement strategy.