summaryrefslogtreecommitdiff
path: root/architecture.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-09 15:19:52 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-09 15:19:52 +0300
commit27658e57ebfcb5797a094bb8bcb95ac8de6b2c1d (patch)
treec3108acc64d692fd04224b72e36a3041eb54f9df /architecture.mdwn
parent176f209c786b09e67ec08d19791dea3ba9e2eaa6 (diff)
downloadick.liw.fi-27658e57ebfcb5797a094bb8bcb95ac8de6b2c1d.tar.gz
Change: rename trusty to worker
Diffstat (limited to 'architecture.mdwn')
-rw-r--r--architecture.mdwn15
1 files changed, 8 insertions, 7 deletions
diff --git a/architecture.mdwn b/architecture.mdwn
index 1980825..503cb68 100644
--- a/architecture.mdwn
+++ b/architecture.mdwn
@@ -481,16 +481,17 @@ to the powerful worker.
hide footbox
title Build pipeline: get source
- trusty -> IDP : GET /auth, with Basic Auth, over https
- IDP --> trusty : token E
+ worker -> IDP : GET /auth, with Basic Auth, over https
+ IDP --> worker : token E
|||
- trusty -> controller : GET /work/trusty (token E)
- controller --> trusty : "clone website source into workspace"
- trusty -> gitano : git clone
- gitano --> trusty : website source code
- trusty -> controller : POST /work, exit=0 (token E)
+ worker -> controller : GET /work (token E)
+ controller --> worker : "clone website source into workspace"
+ worker -> gitano : git clone
+ worker -> controller : POST /work, exit=null (token E)
+ gitano --> worker : website source code
+ worker -> controller : POST /work, exit=0 (token E)
@enduml
The first pipeline finished, and the website building can start.