Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | controller/dtf-run-remote: fix problems with default OS ID | Pavel Raiskup | 2014-10-23 | 1 | -36/+0 |
| | | | | | | | | | | | | Rename the config vairable from DTF_OPENSTACK_ID to DTF_OPENSTACK_DEFAULT_ID to better match the name with its purpose. * controller/bin/dtf-run-remote.in: Use DTF_OPENSTACK_DEFAULT_ID instead of DTF_OPENSTACK_ID. * controller/config/config.sh.template: Moved. * controller/etc/dtf.conf.d/config.sh.template: Document renamed variable on new place. | ||||
* | big reorg: prepare for generalization | Pavel Raiskup | 2014-10-22 | 4 | -0/+60 |
Try to split into three separate components -> controller, tester, and 'tasks' (postgresql-tasks in our case). The controller component is the main part which is able to run the task remotely. Tester is more-like library for 'tasks' component (should be reusable on the raw git level). * controller: Almost separated component. * postgresql-tasks: Likewise. * tester: Likewise. |