From efcdf960f0298a0ac5b0fca7a86dd007f58fee8a Mon Sep 17 00:00:00 2001 From: Kostis Trantzas <kostisgtr@gmail.com> Date: Fri, 9 Feb 2024 20:09:46 +0200 Subject: [PATCH] Changed indentation in text to display properly --- doc/deployment.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/deployment.md b/doc/deployment.md index 921fde3e..3f88e32c 100644 --- a/doc/deployment.md +++ b/doc/deployment.md @@ -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`. - ``` - DB_DATABASE: keycloak - DB_USER: keycloak - DB_PASSWORD: password - ``` +``` +DB_DATABASE: keycloak +DB_USER: keycloak +DB_PASSWORD: password +``` 2. If you want to change the keycloak admin password: In folder `org.etsi.osl.main/compose/` edit the file `docker-compose.yaml` - ``` - KEYCLOAK_PASSWORD: Pa55w0rd - ``` +``` +KEYCLOAK_PASSWORD: Pa55w0rd +``` ### 4. Configure bugzilla container *(optional)* @@ -154,11 +154,11 @@ And add the provided Bugzilla installation information: ``` Bugzilla should have the following components under the specified product: -- NSD Deployment Request: Component used to schedule deployment req -- Onboarding: Issues related to VNF/NSD Onboarding -- Operations Support: Default component for operations support -- Validation: Use to track validation processes of VNFs and NSDs -- VPN Credentials/Access: Used for requesting VPN Credentials/Access +* NSD Deployment Request: Component used to schedule deployment req +* Onboarding: Issues related to VNF/NSD Onboarding +* Operations Support: Default component for operations support +* Validation: Use to track validation processes of VNFs and NSDs +* VPN Credentials/Access: Used for requesting VPN Credentials/Access Also in the 'Main Site Operations' product, a version named 'unspecified' must be created. -- GitLab