By default, the Scheduled Report Export feature is disabled. After a successful deployment or upgrade, you can enable this feature. This procedure provides steps to enable Scheduled Report Export feature in VMware Telco Cloud Service Assurance deployed on TKG, VM Based, TCA, or Azure platforms.
For TKG, Azure, or VM Based Deployments
To enable
Scheduled Report Export for TKG, VM Based , or Azure:
- Update variable
grafanaScheduledExportEnabled
value astrue
invalues-user-overrides.yaml
file in the directorytcx-deployer/product-helm-charts/tcsa
.vi $TCSA_WORK_SPACE/tcx-deployer/product-helm-charts/tcsa/values-user-overrides.yaml # During a fresh deployment of TCSA, this flag is set to false and the Grafana dashboard scheduling and export feature is disabled by default. Post deployment, if the user wants to enable the feature, set the flag to true and refer to the deployment guide for steps. Note that this feature requires additional resources; use the sizing sheet for resource requirements. grafanaScheduledExportEnabled: true
- Run the following command to enable the Scheduled Report Export.
cd $TCSA_WORK_SPACE/tcx-deployer/clis ./tcxctl deploy product --name tcsa --kubeconfig <kubeconfig file loaction> --path <$TCSA_WORK_SPACE/tcx-deployer/product-helm-charts/tcsa> --values <$TCSA_WORK_SPACE/tcx-deployer/product-helm-charts/tcsa/values-user-overrides.yaml> --timeout=10
For TCA Based Deployments
To enable
Scheduled Report Export for TCA:
- Update variable
grafanaScheduledExportEnabled
value astrue
invalues-user-overrides.yaml
file in the directorytcx-deployer/product-helm-charts/tcsa
.vi $TCSA_WORK_SPACE/tcx-deployer/product-helm-charts/tcsa/values-user-overrides.yaml # During a fresh deployment of TCSA, this flag is set to false and the Grafana dashboard scheduling and export feature is disabled by default. Post deployment, if the user wants to enable the feature, set the flag to true and refer to the deployment guide for steps. Note that this feature requires additional resources; use the sizing sheet for resource requirements. grafanaScheduledExportEnabled: true
- Download the
values-users-override.yaml
fromtcx-deployer/product-helm-charts/tcsa/values-user-overrides.yaml
to your local machine used to access VMware Telco Cloud Automation. - Launch VMware Telco Cloud Automation, navigate to .
- Click the vertical ellipsis (⋮) next to the Telco Cloud Service Assurance CNF that you want to reconfigure.
- Click Reconfigure.
- In the Reconfigure window, select TCSA Helm and click the arrow button next to it.
- From the Reconfigure drop-down menu, select Helm Override.
- Click Browse in the Select Override File field and then upload the
values-users-override.yaml
file to VMware Telco Cloud Automation. - Click Next.
- In the Inputs section, click Next.
- In the Review section, verify the content of the uploaded yaml file, and click Finish.
- Run the following command in the deployer VM, wait for a while and ensure that all the applications are reconciled successfully.
kubectl get tcxproduct -A
Note: If you enable the Schedule Export Report feature, you must add or uncomment- grafana_scheduler
in the backup/restore configuration file. So that Schedule Export Report configurations are backed up as part of backup restore.