Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
snippets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
snippets
Commits
1bf5cf08
Verified
Commit
1bf5cf08
authored
1 year ago
by
Vincent Sellier
Browse files
Options
Downloads
Patches
Plain Diff
PTCC global architecture diagram
parent
2c5c424b
No related branches found
Branches containing commit
Tags
cassandra-checks-20250321.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sysadmin/ptcc/global-architecture.plantuml
+74
-0
74 additions, 0 deletions
sysadmin/ptcc/global-architecture.plantuml
sysadmin/ptcc/out/global-architecture/global-architecture.png
+0
-0
0 additions, 0 deletions
...dmin/ptcc/out/global-architecture/global-architecture.png
with
74 additions
and
0 deletions
sysadmin/ptcc/global-architecture.plantuml
0 → 100644
+
74
−
0
View file @
1bf5cf08
@startuml
package "Rocquencourt DC" as rocquencourt {
collections "Services SWH" as swhServices
interface "ipsec" as rocqIpSec
interface "ipsec?" as rocqPTCCIpSec
}
package "Inria DC?" as inriaDC {
collections "Gestion Moyens Calcul" as computeManagement
package "Plateforme PTCC" {
node "Périmètre SWH" as swhPerimeter {
collections "Compute SWH" as swhCompute
node "swh-graph" as swhGraph
storage "Storage SWH" as swhStorage
node "bastion?" as bastion {
interface "ipsec?" as ptccRocqIpSec
}
}
node "Périmètre Moyens de calcul INRIA" as inriaPerimeter {
collections "Compute recherche" as searchCompute
}
node "Périmètre PTCC" as ptccPerimeter {
node "Portail / API" as website
node "Federation d'identité" as SSO
website -> SSO
}
}
}
cloud "Azure" {
storage "Object storage" as azureStorage
}
package "CEA" as ceaDC {
storage "SWH stockage object" as ceaStorage
interface "ipsec" as ceaIpSec
}
ceaIpSec -up- rocqIpSec
ceaStorage -left- ceaIpSec
swhServices -- rocqIpSec
ptccRocqIpSec -right-> swhGraph : refresh
swhServices --> azureStorage : "Upload graph\net contenu"
swhCompute -> ptccRocqIpSec : "get info"
swhCompute -> azureStorage : "get contenu"
swhCompute -> swhStorage : "Store Repo&Dataset"
swhCompute -up-> swhGraph
swhGraph -up-> azureStorage : refresh
searchCompute -up-> swhStorage : "get repositories & datasets"
actor "Chercheur" as searcher
actor "Inria sysadmin" as inriaOps
actor "SWH sysadmin" as swhOps
actor "PTCC? sysadmin" as ptccOps
searcher --> searchCompute : "experimentations"
searcher --> website
website --> computeManagement : "Reservation ressources"
computeManagement --> searchCompute : "Create ressources"
website --> swhCompute: "Prépare un dataset"
swhOps -- swhPerimeter : "Administre"
inriaOps -- inriaPerimeter : "Administre"
ptccOps -- ptccPerimeter : "Administre"
ptccRocqIpSec -- rocqPTCCIpSec
rocqPTCCIpSec -- swhServices
@enduml
This diff is collapsed.
Click to expand it.
sysadmin/ptcc/out/global-architecture/global-architecture.png
0 → 100644
+
0
−
0
View file @
1bf5cf08
130 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment