-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/511 local development setup #1268
Merged
Merged
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f4b4322
chore:[#511] add start script for umbrella environment
ds-jhartmann dc5475e
chore(docs):[#511] add install instructions for local umbrella integr…
ds-jhartmann 4f75b50
chore(docs):[#511] add image build step
ds-jhartmann 75b6548
chore(docs):[#511] cleanup and unify installation instructions in INS…
ds-jhartmann 116ecf3
chore(docs):[#511] update changelog
ds-jhartmann 75651d0
chore(docs): more details for umbrella limitations
ds-jhartmann 6022b07
chore(docs):[#1222] fix references to installation, move frontend ins…
ds-jhartmann 6703491
chore(docs): fix charts repo url
ds-jhartmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,9 +1,98 @@ | ||
# Installation Instructions | ||
|
||
## Installation Instructions Helm | ||
|
||
### Install Helm chart from the Helm chart repository | ||
|
||
``` | ||
# 1. Add the helm chart repository: | ||
helm repo add tractusx-dev https://eclipse-tractusx.github.io/ | ||
``` | ||
|
||
``` | ||
# 2. Install traceability-foss chart into your cluster: | ||
helm install traceability-foss tractusx-dev/traceability-foss | ||
``` | ||
### Use Helm chart as dependency on your own Helm chart | ||
|
||
``` | ||
dependencies: | ||
- name: traceability-foss | ||
repository: https://eclipse-tractusx.github.io/traceability-foss | ||
version: 1.x.x | ||
``` | ||
|
||
### Configure product-example Helm chart on your needs | ||
|
||
Please have a look into our [Helm chart documentation](charts/traceability-foss/README.md) for more information about the configuration options. | ||
|
||
## Installation Instructions Frontend | ||
|
||
- [Installation Instructions Frontend](frontend/INSTALL.md) | ||
To run the frontend locally with a already existing backend, use the run configs in [frontend/package.json](frontend/package.json). | ||
|
||
Add a run config by creating a new entry in [package.json](frontend/package.json) similar to `"start:auth": "ng serve --configuration=dev,auth"` and adding a entry in [angular.json](frontend/angular.json) at "projects.trace-x.architect.build.configuratns" and "projects.trace-x.architect.serve.configurations". | ||
|
||
Add an environment by creating new file in [frontend/src/environments](frontend/src/environments) and reference it in the [package.json](frontend/package.json) build configuration. | ||
|
||
ds-mwesener marked this conversation as resolved.
Show resolved
Hide resolved
|
||
## Installation Instructions Local Umbrella | ||
ds-mwesener marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Install Umbrella | ||
|
||
Using the [eclipse-tractusx/tractus-x-umbrella](https://github.com/eclipse-tractusx/tractus-x-umbrella) helm chart, all traceability-foss dependencies can be installed locally. | ||
|
||
For detailed instructions on how to set up the umbrella chart, see the chapters "Cluster setup" and "Network setup" in the umbrella [README.md](https://github.com/eclipse-tractusx/tractus-x-umbrella/blob/main/charts/umbrella/README.md). | ||
|
||
Clone the [Umbrella repo](https://github.com/eclipse-tractusx/tractus-x-umbrella) (only required once): | ||
|
||
``` | ||
git clone https://github.com/eclipse-tractusx/tractus-x-umbrella.git | ||
``` | ||
|
||
Check out the [Trace-X umbrella integration branch](https://github.com/eclipse-tractusx/tractus-x-umbrella/tree/chore/trace-x-integration): | ||
|
||
``` | ||
cd tractus-x-umbrella/ | ||
git fetch origin | ||
git checkout -b chore/trace-x-integration origin/chore/trace-x-integration | ||
``` | ||
|
||
Build the required images for Idp and IATP mock. | ||
|
||
#### Powershell | ||
```powershell | ||
& minikube -p minikube docker-env --shell powershell | Invoke-Expression | ||
docker build init-container/ -t init-container:testing | ||
docker build iatp-mock/ -t tractusx/iatp-mock:testing --platform linux/amd64 | ||
``` | ||
|
||
#### Bash | ||
```bash | ||
eval $(minikube docker-env) | ||
docker build init-container/ -t init-container:testing | ||
docker build iatp-mock/ -t tractusx/iatp-mock:testing --platform linux/amd64 | ||
``` | ||
|
||
Install the umbrella chart using the [values-adopter-trace-x.yaml](https://github.com/eclipse-tractusx/tractus-x-umbrella/blob/chore/trace-x-integration/charts/umbrella/values-adopter-trace-x.yaml) | ||
|
||
``` | ||
helm dependency update charts/tx-data-provider/ | ||
helm dependency update charts/umbrella/ | ||
helm install umbrella charts/umbrella/ -n umbrella --create-namespace -f charts/umbrella/values-adopter-trace-x.yaml | ||
``` | ||
|
||
### Local Frontend with Umbrella Trace-X backend | ||
|
||
To integrate with the umbrella services, run the frontend with `start:auth:localUmbrella` | ||
|
||
Afterward, use one of the following users to log into the CX-Operator realm: | ||
|
||
| Role | Username | Password | | ||
|------------|---------------------------|-------------------------------| | ||
| Supervisor | [email protected] | tractusx-umbr3lla!-supervisor | | ||
| Admin | [email protected] | tractusx-umbr3lla!-admin | | ||
| User | [email protected] | tractusx-umbr3lla!-user | | ||
|
||
## Installation Instructions Backend | ||
### Out of scope | ||
|
||
- [Installation Instructions Backend](tx-backend/INSTALL.md) | ||
- Sending notifications is currently not supported | ||
ds-jhartmann marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- IRS Asset Sync does not yet work with IRS 5.4.0. It requires a new release of IRS which provides a fix for callback url validation. |
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
This file was deleted.
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the changes we need to make sure to align the README.md file. Especially the install references which are not working anymore. Might be good to change the reference to the global Install.md