Public Information

This commit is contained in:
2025-01-24 16:18:47 +01:00
commit 0bd2038c86
449 changed files with 108655 additions and 0 deletions

49
dsl/views.dsl Normal file
View File

@@ -0,0 +1,49 @@
SystemLandscape "sl_all" "Overview" {
title "Overview"
description "shows all Landscape"
include *
autoLayout
}
systemContext web "sc_web" "focus on nscale Web" {
include *
autoLayout
}
systemLandscape "sc_nstl" "focus on nscale Server Storage Layer" {
include nstl
autoLayout
}
systemContext nappl "sc_nappl" "focus on nscale Application Layer" {
include *
autoLayout
}
systemContext sap "sc_sap" "focus on SAP" {
include *
autoLayout
}
SystemLandscape "sl_user" "focus on the end user" {
title "User Access"
description "shows how endusers are working with the system"
include user webclient cockpitclient mobileclient idp
autoLayout
}
SystemLandscape "sl_nappl" "focus on nappl" {
title "nscale Application Layer"
description "the Application Layer Cluster and peripheral services"
include nappl nappljobs pipelinercm pipelinerac idp
autoLayout lr
}
container nplus "c_nplus" "nplus Environment" {
title "nplus Environment"
description "the Environment handles multiple Inances running in a Kubernetes Namespace"
include * adminclient
exclude rs nappl nappljobs pipelinercm pipelinerac mon nstl web cmis ilm
autolayout
}