Skip to content
Snippets Groups Projects
Commit c019a74c authored by Etxaniz Errazkin, Iñaki's avatar Etxaniz Errazkin, Iñaki
Browse files

Update testDiagram.puml

parent 796a570d
Branches
Tags
No related merge requests found
```plantuml
@startuml @startuml
Alice -> Bob: Authentication Request title Initiate Deployment
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request participant "Runtime Controller (PRC)" as RTPRC
Alice <-- Bob: Another authentication Response
box "IaC Execution Manager" #LightBlue
participant "Rest API" as RTIEM_api #99FF99
participant Core as RTIEM_core #99FF99
participant Persistence as RTIEM_db #99FF99
participant "Executor" as executor #99FF99
end box
collections "Resource Provider" as infraresource
RTPRC -> RTIEM_api: Deployment Request
RTPRC <-- RTIEM_api: Deployment Response
RTIEM_api -> RTIEM_core: Deployment Request
RTIEM_core -> RTIEM_db: Save Deployment Started
RTIEM_core -> executor: Deployment Request
executor -> infraresource: Deploy Commands
executor -> infraresource: ...
executor -> infraresource: Deploy Commands
executor -> RTIEM_core: Deployment Response
RTIEM_core -> RTIEM_db: Save Deployment Status
@enduml @enduml
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment