This section provides a list of prerequisites required for deploying the VMware Telco Cloud Service Assurance.

Prerequisites for Deploying VMware Telco Cloud Service Assurance

Following requirements have to be met before deploying VMware Telco Cloud Service Assurance:
  • For deployment host:
    • A Linux x86/64bit host with Docker installed.
    • This machine must have connectivity to:
      • The public internet to download the VMware Telco Cloud Service Assurance package from VMware Customer Connect.
      • The Kubernetes cluster.
      • The Container Registry.
    • Verify that you meet the Deployment Container prerequisites for the deployment host.
    • The deployment user home partition must be a minimum of 40 GB.
  • If using Harbor, create a project named tcx. This project must be used to store VMware Telco Cloud Service Assurance artifacts.
  • If you are deploying VMware Telco Cloud Service Assurance on VMware Tanzu Kubernetes Grid, verify that you meet the VMware Tanzu Kubernetes Grid specific prerequisites.
  • If you are deploying VMware Telco Cloud Service Assurance on AKS, verify that you meet the AKS specific prerequisites.
  • If you are deploying VMware Telco Cloud Service Assurance through VMware Telco Cloud Automation, verify that you meet the VMware Telco Cloud Automation specific prerequisites.

Prerequisites for Setting up Deployment Container

  • Familiarity with Linux and Docker commands is required.
  • Any Linux based platform which has the Docker installed, preferably RHEL and CentOS.
    • Allocate 40 GB of hard disk space for storing VMware Telco Cloud Service Assurance files.
    • To download the VMware Telco Cloud Service Assurance tar.gz file and the Deployment Container, verify that the host has internet access.
    • Verify that the host time zone, date, and time settings correspond to the zone where VMware Telco Cloud Service Assurance is installed. For example, in AKS, it must match the East-US and West-US time zones.
    • Verify that NTP service is configured on the deployment host.
  • Install Docker on the deployment host. Make sure you use Docker version 20.10.14 or later.
  • Ensure that your deployment host is authenticated with your Container Registry. Run the following command on your deployment host and type in the credentials to your registry.
    docker login <registry-fqdn>

    After you login to the Docker, it prompts you for the registry username and password. Ensure that you enter the Harbor or ACR registry username and password so that you do not have to update registry username and password in deploy.settings file.

    Note: Verify that the config.json file is present on your host. Typically the config.json must be under ~/.docker. If not, then use the following command to create the file:
    Create an empty config file
    $ mkdir -p ~/.docker
    $ echo {} > ~/.docker/config.json
  • Verify that your Kubernetes clusters KUBECONFIG file is copied to the $HOME/.kube/ directory on your deployment host.

Prerequisites for Deploying VMware Telco Cloud Service Assurance on VMware Tanzu Kubernetes Grid with VMware Telco Cloud Automation

  • Deployment files provided by VMware Customer Connect from where you can download the deployer package and Deployment Container.
  • Harbor must be deployed and a project must be created in Harbor with public access.
  • Ensure that you have KUBECONFIG file for deploying VMware Telco Cloud Service Assurance in VMware Tanzu Kubernetes Grid workload cluster. For more information, see Obtaining KUBECONFIG File from VMware Tanzu Kubernetes Grid Workload Cluster.
  • Verify that you have VMware Tanzu Kubernetes Grid workload cluster with available vsphere-sc storage class. For example, vSAN.
  • Kubernetes workload cluster virtual IP must be noted post deployment of workload cluster. Use the virtual IP when updating deploy.settings file.
  • The recommended registry for VMware Tanzu Kubernetes Grid is Harbor.

Prerequisites for Deploying VMware Telco Cloud Service Assurance on AKS

  • To deploy VMware Telco Cloud Service Assurance, configure AKS cluster.
    • If deploying AKS cluster in a private corporate network:
      • Create an Azure Virtual Network (VNet) on AKS with required IP address.
        Note: For AKS, the recommended network plugin is Kubenet. While creating AKS cluster, use --pod-cidr option to ensure that pods get private IP addresses. --pod-cidr option must be provided with private IP address specifying /16 subnet.
      • Configure the firewall for communicating between IP addresses in a Subnet.
      • Verify that all configured networking resources in Azure, such as VNet, Subnet, and Route Table are available in the same resource group as the Kubernetes cluster.
      • Verify that there is connectivity between the network to provide access to external clients or devices that are not part of the same network.
      • By having the ports open, verify that the Kubernetes cluster is sending outward traffic. For more information on the list of open ports, see AKS Global Network Rules.
        Note:
        • The VMware Telco Cloud Service Assurance and the Domain Manager (IP, SAM, and ESM) deployment is tested when the VNet, Subnet, and Route table are provided and configured to ensure connectivity to the on-premises test infrastructure.
        • You can also deploy VMware Telco Cloud Service Assurance and Domain Manager without the VNet, Subnet, and Route Table. AKS provides a default for the same. Verify that there is connectivity between VMware Telco Cloud Service Assurance and Domain Manager and the infrastructure that monitor VMware Telco Cloud Service Assurance and Domain Manager.
  • Create an Azure Container Registry (ACR) instance in the same region and resource group as the AKS cluster.

Prerequisites for Deploying VMware Telco Cloud Service Assurance through VMware Telco Cloud Automation

  • Perform the common prerequisites tasks specified for deploying VMware Telco Cloud Service Assurance.
  • A VMware Telco Cloud Automation 2.1.0 cluster and supported VMware Tanzu Kubernetes Grid template images for VMware Tanzu Kubernetes Grid version is 1.5.4.
  • A secure Harbor registry that is registered as a partner system with the VMware Telco Cloud Automation setup.
    Note: Chartmuseum package must be installed in Harbor setup.
  • A VMware Tanzu Kubernetes Grid workload cluster that is configured with the VMware Telco Cloud Automation setup and connected to the secure Harbor registry.