1 Introduction
This document contains information for system administration tasks performed in the VNF Lifecycle Manager (VNF-LCM). VNF-LCM provides a workflow execution environment and a web-based application for managing VNF life cycle procedures.
VNF life cycle procedures are realized by executing ordered sequences of steps, called workflows. Each workflow must be provided with VNF-specific input parameters during execution.
2 Prerequisites
This section provides information on the tools and conditions that apply to the procedures in this document.
The workflow bundle RPM is installed as described in the relevant network management system documentation. For more information, see VNF-Lifecycle Manager System Administration Guide, Reference [1].
- The cloud environment is prepared for the deployment of the VNF, that is, the following activities are performed:
Cloud hardware and software preparation and configuration
Network topology creation
Subnet creation
For detailed instructions, see the relevant deployment instructions.
3 Onboarding
This section describes how to prepare for workflow-based VNF operations using VNF-LCM. Performing this procedure is a prerequisite for life cycle operations.
Prerequisites
The VNF image is uploaded to the cloud environment. For more information, see the relevant deployment instructions.
Steps
4 Procedures
The following sections describe how to perform LCM operations.
VNF-LCM procedures utilize workflow instances. Figure 1 shows an example of a workflow instance, where workflow progress can be tracked in the Workflow Diagram view. The Workflow Diagram only represents stages of the various procedures, operations are performed in the Task view.
It is not recommended to execute a workflow instance on a VNF while another one is in progress, as it can lead to unexpected behavior. If a new workflow procedure is needed, the ongoing one must be terminated before starting a new one.
4.1 Instantiate VNF
Steps
Results
The VNF is instantiated, it starts handling traffic after configuration data is provided. For more information on providing configuration data, see Deployment Guide for VMware vSphere or Deployment Guide for VMware vCloud Director, and Initial Configuration Guide.
4.2 Upgrade VNF
This section describes how to upgrade a VNF using VNF-LCM.
To perform this procedure without traffic stoppage, it is required that two VNFs are available in parallel during normal operation. During the upgrade process, configuration data is exported from the VNF selected to be upgraded. The VNF then is locked and removed. A new version of the VNF is deployed with configuration data of the previously removed VNF.
Prerequisites
The vApp template of the upgrade target version is uploaded to the vCloud Catalog where the upgrade base VNF is deployed.
The configuration file (env-vcd.yaml) of the new VNF contains a reference to the vApp template name seen in the vApp Templates tab of the vCloud Catalog.
Use the following syntax for specifying the reference:
"template":"<Reference_TemplateName>"
VNF-LCM extrapolates the characteristics for the new VNF based on the content of the referenced vApp template (the upgrade target), and based on the source VNF settings (which are migrated).
See the following example for the contents of an env-vcd.yaml prepared for upgrade.
# The name of the referenced vApp template. "template": "<vmrf-template-1>" # Selects the affinity between the vApp’s VMs. Possible options: “none”: no affinity rule, ”affinity”: VCD tries to put VMs on the same host, “anti-affinity”: VCD tries to put VMs on different hosts. # Affinity rule is a strong rule: in case the VCD cannot execute a life cycle management procedure abiding the affinity rule the procedure will fail. # This field in not mandatory. # "vapp_affinity": "none" # Uncomment this line if the affinity policy does not need to be inherited from the source VNF. This example value disables affinity rules.Parameters introduced in the new VNF version are set in the configuration file.
Note: Other parameters in the target configuration file are overwritten by the exported ones.
Steps
To use the optional customer security layer between LM and NeLS in the new VNF, perform the following step before starting the upgrade VNF-LCM operation:
If the Add Network Element in ENM/OSS-RC check box was selected during VNF instantiation:
After this step, the old VNF is terminated according to the termination method chosen in Step 5, and the new version is instantiated with the configuration data selected in Step 7.
If the new VNF fails to instantiate, it is automatically terminated and the old VNF is recreated.
If the new VNF is instantiated successfully, the Confirm upgrade screen is displayed, and the automatic rollback timer set in Step 5 is started.
If the optional customer security layer between LM and NeLS is to be used in the new VNF, perform the following step:
Results
After the upgrade procedure is confirmed, the new version VNF continues accepting new incoming traffic.
4.3 Scale VNF
4.4 Terminate VNF
5 Cancel LCM Workflow
After providing all input to a workflow operation and clicking Submit, a Task is displayed to the right of the Workflow Diagram view that can be used to cancel the current workflow operation
Cancellation of the workflow can be requested in the following cases:
Incorrect input was provided during the workflow preparation.
- The workflow is running for an unexpectedly long time without completion.
Note: Repeatedly refresh the LCM GUI to track the workflow progress and to ensure that it is not stuck.
Steps
Reference List
|
[1] |
System Administration Guide, 1543-CNH 160 9180 |
|
[2] |
VNF-Lifecycle Manager System Administration Guide, 1543-APR 901 0578 |

Contents