Configure the proxy server to collect the Viptela topology, and fault and performance data through a HTTP(S) proxy.

Prerequisites

Run the following procedure on VMware Telco Cloud Operations, before starting the corresponding discovery and performance collectors.

Procedure

  1. SSH into the VMware Telco Cloud Operation control plane node.
  2. Go to cd /home/clusteradmin/kubernetes/.
  3. To configure the proxy server, run the following command:
    ./set_proxy.sh <PROXY_HOST>:<PROXY_PORT><DEVICE_REST_ACCESS_PROTOCOL>

    For example: ./set_proxy.sh proxy.example.com:3128 https.

    Note: The procedure support only one proxy server and one protocol (http or https) for the deployment. You cannot perform discovery of Velocloud using https and Viptela using http in the same environment. However, discovery of both the solutions are supported with the same protocol. Also, authentication enabled proxy server is not supported.