aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2017-07-03 02:47:27 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2017-07-03 02:47:27 +0200
commitfebfac15fa1c8342620aae16035a5a75e8a2be4b (patch)
treef7a36e6fc7264bf34b408477789639d0c26dacb3 /README.rst
parentc75e05b2fcbd08ec77a2ac85837f9f58829a44f6 (diff)
playground - testing executor functionality
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 0197b21..1854bb9 100644
--- a/README.rst
+++ b/README.rst
@@ -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