vmware / validated-solutions-for-cloud-foundation

A companion repository for the VMware Validated Solutions for VMware Cloud Foundation.
https://vmware.github.io/validated-solutions-for-cloud-foundation/
BSD 2-Clause "Simplified" License
23 stars 5 forks source link

Remove dependency for `FQDN` as suffix in `Account Name` when configuring `NSX account` in VMware Aria Operations #35

Open bhumitra opened 1 year ago

bhumitra commented 1 year ago

Code of Conduct

Encountered When?

When you setup HRM for the first time and if the name of the cloud account configured for NSX-T does not include the FQDN of NSX Manager, then the NSX related data will not show up on dashboards. Hence you must follow the below steps to resolve this issue.

Description

For the python script to send data to vRealize Operations, it is needed that the name of the cloud account configured for NSX-T must include the FQDN of NSX Manager. e.g if your name is NSX MGMT Domain, then it needs to be updated to NSX MGMT Domain - sfo-m01-nsx01.sfo.rainpole.io where sfo-m01-nsx01.sfo.rainpole.io is the FQDN of NSX Manager.

If the name of the cloud account already has FQDN, then you don't need to do anything.

Updating the name can be performed by:

  1. Log in to the vRealize Operations Manager operations interface at https://<vrealize_operations_manager_fqdn>​ with a user assigned the Administrator​ role.
  2. On the left pane navigate to Data Sources > Integrations
  3. Expand NSX-T, and select the Management Domain account from the list.
  4. On the Add Account - NSX-T page, update the Name by adding the FQDN as suffix. e.g if your name is NSX MGMT Domain, then it needs to be updated to NSX MGMT Domain - sfo-m01-nsx01.sfo.rainpole.io where sfo-m01-nsx01.sfo.rainpole.io is the FQDN of NSX Manager.
  5. Click Save
  6. Repeat the above steps for Workload Domain NSX account as well.

Below is an example of how the name should look like.

image

Use Case(s)

When running send-data-to-vrops.py python script, above steps are needed so that the script can send data to NSX objects on vRealize Operations.

Potential Configuration

No response

References

No response

tenthirtyam commented 10 months ago

Any update on this item @bhumitra ?

bhumitra commented 10 months ago

No update yet. A customer will still have to follow the workaround as mentioned in the description.