Skip to content
Snippets Groups Projects
Commit c4609d95 authored by Diaz de Arcaya Serrano, Josu's avatar Diaz de Arcaya Serrano, Josu
Browse files

Add new file

parent ce03f5e1
No related branches found
No related tags found
No related merge requests found
@startuml
title Initiate Undeployment
participant "Runtime Controller (PRC)" as RTPRC
box "IaC Execution Manager" #LightBlue
participant "Rest API" as RTIEM_api #99FF99
participant Core as RTIEM_core #99FF99
participant Persistence as RTIEM_db #99FF99
end box
participant "DOML & IaC\nrepository" as DBDOMLIAC
participant "Executor" as executor
collections "Resource Provider" as infraresource
RTPRC -> RTIEM_api: Undeployment Request
RTPRC <-- RTIEM_api: Undeployment Response
RTIEM_api -> RTIEM_core: Undeployment Request
RTIEM_core -> RTIEM_db: Save Undeployment Started
RTIEM_core -> DBDOMLIAC: IaC Undeployment Request
RTIEM_core <-- DBDOMLIAC: IaC Undeployment Response
RTIEM_core -> executor: Undeployment Request
executor -> infraresource: Uneploy Commands
executor -> infraresource: ...
executor -> infraresource: Undeploy Commands
executor -> RTIEM_core: Undeployment Response
RTIEM_core -> RTIEM_db: Save Undeployment Status
@enduml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment