Skip to content
Snippets Groups Projects
Commit e718204e authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

Deployed efcdf960 to release0 in public with MkDocs 1.5.3 and mike 2.0.0

parent 9fa29643
No related branches found
No related tags found
No related merge requests found
......@@ -1627,16 +1627,20 @@
<li>
<p>If you made changes to keycloak's mysql credentials:</p>
<p>In folder <code>org.etsi.osl.main/compose/</code> edit the file <code>docker-compose.yaml</code>.</p>
<p><code>DB_DATABASE: keycloak
DB_USER: keycloak
DB_PASSWORD: password</code></p>
</li>
</ol>
<pre><code>DB_DATABASE: keycloak
DB_USER: keycloak
DB_PASSWORD: password
</code></pre>
<ol>
<li>
<p>If you want to change the keycloak admin password:</p>
<p>In folder <code>org.etsi.osl.main/compose/</code> edit the file <code>docker-compose.yaml</code></p>
<p><code>KEYCLOAK_PASSWORD: Pa55w0rd</code></p>
</li>
</ol>
<pre><code>KEYCLOAK_PASSWORD: Pa55w0rd
</code></pre>
<h3 id="4-configure-bugzilla-container-optional">4. Configure bugzilla container <em>(optional)</em></h3>
<p>If you want to utilise the Bugzilla connector:</p>
<p>In folder <code>org.etsi.osl.main/compose/</code> edit the file <code>docker-compose.yaml</code></p>
......@@ -1655,11 +1659,11 @@ DB_PASSWORD: password</code></p>
&quot;main_operations_product&quot;:&quot;Main Site Operations&quot; // this is the default product to issue tickets
</code></pre>
<p>Bugzilla should have the following components under the specified product:<br />
- NSD Deployment Request: Component used to schedule deployment req<br />
- Onboarding: Issues related to VNF/NSD Onboarding<br />
- Operations Support: Default component for operations support<br />
- Validation: Use to track validation processes of VNFs and NSDs<br />
- VPN Credentials/Access: Used for requesting VPN Credentials/Access </p>
<em> NSD Deployment Request: Component used to schedule deployment req<br />
</em> Onboarding: Issues related to VNF/NSD Onboarding<br />
<em> Operations Support: Default component for operations support<br />
</em> Validation: Use to track validation processes of VNFs and NSDs<br />
* VPN Credentials/Access: Used for requesting VPN Credentials/Access </p>
<p>Also in the 'Main Site Operations' product, a version named 'unspecified' must be created.</p>
<h3 id="5-configure-osportalapi-container-nfv-services-conditional">5. Configure osportalapi container (NFV services) <em>(conditional)</em></h3>
<p>Change the respective fields: </p>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment