added deployment diagram
This commit is contained in:
parent
40e8c91295
commit
cf630cf5e6
1 changed files with 31 additions and 0 deletions
31
docs/deployment.plantuml
Normal file
31
docs/deployment.plantuml
Normal 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
|
Loading…
Reference in a new issue