Procedure

  1. Login to the Deployment Host and create a directory called base under /root directory.
    Note: Ensure that you set workspace to the following directory path:
    export TCSA_WORK_SPACE=/root/base
  2. Download the latest bundle in the Deployment Host under the /root/base directory and extract the contents of the package.
    # Setting up your work space directory on your host.
    # cd $TCSA_WORK_SPACE # directory for downloading or extracting TCSA Deployer package
    
    # Extract contents from the package.
    # tar -xvf VMware-TCSA-Deployer-<VERSION>-<BUILD_ID>.tar.gz
    
    # cd tcx-deployer/
    # ls -ltr
    total 147332
    -rwxr-xr-x. 1 root root 229 Jan 1 2000 release
    -rwxr-xr-x. 1 root root 150835154 Jan 1 2000 'open_source_license_VMware_Telco_Cloud_ Service_Assurance_2.2.0_GA_Updated.txt'
    drwxr-xr-x. 4 root root 40 Jan 1 2000 imgpkg
    drwxr-xr-x. 2 root root 96 Jan 1 2000 images
    dr-xr-xr-x. 4 root root 65 Jan 1 2000 examples
    drwxr-xr-x. 2 root root 72 Jan 1 2000 csars
    drwxr-xr-x. 2 root root 20 Jan 1 2000 clis
    -rwxr-xr-x. 1 root root 28401 Jan 1 2000 May2022-VMwareGeneralTerms-en-noWrap.txt
    drwxr-xr-x. 4 root root 30 Mar 16 14:56 product-helm-charts
    drwxr-xr-x. 4 root root 175 Mar 16 15:20 scripts
    Note: You can ignore the fixed timestamps, typically with an older date, seen against the files in the tcx-deployer folder. There is no functional impact. The timestamps are generated as part of a secure build process.