Commit 163d3258 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Deployed 08839b4e to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 257e9f63
Loading
Loading
Loading
Loading
+8 −3
Original line number Original line Diff line number Diff line
@@ -2955,7 +2955,7 @@




<h1 id="catalogs-and-templates">Catalogs and Templates</h1>
<h1 id="catalogs-and-templates">Catalogs and Templates</h1>
<p>The OpenSlice Service Catalogue (accessible through the API or Services portal) contains the representation of Service Specifications, either created from the provider defining service attributes, or by supporting the GSMA Generic Slice Templates (GST) as well as the VINNI Service Blueprint. The following scenarios are supported by the OpenSlice Service Catalogue.</p>
<p>The OpenSlice Service Catalogue (accessible through the API or Services portal) contains the representation of Service Specifications, either created from the provider defining service attributes, or by supporting the GSMA Generic Slice Template (GST). The following scenarios are supported by the OpenSlice Service Catalogue.</p>
<h2 id="createdesign-a-service-specification">Create/Design a Service Specification</h2>
<h2 id="createdesign-a-service-specification">Create/Design a Service Specification</h2>
<h3 id="createdesign-a-customer-facing-service-specification-cfss">Create/Design a Customer Facing Service Specification (CFSS)</h3>
<h3 id="createdesign-a-customer-facing-service-specification-cfss">Create/Design a Customer Facing Service Specification (CFSS)</h3>
<p>Customer Facing Service Specification are the services offered to customers. You can create a new Service Specification from the menu. The services created through the UI are Customer Facing Services Specifications (CFSSs). </p>
<p>Customer Facing Service Specification are the services offered to customers. You can create a new Service Specification from the menu. The services created through the UI are Customer Facing Services Specifications (CFSSs). </p>
@@ -3017,8 +3017,13 @@ On October 16th 2019 GSMA published NG.116 Version 2.0 which defines the Generi
<h2 id="consume-and-expose-service-specifications-from-other-service-catalogues">Consume and expose Service Specifications from other Service Catalogues</h2>
<h2 id="consume-and-expose-service-specifications-from-other-service-catalogues">Consume and expose Service Specifications from other Service Catalogues</h2>
<p>See more on <a href="../../getting_started/configuration/consuming_services_from_external_partners/">Consuming Services From External Partner Organizations</a>.</p>
<p>See more on <a href="../../getting_started/configuration/consuming_services_from_external_partners/">Consuming Services From External Partner Organizations</a>.</p>
<h2 id="probe-further">Probe further</h2>
<h2 id="probe-further">Probe further</h2>
<p><a href="../kubernetes/exposing_kubernetes_resources/">Design Kubernetes-based Service Specifications</a></p>
<p>Design and expose services based on:</p>
<p><a href="../nfv/design_nfv_services/">Design NFV/OSM-based Service Specifications</a></p>
<ul>
<li><a href="../kubernetes/exposing_kubernetes_resources/">Containerized resources via the Kubernetes Operator pattern</a></li>
<li><a href="../nfv/design_nfv_services/">NFV artifacts</a></li>
<li><a href="../monitoring/design_monitoring_services/">Monitoring sources</a></li>
<li><a href="../generic/design_generic_services/">Generic, developer-owned controllers</a></li>
</ul>






+3 −66
Original line number Original line Diff line number Diff line
@@ -1422,19 +1422,6 @@
        
        
      
      
      
      
        <label class="md-nav__link md-nav__link--active" for="__toc">
          
  
  
  <span class="md-ellipsis">
    Introduction
    
  </span>
  

          <span class="md-nav__icon md-icon"></span>
        </label>
      
      <a href="./" class="md-nav__link md-nav__link--active">
      <a href="./" class="md-nav__link md-nav__link--active">
        
        
  
  
@@ -1447,34 +1434,6 @@


      </a>
      </a>
      
      
        

<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  
  
  
    
  
  
    <label class="md-nav__title" for="__toc">
      <span class="md-nav__icon md-icon"></span>
      Table of contents
    </label>
    <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
      
        <li class="md-nav__item">
  <a href="#probe-further" class="md-nav__link">
    <span class="md-ellipsis">
      Probe further
    </span>
  </a>
  
</li>
      
    </ul>
  
</nav>
      
    </li>
    </li>
  
  


@@ -2767,23 +2726,6 @@
    
    
  
  
  
  
    <label class="md-nav__title" for="__toc">
      <span class="md-nav__icon md-icon"></span>
      Table of contents
    </label>
    <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
      
        <li class="md-nav__item">
  <a href="#probe-further" class="md-nav__link">
    <span class="md-ellipsis">
      Probe further
    </span>
  </a>
  
</li>
      
    </ul>
  
</nav>
</nav>
                  </div>
                  </div>
                </div>
                </div>
@@ -2800,14 +2742,9 @@


<h1 id="service-design-in-openslice">Service Design in OpenSlice</h1>
<h1 id="service-design-in-openslice">Service Design in OpenSlice</h1>
<p><strong>Intended Audience: OpenSlice Service Designers</strong></p>
<p><strong>Intended Audience: OpenSlice Service Designers</strong></p>
<p>This section offers details on how to design Service Specifications and expose them in Service Catalogs</p>
<p>This section offers details on how to design Service Specifications and expose them in Service Catalogs.</p>
<p>Service Designers create detailed service specifications, which are then managed and exposed in service catalogs. These services are integrated into OpenSlice E2E service orchestration framework to automate and optimize the delivery of network services.</p>
<p>Service Designers create detailed Service Specifications, which are then managed and exposed in Service Catalogs. These services are integrated into OpenSlice end-to-end service orchestration framework to automate and optimize the delivery of network services.</p>
<p>OpenSlice can be used to design service specifications for various services, even not networking related services. Here we cover how service designers can expose services related to the NFV world and the containerized world.</p>
<p>OpenSlice can be used to design Service Specifications for various services, even not networking related ones. Here we cover how Service Designers can expose services, related to the cloud world (containerized/Kubernetes and NFV), monitoring domain, or even generic developer-owned ones.</p>
<h2 id="probe-further">Probe further</h2>
<ul>
<li><a href="../kubernetes/exposing_kubernetes_resources/">Design and expose services based on containerized resources via the Kubernetes Operator pattern</a></li>
<li><a href="../nfv/design_nfv_services/">Design and expose services based on NFV artifacts</a></li>
</ul>






+256 KiB
Loading image diff...
+119 KiB
Loading image diff...
+171 KiB
Loading image diff...
Loading