Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puml includes
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
EMERALD
Public
puml includes
Commits
a4233471
Commit
a4233471
authored
7 months ago
by
Etxaniz Errazkin, Iñaki
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
6da16f39
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testDiagram2.puml
+40
-0
40 additions, 0 deletions
testDiagram2.puml
with
40 additions
and
0 deletions
testDiagram2.puml
0 → 100644
+
40
−
0
View file @
a4233471
@startuml
´´´plantuml
participant "GUI/IDE eclipse" as DESIDE
participant "Infrastructural\nElements\nCatalogue" as IECDB #99FF99
participant "IaC Optimizer Platform (IOP)" as IAIOP
participant "Runtime Controller (PRC)" as RTPRC
participant PerformanceMonitoring as IAMON
participant SecurityMonitoring as SECMON
== DESIGN TIME ==
group Catalogue update
DESIDE -> IECDB: Element endorsement (26)
note left: New \n element
note right: Include element \n (static information)
end
== RUN TIME ==
group IOP interaction
IECDB <- IAIOP: Request (24)
return: Information about \n available elements \n & dynamic info
end
group Information about instances and monitoring (dynamic information)
IECDB <- RTPRC: Infrastructural element deployed and related instance info (21)
note right: New \n deployment
loop while monitoring
IECDB <- IAMON: Monitoring Information, ie average availability last year (20)
note right: (dynamic \n information)
IECDB <- SECMON: Monitoring Information, ie average security last year (19)
end
RTPRC -> IECDB: Instance tore down (23)
note right: Undeploy
end
'note over InfrastruturalElementsCatalogue:Is the IOP always called by RuntimeController?
´´´
@enduml
\ No newline at end of file
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