VMware vRealize Operations Tenant App | 11 JAN 2022 | Build 19173067

What's in the Release Notes

The release notes cover the following topics:

Introduction

The vRealize Operations Tenant App 2.5.1 provides metering capabilities that allow the service providers to chargeback their customer base and individual customers to review their billing data.

What's New

The vRealize Operations Manager Tenant App 2.5.1 introduces the following new features:

  • Addition of custom reports as service to tenants
  • Provision to send custom alerts over email to tenants
  • Introduction of Price IP count on external networks of VCD
  • Deployment of Meter apps using VCD App Launchpad
  • Deployment of Meter Kubernetes clusters through VCD Container service extension
  • Addition of Meter Cloud Director Availability services using additional management pack
  • Apache log4j is updated to version 2.16, to resolve CVE-2021-44228 and CVE-2021-45046 

Compatibility

For compatibility between products, please refer to the VMware Product Interoperability Matrices.

Limitations

For the Tenant App 2.5.1, only an offline upgrade through ISO/OVA is available.

Resolved Issues

  • Billing fails when vCPUs are specified in the pricing policy for vRealize Operations Tenant App for vCloud Director 2.3

    When a Pricing Policy is created using vCPU Count, and Billing is executed using the same policy, Billing fails with an 'Internal Server Error'.

    Workaround: A Hot Fix is required to resolve the issue. Please contact VMware support for details of the hotfix.

Known Issues

  • Perform new Privilege Check for APIs that are being used by the vCloud Director Plugin

    vRealize Operation Manager 7.5 and later versions have a Privilege Check for APIs that are being used by the vCloud Director Plugin. The vCloud Director plugin uses a special user that belongs to the "VCD Tenant Admin" group. Add the privilege "administration.accesscontrol.viewpage" to the "VCD Tenant Admin" group while creating it in the vRealize Operation Manager from Tenant App.

    Workaround : The users upgrading from older versions of the Tenant App have to perform certain manual operations from the UI and API.
    UI

    1. Go to Administration -> Access -> Access Control -> Roles
    2. Select the "VCD Tenant Admin" role.
    3. Edit Permission
    4. Select Administration-> Access-> Access Control-> View Access Control Page
    5. Click Update

    API
    POST /api/auth/roles/VCD Tenant Admin/privileges
    JSON :
    {
    "privilege-key" : [ "View Access Control Page" ]
    }

    Note: No workaround required for users who have newly deployed the Tenant App.

  • Access Denied for vCloud Director Operations Manager Plugin, as the new permission is not added for the existing plugin user in vRealize Operations Manager

    Due to the new permission 'administration.accesscontrol.viewpage' that is added for the vCloud Director Tenant Admin Role in vRealize Operations Manager, the message 'Access Denied' is displayed in Operations Manager Plugin in vCloud Director.

    Workaround:

    1. Login to the VMware vRealize Operations Tenant App as an admin user.
    2. Go to Administration -> Access Management -> Access Management.
    3. Disable the Organizations for which the Plugin has been enabled, and then Enable again.
  • Metrics collected for the current date cannot be billed

    Tenant App does not bill metrics that are collected on the current date in vRealize Operations. The bills for these metrics are generated after a day.

    Workaround : None

  • Bills cannot be generated for the same day

    You cannot generate bills for the same day, for example, you cannot give the date range as '16/10/2019 - 16/10/2019' as the billing is done from 12 AM to 12 AM.

    Workaround: To perform billing for one day, the date range should be '15/10/2019/ - 16/10/2019'

  • Virtual Machine deployed under vSAN Datastore does not display the Datastore Hierarchy in Metric Chart

    vSAN Datastore deployed Virtual Machines will have Virtual Disk Metric Hierarchy rather than the Datastore Hierarchy.

    Workaround: None

  • Billing in the vRealize Operations Tenant App for vCenter does not work if the Virtual Machines are placed under host/cluster

    In vRealize Operations Tenant App for vCenter, the bill value is zero for Virtual Machines if they are not placed under a resource pool.

    Workaround:

    1. Add a resource pool under your cluster and move the Virtual Machines under that resource pool.
    2. Generate a bill from Tenant App using the resource pool or the cluster.
  • Upgrade of Tenant App fails in VAMI with an error 'Failed to install updates(Error while running installation tests) on <Day>, <Year> <Month> <Date> <Time>'

    When you try to upgrade the Tenant App from an older version, it fails with an error 'Failed to install updates (Error while running installation tests)'.
    You can check if the /opt/vmware/var/log/vami/updatecli.log file contains the error 'Installing package tenant-app-2.0.0-15579401.noarch needs X MB on the / filesystem and X free MB is available in the system'.

    Workaround: Run the 'docker image prune -a' to clear the space in Tenant App without affecting the functionality.

  • Unable to find the billing details for 'Max of usage and reservation' in the generated bill

    The Tenant App 2.5 supports the 'Max of usage and allocation' instead of 'Max of usage and reservation'. If you have upgraded from the vRealize Operations Tenant App 2.4 to 2.5, then the existing pricing policies created based on charge does not display any value.

    Workaround: Edit the exisiting pricing policies before upgrade and select the 'Max of usage and allocation' from the 'Charge based on' drop-down, and save the pricing policies.

  • Customer security scanning report displays the 'TenantApp exposing Internal IP Address' message

    While performing security scanning on Tenant App in the customer environment, the scanning report displays a message that the Tenant App could expose the internal IP address. This is due to the Ngnix configuration.

    Workaround:

    1. SSH into Tenant App using root credentials.
    2. Run "docker ps" and note the "CONTAINER ID" of tenant-app-ui docker from the list of dockers that is displayed.
    3. Go to tenant-app-ui using "docker exec -it bash"  and e dit the nginx.conf file in "/etc/nginx/nginx.conf" location.
    4. Edit the server_name in the file.
    5. Save the nginx.conf file.
    6. Run the following command to stop the nginx server:
      • /usr/sbin/nginx -s stop
    7. Run the following command to restart the nginx server:
      • /usr/sbin/nginx -s reload
check-circle-line exclamation-circle-line close-line
Scroll to top icon