summaryrefslogtreecommitdiff
path: root/architecture.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-18 18:12:37 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-18 18:12:37 +0300
commit7df3b6970d6c6cd3fc32e86272bba9ae037a5284 (patch)
tree7c0ef2e4ad7a683f861917f1ec0f769f2830a0e8 /architecture.mdwn
parent2be69d3e4aceb8ca40e199a907236a2ff4a8e731 (diff)
downloadick.liw.fi-7df3b6970d6c6cd3fc32e86272bba9ae037a5284.tar.gz
Add: worker-manager actions
Diffstat (limited to 'architecture.mdwn')
-rw-r--r--architecture.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/architecture.mdwn b/architecture.mdwn
index 769450c..20772af 100644
--- a/architecture.mdwn
+++ b/architecture.mdwn
@@ -411,6 +411,11 @@ The worker manager runs a very simple state machine.
Running --> Idle : subprocess finished, report to controller
@enduml
+The worker manager can execute a number of different actions. Some of
+these are built into the worker manager itself, and some require
+executing an external program. It can run the action on the host, in a
+chroot, or in a container.
+
Add project to controller
-----------------------------------------------------------------------------