From 199209d9f11e376d2a08f027682de6abbb59ee27 Mon Sep 17 00:00:00 2001 From: admju Date: Wed, 11 Sep 2024 13:52:27 +0000 Subject: [PATCH] puml -> oc-doc --- arch/oc-deploy.puml | 53 --------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 arch/oc-deploy.puml diff --git a/arch/oc-deploy.puml b/arch/oc-deploy.puml deleted file mode 100644 index 9cad72c..0000000 --- a/arch/oc-deploy.puml +++ /dev/null @@ -1,53 +0,0 @@ -@startuml - -top to bottom direction - -component front as "oc-front" #MistyRose - -component api as "oc-api" #BlueViolet -component auth as "oc-auth" #BlueViolet - -component catalog as "oc-catalog" #MistyRose -component workspace as "oc-workspace" #MistyRose -component workflow as "oc-workflow" #MistyRose -component calendarIn as "oc-calendar-in" #MistyRose -component calendarOut as "oc-calendar-out" #MistyRose -component stat as "oc-status" #MistyRose - -component disco as "oc-discovery" #MistyRose -component agg as "oc-aggregator" #MistyRose - -component scheduler as "oc-scheduler" #LightYellow -component monitor as "oc-monitor" #LightYellow - -database rd as "Nats" #Green -database zn as "Zinc" #Green -database loki as "Loki" #Green -database mongo as "MongoDB" #Green -database nats as "Nats" #Green - -front -- api - -api -- auth : auth user -api -- catalog : local search -api -- workspace : store user data -api -- workflow -api -- calendarIn -api -- calendarOut -api -- stat - -catalog -- disco -catalog -- agg - -scheduler -- monitor -scheduler -- catalog - -rd -- scheduler -loki -- monitor - -catalog -- mongo : store resources available for users -workspace -- mongo : store resources allocated to a workspace -workflow -- mongo : store workflow -calendarOut -- mongo : store booking informations for this dc - -@enduml