Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles:
|
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.
SelectingIn the heat template, select the personality type as "slb" and HA mode as '1to1" when instantiating the SLB HA in OpenStack.
ExampleCode Block | ||
---|---|---|
| ||
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] |