-
Notifications
You must be signed in to change notification settings - Fork 0
Adding readme file #4
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
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 hidden or 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,2 +1,23 @@ | ||
| # gxf-gitops | ||
| Gitops repo for GXF platform | ||
| # GXF gitops | ||
| Gitops repo for GXF platform and cucumber tests. This repo can also be used to run the platform and/or cucumber tests | ||
| locally. It is using K3D to start up a kubernetes cluster. | ||
|
|
||
| # Requirements to run the GXF platform locally | ||
| - Unix file system: Linux, Mac or WSL | ||
| - Enough ram: at least 32GB | ||
| - Installed software: | ||
| - Docker | ||
| - Helm | ||
| - Kubectl | ||
|
|
||
| # How to set up the GXF platform or cucumber tests locally | ||
| - Run the `setup.sh` script, this will download, install and then use `k3d` to create a local cluster named `test`. | ||
| - When you add an argument to this setup script it will create a local K3D image-registry and will install the dev chart. | ||
| This dev chart will install a kubernetes dashboard and PgWeb instance on the just created kubernetes cluster | ||
| - This `setup.sh` script will also create the necessary secrets needed to deploy the GXF containers | ||
| - After the `setup.sh` script you can use the `port-forward.sh` script in the dev chart to get access to you kubernetes dashboard | ||
| - Now you can install the GXF platform by running the `template-apply.sh` script in the gxf-platform chart. | ||
| This will install the complete GXF platform to the just created kubernetes dashboard | ||
| - Now you can run the `template-apply.sh` in the gxf-cucumber chart. However, you need to supply a correct values file. | ||
| You can supply this values file by adding `--valuesFile <values file in ci folder>` | ||
| - To see extra logs of the cucumber tests you can have a look at `/tmp/k3dvolume`, there should be some logs present. | ||
This file contains hidden or 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 hidden or 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,4 +1,3 @@ | ||
| imageTag: pr-1523 | ||
| containers: | ||
| - name: osgp-core | ||
| memory: 768Mi | ||
|
|
||
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.
Also required: Docker, Helm, Kubectl