Commit 596e36d0 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

Deployed 06210586 to 2024Q2 in public with MkDocs 1.6.0 and mike 2.1.2

parent d1e706de
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2961,8 +2961,9 @@ These scenarios may include service bundles that involve multiple systems, such
<hr />
<h2 id="probe-further">Probe further</h2>
<ul>
<li>See examples of exposing operators via OpenSlice:<ul>
<li><a href="../../../service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator/">Exposing Kubernetes Operators as a Service : Offering "Calculator as a Service" through OpenSlice</a></li>
<li>See examples of exposing Kubernetes Operators as a Service via OpenSlice:<ul>
<li><a href="../../../service_design/examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator/">Offering "Calculator as a Service"</a></li>
<li><a href="../../../service_design/examples/helmInstallation_aaS_Example_Jenkins/HELM_Installation_aaS_Jenkins_Example/">Offering "Helm installation as a Service" (Jenkins example)</a></li>
</ul>
</li>
</ul>
+6 −6
Original line number Diff line number Diff line
@@ -2680,13 +2680,13 @@


<h1 id="openslice-portals">OpenSlice Portals</h1>
<p>OpenSlice comprises of a web landing page <a href="http://portal.openslice.io/">(See Demo)</a> that navigates to the respective Portals:</p>
<p>OpenSlice comprises of a web landing page (See <a href="http://portal.openslice.io/">Demo</a>) that navigates to the respective Portals:</p>
<ul>
<li>Services Portal <a href="http://portal.openslice.io/services">(See Demo)</a></li>
<li>NFV Portal <a href="http://portal.openslice.io/nfvportal">(See Demo)</a></li>
<li>Products Portal <a href="http://portal.openslice.io/products">(See Demo)</a></li>
<li>Testing Portal <a href="http://portal.openslice.io/testing">(See Demo)</a></li>
<li>Resources Portal <a href="http://portal.openslice.io/resources">(See Demo)</a></li>
<li>Services Portal (See <a href="http://portal.openslice.io/services">Demo</a>)</li>
<li>NFV Portal (See <a href="http://portal.openslice.io/nfvportal">Demo</a>)</li>
<li>Products Portal (See <a href="http://portal.openslice.io/products">Demo</a>)</li>
<li>Testing Portal (See <a href="http://portal.openslice.io/testing">Demo</a>)</li>
<li>Resources Portal (See <a href="http://portal.openslice.io/resources">Demo</a>)</li>
</ul>
<p>Following you may find the scope each portal focuses on and the main TMF APIs it supports:</p>
<p><strong>Services Portal</strong> is a designated portal for the:
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+4 −3
Original line number Diff line number Diff line
@@ -2893,11 +2893,12 @@
<hr />
<h2 id="probe-further">Probe further</h2>
<ul>
<li>See examples of exposing operators via OpenSlice:<ul>
<li><a href="ExposingCRDs_aaS_Example_Calculator.md">Exposing Kubernetes Operators as a Service : Offering "Calculator as a Service" through OpenSlice</a></li>
<li>See examples of exposing Kubernetes Operators as a Service via OpenSlice:<ul>
<li><a href="../../examples/ExposingCRDs_aaS_Example_Calculator/ExposingCRDs_aaS_Example_Calculator/">Offering "Calculator as a Service"</a></li>
<li><a href="../../examples/helmInstallation_aaS_Example_Jenkins/HELM_Installation_aaS_Jenkins_Example/">Offering "Helm installation as a Service" (Jenkins example)</a></li>
</ul>
</li>
<li><a href="CRIDGEforDevelopers_Jenkins_Example.md">Learn more about CRIDGE, the service in OSL that manages CRDs/CRs</a></li>
<li><a href="../../../architecture/CRIDGE/CRIDGEforDevelopers/">Learn more about CRIDGE, the service in OpenSlice that manages CRDs/CRs</a></li>
</ul>


+8 −8
Original line number Diff line number Diff line
@@ -1575,9 +1575,9 @@
</li>
      
        <li class="md-nav__item">
  <a href="#whats-next" class="md-nav__link">
  <a href="#probe-further" class="md-nav__link">
    <span class="md-ellipsis">
      What's next
      Probe further
    </span>
  </a>
  
@@ -2748,9 +2748,9 @@
</li>
      
        <li class="md-nav__item">
  <a href="#whats-next" class="md-nav__link">
  <a href="#probe-further" class="md-nav__link">
    <span class="md-ellipsis">
      What's next
      Probe further
    </span>
  </a>
  
@@ -2793,7 +2793,7 @@
- Manage multiple Helms in multiple clusters
</code></pre>
<h2 id="the-installation-of-helm-charts-is-based-on-openslice-crd-support">The installation of HELM charts is based on OpenSlice CRD support</h2>
<p>Please read more <a href="../../ExposingKubernetesResources/">here</a></p>
<p>Please read more <a href="../../ExposingKubernetesResources/">here</a>.</p>
<p>For installing HELM charts we will use ArgoCD a well known Kubernetes-native continuous deployment (CD) tool </p>
<blockquote>
<p>ArgoCD is a Kubernetes-native continuous deployment (CD) tool</p>
@@ -2806,9 +2806,9 @@
<p>Browse to Resource Specifications. You will see an entry like the following:</p>
<p><code>Application@argoproj.io/v1alpha1@kubernetes@https://10.10.10.144:6443/</code></p>
<p>see image: </p>
<p><img alt="img01.png" src="./img01.png" /></p>
<h2 id="whats-next">What's next</h2>
<p>See the <a href="HELM_Installation_aaS_Jenkins_Example.md">Example: Offer Jenkins as a Service via Openslice</a> </p>
<p><img alt="img01.png" src="../../../examples/helmInstallation_aaS_Example_Jenkins/img01.png" /></p>
<h2 id="probe-further">Probe further</h2>
<p>See the <a href="../../../examples/helmInstallation_aaS_Example_Jenkins/HELM_Installation_aaS_Jenkins_Example/">Example: Offer Jenkins as a Service via Openslice</a> </p>



Loading