fuel-astute/tests
Dmitry Ilyin b106c0557d Add Simulator class and command
The simulatir tool can be used either to virtually
run the deployment to find out the task run order
or to plot the entire graph or its subset.

> Run deployment from the YAML dumped by Astute
astute-simulator -y /path/to/yaml/file.yaml

> Run deployments with task failure emulation
astute-simulator -y /path/to/yaml/file.yaml -f ntp-client/2,heat-db/1 -P

> Using node and task name filters
astute-simulator -y /path/to/yaml/file.yaml -g openstack -G '^2$' -p

Related-bug: #1569839

Change-Id: I6f583347e2f039a470410900c38d7a1d70151b56
2016-07-14 21:54:44 +00:00
..
deployment.rb Add Simulator class and command 2016-07-14 21:54:44 +00:00
loop.rb Add Simulator class and command 2016-07-14 21:54:44 +00:00
node_concurrency.rb Add Simulator class and command 2016-07-14 21:54:44 +00:00
scale.rb Add Simulator class and command 2016-07-14 21:54:44 +00:00
simulator.rb Add Simulator class and command 2016-07-14 21:54:44 +00:00
task_concurrency.rb Add Simulator class and command 2016-07-14 21:54:44 +00:00