diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2017-07-03 02:47:27 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2017-07-03 02:47:27 +0200 |
| commit | febfac15fa1c8342620aae16035a5a75e8a2be4b (patch) | |
| tree | f7a36e6fc7264bf34b408477789639d0c26dacb3 /README.rst | |
| parent | c75e05b2fcbd08ec77a2ac85837f9f58829a44f6 (diff) | |
playground - testing executor functionality
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -9,6 +9,7 @@ Key features: * automated projects based on git repositories * virtual machines as execution runners + * virtual machine snapshots for consistent execution environments * per project configuration as YAML file inside project's repository * web based control and monitoring interface @@ -52,8 +53,6 @@ TODO * automation executor - * JSON Schema describing YAML configuration - * test and integrate python libvirt interface * implement retrieval of git repositories and communication with VM guest * implement execution of automated tasks provided by YAML configuration * add logging facility for monitoring execution process @@ -67,9 +66,14 @@ TODO * JSON Schema describing messages used in communication between backend and frontend * implement functionality provided by internal communication protocol - * write complete setup.py * user interface - frontend * implement communication with backend * create user interface + +* other + + * documentation + * write complete setup.py + * distribution |
