Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1
REV5
REV6
REV3
REV1
REV2

 

The Ribbon Virtual Network Function Manager (VNFM) is an ETSI standards-aligned virtualized application you can use to orchestrate and manage the lifecycle of distributed SBC

...

deployments in an OpenStack cloud environment. VNFM provides an alternative to the use of Heat templates to deploy media SBC (M-SBC) and signaling SBC (S-SBC) clusters in 1:1 HA configurations.

VNFM processes a VNF Descriptor (VNFD) file to define the main properties and

...

resources required to deploy a VNF. The

...

SBC VNFD file is provided in a Cloud Service Archive (CSAR) package file

...

for the type of SBC cluster you are deploying. VNFD files cannot be edited; during orchestration, VNFM will prompt for allowed customizations such as the system name and associated EMS system details.

Info
titleNote:

Orchestration using VNFM does not support implementing a second management port for the SBC or the packet port redundancy feature.

Prerequisites

Prior to using VNFM to instantiate SBC VNFs, make sure you have:

  • Downloaded the required Cloud Service Archive (CSAR) package file and .qcow2 file for the SBC system you plan to deploy. Refer to the latest release notes.
  • Prepared the OpenStack cloud environment in which the VNF will be deployed. Refer to Pre-Instantiation Requirements of OpenStack.
  • Installed VNFM and prepared it for operation. This includes adding clouds, tenants, and users to VNFM. Refer to VNFM Documentation for more information.
  • Instantiated the EMS system you plan to use to configure and manage your SBC clusters. Refer to EMS Documentation for more information.
  • Created the clusters you will use to manage and configure your SBC clusters in the EMS. Refer to Creating an SBC SWe Cluster in EMS documentation.

Onboarding the SBC CSAR package file

The CSAR file required for your deployment must be onboarded

...

on VNFM before you can orchestrate a new SBC cluster. Make sure the CSAR file is in a location accessible to VNFM. 

  1. Log into VNFM with credentials provided by the VNFM administrator.
  2. Click Settings > VNF Onboarding. The VNF Onboarding window opens.

    Caption
    0Figure
    1VNF Onboarding Window

    Image Modified

  3. In the Upload the CSAR files area, click Browse to open a file window where you can locate and select the CSAR file.
  4. Click Upload. The package is added to the VNFs Available to Onboard list.
  5. Click Onboard adjacent to the package.
  6. Confirm the onboard procedure when prompted. The VNF package is now listed in the Your Onboarded VNFs list.

Deploying SBC VNFs

After the CSAR file is onboarded the SBC

...

VNF can be deployed. Note that you must have previously created an OpenStack Glance image using the SBC application software .qcow2 file. Refer to Creating a Glance Image within the pre-instantiation requirements for OpenStack.   

  1. Log into VNFM if necessary.
  2. Click VNF Deployment. The Deploy Virtual Network Functions window opens.
  3. Click Deploy adjacent to the VNF you want to deploy. The VNF Deployment Wizard window opens

...

  1. with the VNF Config tab in view. 

    Caption
    0Figure
    1VNF Deployment Wizard - VNF Config Tab

    Image Added

  2. Enter a unique name for the instance in VNF Instance Name.
  3. Select a cloud from the Cloud Name drop-down list. The Tenant Name list appears.
  4. Select a tenant for the instance in the Tenant Name drop-down list. 

    Info
    titleNote:

    This tab also includes a Reuse Pre-allocated IPs check box which enables using the VNFM pre-allocated floating IP feature. Refer to Using the Preallocated IP VNFM feature for more information and procedures.

  5. Click the Network tab. 

    Caption
    0Figure
    1VNF Deployment Wizard - Network Tab

    Image Added

  6. Using the drop-down lists in the three network fields, select the names of the networks that you want to use as the management network and the two packet networks for the cluster. The networks must have already been defined in your environment. Refer to Creating Tenant Networks for more information. The lists contain the names of the existing networks in your environment.
  7. Click the Environment tab. The fields on this tab show user data required to instantiate the SBC as it is provided in the VNFD file. Editing values on this tab override the default values in the VNFD file allowing you to specify the values appropriate for your deployment.

    Caption
    0Figure
    1VNF Deployment Wizard - Environment Tab

    Image Added

  8. (Optional) To specify a specific zone for the instance, click Select a Zone and choose a zone from the list. The nova zone is selected by default.   
  9. Use the following table to edit the values in the VM Type section, as necessary. Some values cannot be changed while other fields can be edited during orchestration, as noted in the table. Interface values (IF0 to IF3) can be edited, for example, if you need to specify VLAN IDs for your deployment. Take care to use the correct parameter names and maintain the syntax as shown. Refer to the Interface Definition Parameters Table for more information on the parameters that can be used to define the properties of an interface.

    FieldEditable?Description
    System NameyesUser-assigned name for the instance. You must enter a name.
    SBC PersonalitynoSpecifies either a signaling (S-SBC) or media (M-SBC) deployment.
    Number of InterfacesnoSpecifies that there are 4 interfaces for the instance.
    The HA model selected in the VNFD filenoSpecifies an active-standby HA deployment.
    Properties of IF0yesParameters associated with IF0. By default IF0 is configured as the management interface.
    Properties of IF1yesParameters associated with IF1. By default IF1 is configured as the HA interface.
    Properties of IF2yesParameters associated with IF2. By default IF2 is configured as the Pkt0 interface.
    Properties of IF3yesParameters associated with IF3. By default IF3 is configured as the Pkt1 interface.
    EMS UsernameyesEnter the username credentials to use when registering with the EMS.
    EMS PasswordyesEnter the password to use when registering with the EMS.
    EMS IP[0]yesEnter the IP address of the EMS-0 (primary) instance.
    EMS IP[1]yesEnter the IP address of the EMS-1 instance.
    EmsDownloadConfigyesSpecifies whether the cluster downloads configuration from the EMS. By default this value is set to True.
    EmsPrivateNodeParametersyesOptionally specifies an EMS cluster ID.
  10. In the Cloud Config Init Data section, replace the public key with the public key of a self-generated ssh key pair (use the ssh-keygen command) to be used for logging into SBC. The following figure shows an SSH key for the "admin" user account. Take care to maintain the formatting of this section when you provide your specific key information. The data must be provided in a proper JSON format. 

    Caption
    0Figure
    1VNF Deployment Wizard - Cloud Config Init Data

    Image Added

  11. Click Deploy VNF when you have completed your customizations on the Environment tab. VNFM begins the process of orchestrating the SBC VNFs.
  12. Click VNF Status in the left pane to open the VNF Status window to watch the status progression as the VNFs are deployed. When the process is complete the VNF status changes to Ready.   

After Orchestration

During orchestration VNFM creates basic security rules and a security group. These basic rules do not restrict access to and from the SBC nodes. If you have not already created the specific security rules required for your deployment, refer to the following page for the list of rules you should create: Creating Security Group Rules.

After orchestration the SBC nodes are created but have no associated configuration. Refer to Configuring SBC SWe on OpenStack using SBC Configuration Manager for procedures to configure the SBC.