Commit 707baf6f authored by Christos Tranoris's avatar Christos Tranoris
Browse files

update #9

parent d2c66e63
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -82,19 +82,23 @@ In this phase the Service Designer can define several aspects. **Be aware that
### High level example: Enhanced Mobile Broadband (eMBB) Service Lifecycle

1. **Preparation:**

   - Define eMBB service requirements for high bandwidth and low latency.
   - Create an eMBB service specification template specifying related services and resources to Kubernetes Operators, VNFs for content delivery and traffic management.
   - Expose to catalog

2. **Instantiation:**

   - Instantiate other services and allocate resources such as edge computing nodes and high-capacity links.
   - Configure the service to prioritize video streaming traffic.

3. **Operation:**

   - Monitor the service to ensure it meets high-bandwidth requirements.
   - Scale up resources during peak usage periods, such as live sports events.

4. **Decommissioning:**

   - Notify users about service termination.
   - Decommission the network service, reclaiming resources for other services.

+114 KiB
Loading image diff...
+39 −0
Original line number Diff line number Diff line
# From Service Specification to NFV based services

After a Service Order completion, active services with their additional characteristics are found:

* From the Order Items of a selected Service order
* from the menu of Service inventory and then selecting details of each service
* through the Service Inventory API (TMF 638 - Service Inventory Management ) 


Openslice creates a Service for the requested CFS. Customers make Service Orders and Openslice instantiates the requested Service Specifications for each Service Order Item of a Service Order. Running Services instantiated by Openslice, reside in Openslice Service Inventory. The following picture displays how Service Specifications are related to Running Services and how Running Services relate with instantiated running Network Services. 


[![Openslice  Service Specification instantiation](./so/service_specification_instantiation.png)](./so/service_specification_instantiation.png)


There is a hierarchy of services. Usually an Instantiated CFS has Supporting Services some Instantiated RFSs. Then an Instantiated RFS is related to some running NS managed by NFVO


## Interacting with an Active Service (Day 2 config)

In some cases, if the underlying service is configured with actions (for example in OSM Day 2 primitive actions), there are characteristics that can be modified.  Usually they are named like : <servicename>::Primitive::<action>

The user can edit the characteristic with a new value. The value is propagated through the OSOM and NFVO down to the related VNF.

## Terminating/Inactivating a service

You can terminate the service with one of the following processes:

* Select the related Service Order and terminate the Order Item. This will delete all the underlying related active services. The Order goes to ACKNOWLEDGED->INPROGRESS->COMPLETE
* To terminate or inactivate a service, select the specific service from the inventory, press Edit and set the State either to Inactive or Terminated

<b>Warning: if you terminate or inactivate a service the action cannot be undone.</b>   


## uml: sequence diagram
Here I will embed PlantUML markup to generate a sequence diagram.

I can include as many plantuml segments as I want in my Markdown, and the diagrams can be of any type supported by PlantUML.
Loading