@@ -457,11 +457,14 @@ Finally, enter the details of the mail server at the Email Tab.
This step is mandatory so as to access the OpenSlice Web UI. To add an OpenSlice admin user you must:
- Navigate to realm Openslice > Users > Add user
- Set ```admin``` username
- Set a password
- Upon creation, navigate to Role Mappings and add ADMIN to Assigned Roles list
> That user is different from the Keycloak admin user. It is required to login and browse the OpenSlice Web UI. The Role ADMIN guarantee full access through the OpenSlice UI, thus such a user is always required.
> You may have multiple ADMIN role users, but you must have at least one with ```admin``` username.
### Keycloak at localhost
> **This is an important step if you run Keycloak on localhost!**
* More details regarding the Nginx Ingress Controller (Kubernetes Community Edition) can be found [here](https://kubernetes.github.io/ingress-nginx/deploy/).
* **Other Ingress Controller:** For non-Nginx ingress controllers, modify `[repo-root]/kubernetes/helm/openslice/templates/openslice-ingress.yaml` to meet your controller’s requirements.
* **GKE Ingress Controller:**
* Modify `[repo-root]/kubernetes/helm/openslice/templates/openslice-ingress.yaml`, as following:
```
- - pathType: ImplementationSpecific
+ - pathType: Prefix
```
* Modify `[repo-root]/kubernetes/helm/openslice/values.yaml`, as following:
* **Other Ingress Controller:** For other ingress controllers, modify `[repo-root]/kubernetes/helm/openslice/templates/openslice-ingress.yaml` to meet your controller’s requirements.
### Exposure
@@ -516,12 +534,16 @@ Finally, enter the details of the mail server at the Email Tab.
#### 2. Add an OpenSlice admin user
This step is mandatory so as to access the OpenSlice Web UI. To add an OpenSlice admin user you must:
- Navigate to realm Openslice > Users > Add user
- Set ```admin``` username
- Set a password
- Upon creation, navigate to Role Mappings and add ADMIN to Assigned Roles list
> That user is different from the Keycloak admin user. It is required to login and browse the OpenSlice Web UI. The Role ADMIN guarantee full access through the OpenSlice UI, thus such a user is always required.
> You may have multiple ADMIN role users, but you must have at least one with ```admin``` username.
### NFV Orchestrator Configuration
After successfully deploying and configuring OpenSlice, you may configure its environment (e.g. the NFVO) that will facilitate the deployment of NFV artifacts.