-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(homecloud): change brand/dnas, add container/service, adapt cont…
…ainer/volume
- Loading branch information
Showing
103 changed files
with
237 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
ServiceCard('service', 'Service', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml |
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
ServiceCard('service', 'Service', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
Service('service', 'Service', 'an optional tech field') | ||
@enduml |
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
Service('service', 'Service', 'an optional tech field') | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
ServiceGroup('service', 'Service', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
ServiceGroup('service', 'Service', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
# Service | ||
|
||
```text | ||
homecloud/Container/Service | ||
``` | ||
|
||
```text | ||
include('homecloud/Container/Service') | ||
``` | ||
|
||
|icon|card|element|group| | ||
|---|---|---|---| | ||
|![](Service.png)|![](Service.card.png)|![](Service.element.png)|![](Service.group.png)| | ||
|
||
|
||
|
||
## card | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
ServiceCard('service', 'Service', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
ServiceCard('service', 'Service', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` | ||
|
||
|
||
## element | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
Service('service', 'Service', 'an optional tech field') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
Service('service', 'Service', 'an optional tech field') | ||
@enduml | ||
``` | ||
|
||
|
||
## group | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
ServiceGroup('service', 'Service', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Service element | ||
include('homecloud/Container/Service') | ||
ServiceGroup('service', 'Service', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
|
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@startuml | ||
sprite $ServiceMd [14x14/16z] JSp50S0020D076fa_sdhTYyqKJysusVgqSpTJeKbA9XKH9HqxmnLE8JSEpwSEvxDXgeQzEWK4JtFS_jvQNIxTfdexYk5HvMCY1H15nrn9qVZfyL-U0C | ||
sprite $ServiceLg [20x20/16z] { | ||
TSxN0SD0309GGExs7VjFcoQb9-zJ5Vmm79_swFvo-A18FL3TFW09BswrmTROzZoch4rsB2wHDKmZe4HKRHm0uee07xkpIzqRRKszfQeXX8VQvRg0Gy7_BE76 | ||
OLiJi_QXsKtnIj7T_6MFxTCg_706 | ||
} | ||
!procedure Service($id, $name="Service", $tech="") | ||
IconElement($id, 'homecloud/Container/Service', $name, $tech) | ||
!endprocedure | ||
!procedure ServiceCard($id, $funcName="", $content="") | ||
IconCard($id, '<$ServiceMd>', 'Container', $funcName, $content) | ||
!endprocedure | ||
!procedure ServiceGroup($id, $name='Service', $tech='') | ||
IconGroup($id, 'IconGroup', '<$ServiceLg>', $name, $tech) | ||
!endprocedure | ||
@enduml |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.