Loading public/release0/contributing/developing/index.html +9 −9 Original line number Diff line number Diff line Loading @@ -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"> Loading Loading @@ -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"> Loading Loading @@ -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> Loading public/release0/deployment/index.html +10 −8 Original line number Diff line number Diff line Loading @@ -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 > backup_ostmfdb.sql Loading Loading @@ -1658,12 +1658,14 @@ DB_PASSWORD: password "bugzillakey":"exampleKeyeqNNwxBlgxZgMEIne0Oeq0Bz", "main_operations_product":"Main Site Operations" // 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> Loading Loading @@ -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> Loading public/release0/search/search_index.json +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes public/release0/sitemap.xml.gz (397 B) File changed.No diff preview for this file type. View original file View changed file Loading
public/release0/contributing/developing/index.html +9 −9 Original line number Diff line number Diff line Loading @@ -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"> Loading Loading @@ -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"> Loading Loading @@ -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> Loading
public/release0/deployment/index.html +10 −8 Original line number Diff line number Diff line Loading @@ -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 > backup_ostmfdb.sql Loading Loading @@ -1658,12 +1658,14 @@ DB_PASSWORD: password "bugzillakey":"exampleKeyeqNNwxBlgxZgMEIne0Oeq0Bz", "main_operations_product":"Main Site Operations" // 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> Loading Loading @@ -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> Loading
public/release0/search/search_index.json +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes
public/release0/sitemap.xml.gz (397 B) File changed.No diff preview for this file type. View original file View changed file