Commit f3ab73e1 authored by rahulkumarr's avatar rahulkumarr
Browse files

Merge branch...

Merge branch 'feature_11038_enhancement_of_vertical_scale_and_merge_in_update_API' of https://osm.etsi.org/gitlab/osm-doc/osm-user-guide into feature_11038_enhancement_of_vertical_scale_and_merge_in_update_API
parents 8572dca6 547dec41
Loading
Loading
Loading
Loading
+35 −21
Original line number Diff line number Diff line
@@ -2343,7 +2343,22 @@ sudo nc <dest_vnf_ip_address> 90

## How to perform Vertical Scaling of VNFs in OSM
#### Functionality Overview
- Vertical scaling allows you to dynamically adjust the resource allocation (CPU, memory, storage) of a deployed VNF instance to meet changing demands. This can improve resource utilization and application performance.
Vertical scaling allows you to dynamically adjust the resource allocation (CPU, memory, storage) of a deployed VNF instance to meet changing demands. This can improve resource utilization and application performance.

![vertical_scaling_of_VNFs](assets/vertical_scale.png)

**Workflow**
- **Identify Scaling Need:** Based on monitoring data or application requirements, determine the need to scale the VNF instance vertically.

- **Select New Flavor:** Choose the appropriate flavor from the VNFD that offers the desired resource configuration (CPU, memory, storage) for the VNF.

- **Trigger Scaling Operation:** Use the OSM client command or the NGUI interface to initiate the vertical scaling process.

- **OSM Processing:** OSM validates the request and instructs the VIM (Virtual Infrastructure Manager) to adjust resource allocation for the VDU.

- **VNF Reconfiguration:** The VIM reprovisions the VDU with the new flavor, potentially involving a software update on the VNF instance.

- **Verification:**  Once the scaling operation is complete,  you can verify the new resource allocation of the VDU and the overall performance of the VNF instance.

#### VNFD Requirements

@@ -2398,4 +2413,3 @@ There are two primary ways to trigger vertical scaling of a VNF instance in OSM.
 - ![vertical_scale_update](assets/600px_vertical_scale_update.png)

- ![vertical_scale_update2](assets/600px_vertical_scale_update_2.png)
  
 No newline at end of file
+43.5 KiB
Loading image diff...