vm5k.engine

class vm5k.engine.vm5k_engine

The base vm5k engine class, that is build from execo_engine.Engine and can be used to perform virtual machines experiments.

create_paramsweeper()

Generate an iterator over combination parameters

force_options()

Allow to override default options in derived engine

get_resources()

Retrieve the ressources for the vm5k_deployement and define the list of hosts and ip_mac.

make_reservation()

Perform a reservation of the required number of nodes, with 4000 IP.

setup_hosts()

Launch the vm5k_deployment

class vm5k.engine.vm5k_engine_para

A engine that use threads to treate combination in parallel

run()

The main experimental workflow, as described in Using the Execo toolkit to perform ...