Deployment Configuration for Demo
Footrpint with VMware vSAN or Block Storage
Configure
the
values-user-overrides.yaml
file for Demo footprint with VMware vSAN
or Block Storage available in
$TCSA_WORK_SPACE/tcx-deployer/product-helm-charts/tcsa
directory.Update the required parameters in the
values-user-overrides.yaml
file.- Set the registry URL.root [ ~ ]# cd tcx-deployer/product-helm-charts/tcsa root [ ~/tcx-deployer/product-helm-charts/tcsa ]# vi values-user-overrides.yaml # Default values for tcsa. # This is a YAML-formatted file. # Customize your TCSA deployment here by configuring the parameters that are exposed. # Uncomment the relevant lines and configure them according to your environment. # (string) registryRootUrl is the FQDN of the registry that has the artifacts. registryRootUrl: <HarborIP>/tcxUse the same Harbor IP which was used during Native Kubernetes deployment.
- Set the footprint value todemo.# (string) footprint is the number of devices monitored by TCSA. # allowed values for footprint "demo" footprint: demo
- FordashboardAccess, set theipto the selected static IP address andtypeas Loadbalancer.The free Static IP should be in the same subnet as that of the management IP's of the cluster Nodes.dashboardAccess: # (string) The IP address for accessing the dashboard. If using a static pre-allocated IP, set this property on Day 0 (fresh deployment). If using a dynamically allocated IP, set this on Day 1 (post deployment) ip: <static-IPAddress1-for-loadbalancer> # (string) LoadBalancer for on-prem. type: LoadBalancerConfiguredashboardAccesswith hostname/FQDN if you want to access theVMware Telco Cloud Service Assuranceusing hostname/FQDN instead of the IP address.
- SetedgeServicesAccessIpparameter to the available free static IP address.edgeServicesAccessIp: <static-IPAddress2-for-edgeservice>The free Static IP must be in the same subnet as that of the management IP's of the cluster Nodes.
- SetprivateNetworktofalse.# ----IaaS configuration---- # (bool) privateNetwork indicates if TCSA is being deployed on a private EKS or AKS network privateNetwork: false
- Setcloudprovider ason-premfor deploying VMware Telco Cloud Service Assurance on Native Kubernetes.# (string) cloud indicates the cloud/K8s provider. Valid values are "tkg", "azure" and "on-prem" cloud: on-prem
- SetlocalStorageHostPathparameter to the value "<storage_dir>/kubernetes/persistent_volumes. The<storage_dir>value should be same as that specified invars.yamlduring the Kubernetes deployment.
For Demo Footprint, the
Flexible configuration parameters in the
values-user-overrides.yaml
file should not be updated.
Flexible Scaling is not supported as part of Demo Footprint.