1
0
Fork 0

added deployment diagram

This commit is contained in:
Christian Kühnel 2019-10-29 09:37:27 +01:00
parent 40e8c91295
commit cf630cf5e6

31
docs/deployment.plantuml Normal file
View file

@ -0,0 +1,31 @@
@startuml
node Phabricator
node github {
component LLVM_monorepo
}
cloud "premerge-test cluster" {
node "reverse proxy" {
component nginx
}
node "Jenkins" {
component "Jenkins_master"
}
node "Jenkins_agent" {
component "swarm_plugin"
component "LLVM build tools"
}
}
Jenkins_master -- swarm_plugin
nginx -- Jenkins_master
Phabricator -- nginx
Phabricator --> LLVM_monorepo
Jenkins_master --> LLVM_monorepo
@enduml