Additional Directors to Handle Gy/Sy Traffic in vDRA
Feature Summary and Revision History
Applicable Product(s) or Functional Area |
vDRA |
Applicable Platform(s) |
VNF |
Default Setting |
Enabled – Configuration Required |
Related Changes in This Release |
Not Applicable |
Related Documentation |
Not Applicable |
Revision Details |
Release |
---|---|
First introduced |
25.1.0 |
Feature Description
In the current deployment, various Virtual IPs (VIPs) manage different types of interface traffic, including Gx, Rx, Sd, Gy, and Sy.
To address the challenges associated with managing Gy/Sy traffic, the deployment is enhanced by adding two additional directors dedicated explicitly to handling Gy/Sy interface traffic.
Implementation Details:
-
The two new directors are configured to exclusively manage Gy/Sy interface traffic.
-
Existing directors will continue to handle Gx, Rx, Sd, and other traffic types, ensuring balanced and efficient traffic management.
-
The separation of IPC channels for Gy/Sy traffic will prevent bottlenecks and enhance the ability of the system to manage incoming traffic more effectively.
Steps to Add New Directors
Use the following steps to add new directors:
-
Install New Virtual Machines:
-
Update the setup artifacts with the information for the additional directors.
-
Install the two new virtual machines to accommodate these directors.
-
-
Configure VIPs for New Directors:
This can be achived in two ways.
-
Existing VIP configuration: Update the existing configuration only if a dedicated VIP configuration is present for Gy and Sy by replacing the old director IPs with the new IPs. Use the following CLI command to configure the VIP:
network dra-distributor <NAME> service <EXISTING-SERVICE-NAME> virtual-router-id <ID> interface <INTERFACE-NAME> service-ip <VIRTUAL-IP> service-port <PORT> host <DISTRIBUTOR-IP> priority <PRIORITY> real-server <DIRECTOR-IP>
Here is the sample configuration:
admin@orchestrator[WPS-DRA-master](config)# network dra-distributor client service GySy virtual-router-id 10 interface ens160 service-ip 172.XX.XX.102 service-port 3868 host 172.XX.XX.104 priority 20 admin@orchestrator[WPS-DRA-master](config-host- 172.XX.XX.104)# exit admin@orchestrator[WPS-DRA-master](config-service-GySy)# host 172.XX.XX.109 priority 10 admin@orchestrator[WPS-DRA-master](config-host- 172.XX.XX.109)# exit admin@orchestrator[WPS-DRA-master](config-service-GySy)# real-server 172.XX.XX.103 admin@orchestrator[WPS-DRA-master](config-real-server-172.XX.XX.103)# exit admin@orchestrator[WPS-DRA-master](config-service-GySy)# real-server 172.XX.XX.108 admin@orchestrator[WPS-DRA-master](config-real-server-172.XX.XX.108)# commit Commit complete.
-
New VIP Configuration: Add a new VIP configuration with the following CLI command:
network dra-distributor <NAME> service <NEW-SERVICE-NAME> virtual-router-id <ID> interface <INTERFACE-NAME> service-ip <VIRTUAL-IP> service-port <PORT> host <DISTRIBUTOR-IP> priority <PRIORITY> real-server <DIRECTOR-IP>
Here is the sample configuration:
admin@orchestrator[WPS-DRA-master](config)# network dra-distributor client service GySy virtual-router-id 10 interface ens160 service-ip 172.XX.XX.102 service-port 3868 host 172.XX.XX.104 priority 20 admin@orchestrator[WPS-DRA-master](config-host- 172.XX.XX.104)# exit admin@orchestrator[WPS-DRA-master](config-service-GySy)# host 172.XX.XX.109 priority 10 admin@orchestrator[WPS-DRA-master](config-host- 172.XX.XX.109)# exit admin@orchestrator[WPS-DRA-master](config-service-GySy)# real-server 172.XX.XX.103 admin@orchestrator[WPS-DRA-master](config-real-server-172.XX.XX.103)# exit admin@orchestrator[WPS-DRA-master](config-service-GySy)# real-server 172.XX.XX.108 admin@orchestrator[WPS-DRA-master](config-real-server-172.XX.XX.108)# commit Commit complete.
Update PB configuration:Add the configuration for the new VIP to the Policy Builder (PB) page.
-
-
Include in VMDK Upgrade Sets: Ensure the new directors are included in the Virtual Machine Disk (VMDK) upgrade sets for consistency and future upgrades.
For more information on the configuration, see the DRA Distributor Configuration Chapter in CPS vDRA Configuration Guide.