Versions Compared

Key

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


Panel

In this section:

Table of Contents
maxLevel4



Info
iconfalse

Related articles:

Children Display

Instantiating SBC SWe on OpenStack using Heat Templates



Include PageSBXDOC120:_PSX only for OpenStackSBXDOC120:_PSX only for OpenStack

Overview

In an OpenStack deployment, the SIP-aware Load Balancer (SLB) runs in 1:1 centralized mode. Therefore, the SLB instantiation on OpenStack is similar to instantiating an SBC SWe I-SBC instance on OpenStack. For details refer to the section Instantiating SBC SWe on OpenStack using Heat Templates.

Selecting the SLB Personality in the heat template

In the heat template, select the personality type as "slb" and HA mode as '1to1" when instantiating the SLB HA in OpenStack.

Example

Code Block
titleSelect SLB Personality type
   personality:
    type: string
    label: SBC Personality Type
    description: Configures SBC instance to be Signaling,Media or Integrated node.
    default: slb
    constraints:
      - allowed_values: [ssbc,msbc,isbc,mrfp,slb]

  ha_mode:
    type: string
    label: SBC HA Mode
    description: SBC HA Mode, 1 to 1 or N to 1
    default: 1to1
    constraints:
        - allowed_values: [1to1, Nto1]