You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tosca-types/myrtus/node-types.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ description: >
15
15
node_types:
16
16
example.eu.myrtus.MyrtusSWComponent:
17
17
description: This is an example of a specialization made to represent Myrtus SW components. This component assumes the SW modules are containerized in Docker containers.
Copy file name to clipboardExpand all lines: wiki/TOSCA-Node-Types.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ A specialized node type representing containerized MYRTUS software components.
14
14
15
15
**Purpose**: Represents software modules packaged as Docker containers that can be deployed in edge/IoT environments.
16
16
17
+
**Derived From**: `tosca.nodes.SoftwareComponent`
18
+
17
19
**Key Properties**:
18
20
-`dockerImage` (string, optional): URI pointing to the Docker image to be deployed
19
21
-`port` (integer, optional): Port to be opened in the container (default: 1234)
@@ -71,6 +73,7 @@ description: >
71
73
node_types:
72
74
example.eu.myrtus.MyrtusSWComponent:
73
75
description: This is an example of a specialization made to represent Myrtus SW components. This component assumes the SW modules are containerized in Docker containers.
0 commit comments