diff --git a/testDiagram.md b/testDiagram.md index df93dec812a7dc9c7b72a926a61abc45a1dc279b..767a034bd85c4325e21a0564f2e144e484c3f58f 100644 --- a/testDiagram.md +++ b/testDiagram.md @@ -8,30 +8,6 @@ participant "Runtime Controller (PRC)" as RTPRC participant PerformanceMonitoring as IAMON participant SecurityMonitoring as SECMON -'Testing HTTP !include -'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml -group Testing !include -Int_Au -> Comp_Mg -note left: If the names are \n "Int_Au" and "Comp_Mg" \n the "!include http..." didn't work in a markdown file (*.md) -Int_Au <- Comp_Mg -end - -'Testing filename !include -'!include roles.puml -group Testing !include -Int_Au -> Comp_Mg -note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "!include filename" works in a markdown file (*.md) -Int_Au <- Comp_Mg -end - -'Testing markdown !include -::include{file=roles.puml} -group Testing !include -Int_Au -> Comp_Mg -note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "::include{file=diagram.puml}" works in a markdown file (*.md) -Int_Au <- Comp_Mg -end - == DESIGN TIME == group Catalogue update @@ -63,4 +39,3 @@ end 'note over InfrastruturalElementsCatalogue:Is the IOP always called by RuntimeController? ``` - diff --git a/testDiagram2.md b/testDiagram2.md deleted file mode 100644 index 767a034bd85c4325e21a0564f2e144e484c3f58f..0000000000000000000000000000000000000000 --- a/testDiagram2.md +++ /dev/null @@ -1,41 +0,0 @@ - -```plantuml this is for tecnalia plantuml plugin - -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? - -``` diff --git a/uml_test1.md b/uml_test1.md new file mode 100644 index 0000000000000000000000000000000000000000..f6de46041d04b796515eac43fea51ac71d579776 --- /dev/null +++ b/uml_test1.md @@ -0,0 +1,14 @@ + +```plantuml this is for tecnalia plantuml plugin + +'Testing HTTP !include +!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml +group Testing !include +Int_Au -> Comp_Mg +note left: If the names are \n "Int_Au" and "Comp_Mg" \n the "!include http..." didn't work in a markdown file (*.md) +Int_Au <- Comp_Mg +end + + +``` + diff --git a/uml_test2.md b/uml_test2.md new file mode 100644 index 0000000000000000000000000000000000000000..1a13a60a227c25f58915f3f7cd396acae340231c --- /dev/null +++ b/uml_test2.md @@ -0,0 +1,11 @@ +```plantuml this is for tecnalia plantuml plugin + +'Testing markdown !include +::include{file=roles.puml} +group Testing !include +Int_Au -> Comp_Mg +note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "::include{file=diagram.puml}" works in a markdown file (*.md) +Int_Au <- Comp_Mg +end + +``` \ No newline at end of file diff --git a/uml_test3.md b/uml_test3.md new file mode 100644 index 0000000000000000000000000000000000000000..557fcfef869dd529d0cb594ca181c7c035730f50 --- /dev/null +++ b/uml_test3.md @@ -0,0 +1,11 @@ +```plantuml this is for tecnalia plantuml plugin + +'Testing filename !include +!include roles.puml +group Testing !include +Int_Au -> Comp_Mg +note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "!include filename" works in a markdown file (*.md) +Int_Au <- Comp_Mg +end + +``` \ No newline at end of file