VNF Primitives: Difference between revisions
From OSM Public Wiki
No edit summary |
Ramonsalguer (talk | contribs) No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
''' | '''THIS PAGE IS DEPRECATED'''. OSM User Guide has been moved to a new location: '''https://osm.etsi.org/docs/user-guide/''' | ||
The following is a list of the default primitives | --- | ||
The following is a list of the default VNF primitives supported by OSM. These primitives, executed at Day 1 and Day 2, are the encapsulation of your operational logic. | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 7: | Line 9: | ||
! Description | ! Description | ||
! Required | ! Required | ||
! | ! Example | ||
|- | |- | ||
| Config || Change the configuration of a VNF || No || | | Config || Change the configuration of a VNF || No || [[VNF_Primitive_Config]] | ||
|- | |- | ||
| Upgrade || Perform a VNF Software Upgrade || No || [[VNF_Primitive_Upgrade]] | | Upgrade || Perform a VNF Software Upgrade || No || [[VNF_Primitive_Upgrade]] | ||
|- | |- | ||
| Start || Start the VNF service || No || | | Start || Start the VNF service || No || [[VNF_Primitive_Start]] | ||
|- | |- | ||
| Stop || Stop the VNF service || No || | | Stop || Stop the VNF service || No || [[VNF_Primitive_Stop]] | ||
|- | |- | ||
| Restart || Stop the VNF service || No || | | Restart || Stop the VNF service || No || [[VNF_Primitive_Restart]] | ||
|- | |- | ||
| Reboot || Reboot the VNF || No || | | Reboot || Reboot the VNF || No || [[VNF_Primitive_Reboot]] | ||
|} | |} |
Latest revision as of 16:54, 17 February 2021
THIS PAGE IS DEPRECATED. OSM User Guide has been moved to a new location: https://osm.etsi.org/docs/user-guide/
---
The following is a list of the default VNF primitives supported by OSM. These primitives, executed at Day 1 and Day 2, are the encapsulation of your operational logic.
Primitive | Description | Required | Example |
---|---|---|---|
Config | Change the configuration of a VNF | No | VNF_Primitive_Config |
Upgrade | Perform a VNF Software Upgrade | No | VNF_Primitive_Upgrade |
Start | Start the VNF service | No | VNF_Primitive_Start |
Stop | Stop the VNF service | No | VNF_Primitive_Stop |
Restart | Stop the VNF service | No | VNF_Primitive_Restart |
Reboot | Reboot the VNF | No | VNF_Primitive_Reboot |