Skip to content
Snippets Groups Projects
Commit efcdf960 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Changed indentation in text to display properly

parent 3c7be169
No related branches found
No related tags found
1 merge request!8Populate develop with main branch documentation
Pipeline #4483 passed
...@@ -114,19 +114,19 @@ sudo cp docker-compose.yaml.configure docker-compose.yaml ...@@ -114,19 +114,19 @@ sudo cp docker-compose.yaml.configure docker-compose.yaml
In folder `org.etsi.osl.main/compose/` edit the file `docker-compose.yaml`. In folder `org.etsi.osl.main/compose/` edit the file `docker-compose.yaml`.
``` ```
DB_DATABASE: keycloak DB_DATABASE: keycloak
DB_USER: keycloak DB_USER: keycloak
DB_PASSWORD: password DB_PASSWORD: password
``` ```
2. If you want to change the keycloak admin password: 2. If you want to change the keycloak admin password:
In folder `org.etsi.osl.main/compose/` edit the file `docker-compose.yaml` In folder `org.etsi.osl.main/compose/` edit the file `docker-compose.yaml`
``` ```
KEYCLOAK_PASSWORD: Pa55w0rd KEYCLOAK_PASSWORD: Pa55w0rd
``` ```
### 4. Configure bugzilla container *(optional)* ### 4. Configure bugzilla container *(optional)*
...@@ -154,11 +154,11 @@ And add the provided Bugzilla installation information: ...@@ -154,11 +154,11 @@ And add the provided Bugzilla installation information:
``` ```
Bugzilla should have the following components under the specified product: Bugzilla should have the following components under the specified product:
- NSD Deployment Request: Component used to schedule deployment req * NSD Deployment Request: Component used to schedule deployment req
- Onboarding: Issues related to VNF/NSD Onboarding * Onboarding: Issues related to VNF/NSD Onboarding
- Operations Support: Default component for operations support * Operations Support: Default component for operations support
- Validation: Use to track validation processes of VNFs and NSDs * Validation: Use to track validation processes of VNFs and NSDs
- VPN Credentials/Access: Used for requesting VPN Credentials/Access * VPN Credentials/Access: Used for requesting VPN Credentials/Access
Also in the 'Main Site Operations' product, a version named 'unspecified' must be created. Also in the 'Main Site Operations' product, a version named 'unspecified' must be created.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment