Skip to content

Commit

Permalink
Update plan.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbmw committed Jan 15, 2024
1 parent 344440f commit f5617b2
Showing 1 changed file with 59 additions and 4 deletions.
63 changes: 59 additions & 4 deletions plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Complete list of content of the umbrella helm chart
3. Discovery Services
4. Semantic Hub
5. GDPM
2. Minimal Data Space (Industry Core)
2. Industry Core
1. Data Provider 1
1. EDC
2. Submodel Server
Expand All @@ -28,21 +28,76 @@ Complete list of content of the umbrella helm chart
1. Trace-X A
2. Trace-X B

* [ ] setup Helm/Folder structure
* [ ] collect Seeding/Test data
* [ ] implement Shared Services Helm
* [ ] implement Mechanism to provision Seeding data
* [ ] implement Shared Services seeding data
* [ ] run first minimal Helm setup
* [ ] implement Script to split test data
* [ ] implement the Data Providers Helm
* [ ] implement Data Provider Helm seeding data
* [ ] implement Business App Helm
* [ ] implement Business App seeding data

## Seeding Data

List of data necessary data objects

* Trace-X Testdata
* asBuilt test data
* asPlanned test data
* BPN's
* BPN's (Testdatafile)
* user credentials
* technical credentials
* url's to shared services

## Open Topics

* Is it possible to use arbitrary BPN's which are being seeded?
* Do we need a new set of BPN values for that case?
* Do we need a new set of BPN values for that case? --> No lets use the existing of the test data files
* Which version of the test data shall be used? --> 1.6.5?
* Which technology stack is to be used for this? Helm or Terraform?
* Which technology stack is to be used for this? Helm or Terraform? --> HELM
* How does it fit to the Tutorial? --> It does not fit yet. Multiple Ideas exist. Transfer Tutorial in Helm.

## Contributions

IRS Team:

* Development ressources to build Umbrella helm
* Workshop for initial setup of Umbrella Helm
* Business steering to bring parties together

Arena2036:

* Development ressources to build Umbrella helm

Portal:

* Development ressources to build Umbrella helm

System Team:

* **under discussion**

EDC:

* **under discussion**

## Key Features of Umbrella Helm

1. Deploys the necessary Applications on which the dataspace runs
2. It is configurable, what services/applications/data shall be deployed
3. It contains testdata which is seeded into the different layers of this deployment
4. It can be used to be installed by anyone on local machines
5. It is the base for automatic E2E Testing.

## Folder Structure

```text
.πŸ—‚ charts ->
β”œβ”€β”€πŸ—‚ umbrella -> umbrella chart for configuration of setup
β”œβ”€β”€πŸ—‚ charts ->
β”œβ”€β”€πŸ—‚ templates ->
β”œβ”€β”€πŸ—‚ seedingData -> folder to structure seeding data
```

0 comments on commit f5617b2

Please sign in to comment.