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

Deployed 304ee566 to release0 in public with MkDocs 1.5.3 and mike 2.0.0

parent e718204e
No related branches found
No related tags found
No related merge requests found
......@@ -863,13 +863,13 @@
</li>
<li class="md-nav__item">
<a href="#examples-on-developing-on-specific-subsystems" class="md-nav__link">
<a href="#examples-of-developing-on-specific-subsystems" class="md-nav__link">
<span class="md-ellipsis">
Examples on developing on specific subsystems
Examples of developing on specific subsystems
</span>
</a>
<nav class="md-nav" aria-label="Examples on developing on specific subsystems">
<nav class="md-nav" aria-label="Examples of developing on specific subsystems">
<ul class="md-nav__list">
<li class="md-nav__item">
......@@ -974,13 +974,13 @@
</li>
<li class="md-nav__item">
<a href="#examples-on-developing-on-specific-subsystems" class="md-nav__link">
<a href="#examples-of-developing-on-specific-subsystems" class="md-nav__link">
<span class="md-ellipsis">
Examples on developing on specific subsystems
Examples of developing on specific subsystems
</span>
</a>
<nav class="md-nav" aria-label="Examples on developing on specific subsystems">
<nav class="md-nav" aria-label="Examples of developing on specific subsystems">
<ul class="md-nav__list">
<li class="md-nav__item">
......@@ -1060,11 +1060,11 @@ sudo ./deploy.sh develop #[or replace develop with other branch name]
<h2 id="general-requirements">General requirements</h2>
<ul>
<li>Docker should be installed in your development environment</li>
<li>Run the core subsystems (see above sections)</li>
<li>Run the core subsystems (see above section)</li>
</ul>
<h2 id="slack">Slack</h2>
<p>Feel free to join OpenSlice <a href="https://openslice.slack.com">Slack</a> for any development oriented questions</p>
<h2 id="examples-on-developing-on-specific-subsystems">Examples on developing on specific subsystems</h2>
<p>Feel free to join OpenSlice <a href="https://openslice.slack.com">Slack</a> for any development oriented questions.</p>
<h2 id="examples-of-developing-on-specific-subsystems">Examples of developing on specific subsystems</h2>
<h3 id="vnfnsd-catalog-management-and-nsd-deployment-api-service">VNF/NSD Catalog Management and NSD Deployment API service</h3>
<p>Clone the repository: https://labs.etsi.org/rep/osl/code/org.etsi.osl.portal.api/-/tree/develop</p>
<p>Check the docker-compose.yml file. Default port is 13080. Check specifically the datasource username/password, server port.</p>
......
......@@ -1560,7 +1560,7 @@
</ul>
<h2 id="preparing-the-environment">Preparing the environment</h2>
<blockquote>
<p>See the <a href="##Kubernetes-installation">Kubernetes section</a>, if you would like to deploy OpenSlice in a Kubernetes cluster.</p>
<p>See the <a href="#Kubernetes-installation">Kubernetes section</a>, if you would like to deploy OpenSlice in a Kubernetes cluster.</p>
</blockquote>
<h3 id="1-backup-your-previous-database-if-necessary">1. Backup your previous database if necessary:</h3>
<pre><code class="language-bash">sudo docker exec amysql /usr/bin/mysqldump -u root --password=letmein ostmfdb &gt; backup_ostmfdb.sql
......@@ -1658,12 +1658,14 @@ DB_PASSWORD: password
&quot;bugzillakey&quot;:&quot;exampleKeyeqNNwxBlgxZgMEIne0Oeq0Bz&quot;,
&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 />
<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>Bugzilla should have the following components under the specified product: </p>
<ul>
<li>NSD Deployment Request: Component used to schedule deployment req </li>
<li>Onboarding: Issues related to VNF/NSD Onboarding </li>
<li>Operations Support: Default component for operations support </li>
<li>Validation: Use to track validation processes of VNFs and NSDs </li>
<li>VPN Credentials/Access: Used for requesting VPN Credentials/Access </li>
</ul>
<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>
......@@ -1790,7 +1792,7 @@ cd org.etsi.osl.main/compose/
<p>Navigate to Administration Console </p>
</li>
<li>
<p>Login with the credentials from section <a href="#Configure-keycloak-container">Configure keycloak container</a>. Default values are:</p>
<p>Login with the credentials from section <a href="#3-configure-keycloak-container-optional">Configure keycloak container</a>. Default values are:</p>
<ul>
<li>user: admin and </li>
<li>password: KEYCLOAK_PASSWORD</li>
......
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.
Finish editing this message first!
Please register or to comment