VSP CMS DEPLOYMENT
VSP CMS is installed as a Load Balancer service.This section describes the process of setting up the VSP Infrastructure Pods:
-
On the Management Node, create the below directory for the files related to CMS
-
cd /home/virsec
-
mkdir -p vsp/cms
-
cd vsp/cms
-
-
Execute the below commands to download the file vsp_get_yaml.sh
-
wget http://<LFR_IPAddress>/vsp/vsp_download_files.sh
-
chmod +x ./vsp_download_files.sh
-
-
To configure the build scripts for a specific environment, execute the below commands:
-
./vsp_download_files.sh
-
-
VSP CMS can be deployed in any one of the below configurations.Refer to the Installation Checklist for system specifications
-
Single-Pod: All the CMS service containers are deployed in a single pod
-
Multi-Pod: CMS services are grouped and deployed across multiple-pods
-
Service-per-Pod: Other than the CMS core services, all services are deployed individually in separate pods
-