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

Deployed 377eccb7 to develop in public with MkDocs 1.5.3 and mike 2.0.0

parent 72e8be48
No related branches found
No related tags found
No related merge requests found
...@@ -1588,7 +1588,7 @@ ...@@ -1588,7 +1588,7 @@
</code></pre> </code></pre>
<h3 id="2-download-the-deployment-script">2. Download the deployment script</h3> <h3 id="2-download-the-deployment-script">2. Download the deployment script</h3>
<p>Download the deployment / environment preparation script</p> <p>Download the deployment / environment preparation script</p>
<pre><code class="language-bash">wget https://labs.etsi.org/rep/osl/code/org.etsi.osl.main/-/raw/main/compose/deploy.sh <pre><code class="language-bash">wget https://labs.etsi.org/rep/osl/code/org.etsi.osl.main/-/raw/develop/compose/deploy.sh
</code></pre> </code></pre>
<p>Make it executable</p> <p>Make it executable</p>
<pre><code class="language-bash">sudo chmod +x deploy.sh <pre><code class="language-bash">sudo chmod +x deploy.sh
...@@ -1602,7 +1602,7 @@ ...@@ -1602,7 +1602,7 @@
<li>main branch for the most stable experience and</li> <li>main branch for the most stable experience and</li>
<li>develop branch for an experience with the latest features (for develop branch installation, it is strongly advisable that you may as well follow the <a href="https://osl.etsi.org/documentation/develop/deployment/">develop documentation</a>)</li> <li>develop branch for an experience with the latest features (for develop branch installation, it is strongly advisable that you may as well follow the <a href="https://osl.etsi.org/documentation/develop/deployment/">develop documentation</a>)</li>
</ul> </ul>
<pre><code class="language-bash">sudo ./deploy.sh main #[or replace main with other branch name] <pre><code class="language-bash">sudo ./deploy.sh develop #[or replace main with other branch name]
</code></pre> </code></pre>
<blockquote> <blockquote>
<p><strong>We recommend running the deploy.sh script with root permissions! In other case, some directories may not be accessible by the project building tools and hinder the smooth installation.</strong></p> <p><strong>We recommend running the deploy.sh script with root permissions! In other case, some directories may not be accessible by the project building tools and hinder the smooth installation.</strong></p>
...@@ -1925,8 +1925,6 @@ appConfig.factory('APIEndPointService', function() { ...@@ -1925,8 +1925,6 @@ appConfig.factory('APIEndPointService', function() {
<p><br></p> <p><br></p>
<h2 id="kubernetes-installation">Kubernetes installation</h2> <h2 id="kubernetes-installation">Kubernetes installation</h2>
<p>Openslice can be installed in a Kubernetes cluster. </p> <p>Openslice can be installed in a Kubernetes cluster. </p>
<p><strong>This is a work in progress, and should be used for stable deployments!</strong>.</p>
<p>Please reference "develop" tagged documentation for any latest progress.</p>
<p>The related scripts are inside the kubernetes folder. Follow these steps along the lines. You need to configure the ingress properly depending on how you want to expose Openslice. </p> <p>The related scripts are inside the kubernetes folder. Follow these steps along the lines. You need to configure the ingress properly depending on how you want to expose Openslice. </p>
<p>1 - Create an openslice namespace</p> <p>1 - Create an openslice namespace</p>
<pre><code class="language-bash">kubectl create namespace openslice <pre><code class="language-bash">kubectl create namespace openslice
......
...@@ -1150,7 +1150,7 @@ ...@@ -1150,7 +1150,7 @@
<h1>Introduction</h1> <h1>Introduction</h1>
<p><img src="images/openslice_logo.png" alt="drawing" width="200"/></p> <p><img src="images/openslice_logo.png" alt="drawing" width="200"/></p>
<p>version: 2023Q4 - Release 0</p> <p>version: 2024Q2 - SNAPSHOT</p>
<p>The ETSI Software Development Group for OpenSlice (SDG OSL) is developing an open source service based Operations Support System (OSS) to deliver Network Slice as a Service (NSaaS) following specifications from major SDOs including ETSI, TM Forum and GSMA. See more details <a href="https://osl.etsi.org/about/">here</a>.</p> <p>The ETSI Software Development Group for OpenSlice (SDG OSL) is developing an open source service based Operations Support System (OSS) to deliver Network Slice as a Service (NSaaS) following specifications from major SDOs including ETSI, TM Forum and GSMA. See more details <a href="https://osl.etsi.org/about/">here</a>.</p>
<h2 id="usage">Usage</h2> <h2 id="usage">Usage</h2>
<p>OpenSlice allows Vertical Customers to browse the available offered service specifications and also allows NFV developers to onboard and manage VNF and Network Service artifacts. It also supports TMFORUM OpenAPIs regarding Service Catalog Management, Ordering, Resource, etc. <p>OpenSlice allows Vertical Customers to browse the available offered service specifications and also allows NFV developers to onboard and manage VNF and Network Service artifacts. It also supports TMFORUM OpenAPIs regarding Service Catalog Management, Ordering, Resource, etc.
......
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