fuel-astute/.gitignore
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

24 lines
222 B
Plaintext

.idea
*.gem
# SimpleCov
coverage
coverage.data
# Need only on local machine for gem
Gemfile.lock
docs/_build
#Vim swap files
*.swp
# Local raemon copy
raemon/
*.svg
*.png
*.yaml
!examples/example_astute_config.yaml