DO NOT SHARE THESE DOCS WITH CUSTOMERS!
This is an LA release that will only be provided to a select number of PLM-sanctioned customers (PDFs only). Contact PLM for details.
In this section:
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.
In the heat template, select the personality type as "slb" and HA mode as '1to1" when instantiating the SLB HA in OpenStack.
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]