docs: updated plantuml files to remove tlv/imn references and regenerated images
This commit is contained in:
parent
41db531e97
commit
f0750d78b0
4 changed files with 8 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
@startuml
|
@startuml
|
||||||
skinparam {
|
skinparam {
|
||||||
RoundCorner 8
|
RoundCorner 8
|
||||||
ComponentStyle uml2
|
ComponentStyle uml2
|
||||||
ComponentBorderColor #Black
|
ComponentBorderColor #Black
|
||||||
|
@ -9,7 +9,6 @@ skinparam {
|
||||||
|
|
||||||
package User {
|
package User {
|
||||||
component "core-gui" as gui #DeepSkyBlue
|
component "core-gui" as gui #DeepSkyBlue
|
||||||
component "coresendmsg" #DeepSkyBlue
|
|
||||||
component "python scripts" as scripts #DeepSkyBlue
|
component "python scripts" as scripts #DeepSkyBlue
|
||||||
component vcmd #DeepSkyBlue
|
component vcmd #DeepSkyBlue
|
||||||
}
|
}
|
||||||
|
@ -19,11 +18,11 @@ package Server {
|
||||||
package Python {
|
package Python {
|
||||||
component core #LightSteelBlue
|
component core #LightSteelBlue
|
||||||
}
|
}
|
||||||
package "Linux System" {
|
package "Linux System" {
|
||||||
component nodes #SpringGreen [
|
component nodes #SpringGreen [
|
||||||
nodes
|
nodes
|
||||||
(linux namespaces)
|
(linux namespaces)
|
||||||
]
|
]
|
||||||
component links #SpringGreen [
|
component links #SpringGreen [
|
||||||
links
|
links
|
||||||
(bridging and traffic manipulation)
|
(bridging and traffic manipulation)
|
||||||
|
@ -31,19 +30,15 @@ package "Linux System" {
|
||||||
}
|
}
|
||||||
|
|
||||||
package API {
|
package API {
|
||||||
interface TLV as tlv
|
|
||||||
interface gRPC as grpc
|
interface gRPC as grpc
|
||||||
}
|
}
|
||||||
|
|
||||||
gui <..> tlv
|
gui <..> grpc
|
||||||
coresendmsg <..> tlv
|
|
||||||
scripts <..> tlv
|
|
||||||
scripts <..> grpc
|
scripts <..> grpc
|
||||||
tlv -- daemon
|
|
||||||
grpc -- daemon
|
grpc -- daemon
|
||||||
scripts -- core
|
scripts -- core
|
||||||
daemon - core
|
daemon - core
|
||||||
core <..> nodes
|
core <..> nodes
|
||||||
core <..> links
|
core <..> links
|
||||||
vcmd <..> nodes
|
vcmd <..> nodes
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
@startuml
|
@startuml
|
||||||
skinparam {
|
skinparam {
|
||||||
RoundCorner 8
|
RoundCorner 8
|
||||||
StateBorderColor #Black
|
StateBorderColor #Black
|
||||||
StateBackgroundColor #LightSteelBlue
|
StateBackgroundColor #LightSteelBlue
|
||||||
}
|
}
|
||||||
|
|
||||||
Definition: Session XML/IMN
|
Definition: Session XML
|
||||||
Definition: GUI Drawing
|
Definition: GUI Drawing
|
||||||
Definition: Scripts
|
Definition: Scripts
|
||||||
|
|
||||||
|
@ -37,4 +37,4 @@ Configuration -> Instantiation
|
||||||
Instantiation -> Runtime
|
Instantiation -> Runtime
|
||||||
Runtime -> Datacollect
|
Runtime -> Datacollect
|
||||||
Datacollect -> Shutdown
|
Datacollect -> Shutdown
|
||||||
@enduml
|
@enduml
|
||||||
|
|
BIN
docs/static/architecture.png
vendored
BIN
docs/static/architecture.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
BIN
docs/static/workflow.png
vendored
BIN
docs/static/workflow.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue