Skip to content
Snippets Groups Projects
Commit 1883fe74 authored by George Papathanail's avatar George Papathanail
Browse files

Edit README.md

parent 2c710c7f
No related branches found
No related tags found
No related merge requests found
Pipeline #15352 failed
...@@ -35,8 +35,19 @@ OEG acts as a middleware layer between the CAMARA APIs and the Service Resource ...@@ -35,8 +35,19 @@ OEG acts as a middleware layer between the CAMARA APIs and the Service Resource
OEG can be deployed in a Kubernetes cluster by executing the file _oeg-deployment.yaml_ located in the root folder. This file will create a OEG Deployment resource and its supporting native K8s Service. The following table contains the necesssary environment variables for the Kubernetes adapter. OEG can be deployed in a Kubernetes cluster by executing the file _oeg-deployment.yaml_ located in the root folder. This file will create a OEG Deployment resource and its supporting native K8s Service. The following table contains the necesssary environment variables for the Kubernetes adapter.
| **Variable** | **Description** |
|-----------------------------|-------------------------------------------------------------|
| `SRM_HOST` | Base URL of the Service Resource Manager |
| `PI_EDGE_USERNAME` | Username for authenticating to SRM |
| `PI_EDGE_PASSWORD` | Password for authenticating to SRM |
| `FEDERATION_MANAGER_HOST` | Base URL of the Federation Manager |
| `SOURCE_OP_ID` | ID of your Operator Platform (used for federation logic) |
| `HTTP_PROXY` *(optional)* | HTTP proxy URL if needed |
You can also run the OEG outside of k8s environment:
### Usage
Before running the server you need to `mv env.sample .env` and update variables to properly link to a running OP service resource manager instance. Before running the server you need to `mv env.sample .env` and update variables to properly link to a running OP service resource manager instance.
To run the server, please execute the following from the root directory: To run the server, please execute the following from the root directory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment