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
No related tags found
No related merge requests found
```plantuml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
title Initiate Deployment
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
participant "Runtime Controller (PRC)" as RTPRC
@enduml
\ No newline at end of file
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
```
\ 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