Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IEM - IaC Executor Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PIACERE
public
The Platform
IEM - IaC Executor Manager
Commits
c4609d95
Commit
c4609d95
authored
2 years ago
by
Diaz de Arcaya Serrano, Josu
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
ce03f5e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/sequence-diagrams/51-start-undeployment.puml
+41
-0
41 additions, 0 deletions
doc/sequence-diagrams/51-start-undeployment.puml
with
41 additions
and
0 deletions
doc/sequence-diagrams/51-start-undeployment.puml
0 → 100644
+
41
−
0
View file @
c4609d95
@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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment