Commit Graph

8 Commits

Author SHA1 Message Date
Ilya Shakhat 345a23a1f1 Parametrize scenario with variables 2016-03-14 13:59:32 +03:00
Ilya Shakhat b3e489cdcb Use Jinja as template engine for scenarios 2016-03-11 18:38:03 +03:00
Ilya Shakhat abab0404cd Implement aggregation stage 2016-02-29 18:00:02 +03:00
Ilya Shakhat 40faea0f35 Refactor Ansible runner 2016-02-26 18:59:00 +03:00
Ilya Shakhat 2c4e5167ee Store time-series data into Mongo 2016-02-26 17:15:32 +03:00
Ilya Shakhat 92d86d73ad Turn executors into Ansible modules 2016-02-25 19:26:18 +03:00
Ilya Shakhat 66c0942c0e Allow to tag data 2016-02-19 16:47:44 +03:00
Ilya Shakhat 3bd574c45b Proof-of-concept
The PoC shows base feature of the toolkit:
 * execution plan is specified in scenario
 * scenario is transformed into ansible playbook which is executed
on remote hosts
 * the data is stored into mongo db
 * report is generated based on template, and it can contain charts
and table data processed by mongo aggregate pipeline
2016-02-19 13:43:06 +03:00