Skip to content
Snippets Groups Projects
Commit 25d68610 authored by trantzas's avatar trantzas
Browse files

Deployed b4511fb8 to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 9eb8aa9f
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<div data-md-component="skip"> <div data-md-component="skip">
<a href="#user-roles" class="md-skip"> <a href="#terminology" class="md-skip">
Skip to content Skip to content
</a> </a>
...@@ -2290,6 +2290,17 @@ ...@@ -2290,6 +2290,17 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Terminology
</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">
...@@ -2300,6 +2311,43 @@ ...@@ -2300,6 +2311,43 @@
</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="#user-roles" class="md-nav__link">
<span class="md-ellipsis">
User Roles
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#useful-terms" class="md-nav__link">
<span class="md-ellipsis">
Useful Terms
</span>
</a>
</li>
</ul>
</nav>
</li> </li>
...@@ -2324,6 +2372,32 @@ ...@@ -2324,6 +2372,32 @@
<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="#user-roles" class="md-nav__link">
<span class="md-ellipsis">
User Roles
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#useful-terms" class="md-nav__link">
<span class="md-ellipsis">
Useful Terms
</span>
</a>
</li>
</ul>
</nav> </nav>
</div> </div>
</div> </div>
...@@ -2337,21 +2411,27 @@ ...@@ -2337,21 +2411,27 @@
<h1 id="user-roles">User Roles</h1> <h1 id="terminology">Terminology</h1>
<h2 id="user-roles">User Roles</h2>
<ul> <ul>
<li>User</li> <li><strong>OpenSlice Administrator</strong>: Installs, configures and maintains an OpenSlice instance</li>
<li>Service Designer</li> <li><strong>OpenSlice Service Designer</strong>: Uses available resources to design service specifications that are offered to OpenSlice users</li>
<li>OpenSlice administrator</li> <li><strong>OpenSlice User</strong>: Browses and orders offered services</li>
</ul> </ul>
<h1 id="terms">Terms</h1> <h2 id="useful-terms">Useful Terms</h2>
<ul> <ul>
<li>Resource Facing Service Specification (RFSSpec): A Service that exposes a resource Specification as a Service.</li> <li><strong>Service Specification</strong>: A blueprint with detailed descriptions of services, including attributes, configurations, performance metrics, and SLAs (e.g. 5G Connectivity).</li>
<li>Customer Facing Service Specification (CFSSpec): Service exposed to users for Service Orders. Usually it exposes other CFSSpec(Service Bundle) or other RFSSpecs</li> <li><strong>Service</strong>: A running instance of a Service Specification.</li>
<li>OpenSlice management cluster</li> <li><strong>Resource Specification</strong>: A blueprint with detailed descriptions of resources, including attributes, configurations, and instantiation patterns (e.g. a Kubernetes CRD).</li>
<li>Service Specification: Detailed descriptions of services, including attributes, configurations, performance metrics, and SLAs.</li> <li><strong>Resource</strong>: A running instance of a Resource Specification.</li>
<li>Service Catalog</li> <li><strong>Resource Facing Service Specification (RFSS)</strong>: A Service Specification that exposes a Resource Specification as a Service (e.g. UPF Deployment in K8s).</li>
<li>Service Categories</li> <li><strong>Customer Facing Service Specification (CFSS)</strong>: A Service Specification exposed to Users, available for Service Orders. Usually an exposed CFSS (e.g. 5G Connectivity) is a Service Bundle and comprises of other RFSSs (e.g. UPF Deployment, Core Deployment) and CFSSs (e.g. Connect Radio Nodes).</li>
<li>Service Inventory</li> <li><strong>Resource Facing Service (RFS)</strong>: An running instance of an RFSS, created via a Service Order of a related Service Bundle.</li>
<li><strong>Customer Facing Service (CFS)</strong>: An running instance of an CFSS, created via a Service Order.</li>
<li><strong>Service Category</strong>: A collection of CFSSs.</li>
<li><strong>Service Catalog</strong>: A collection of exposed Service Categories.</li>
<li><strong>Service Inventory</strong>: An inventory of all the service instances.</li>
<li><strong>Resource Inventory</strong>: An inventory of all the resource instances.</li>
</ul> </ul>
......
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