In VMware Private AI Foundation with NVIDIA, as a cloud administrator, add a catalog item for provisioning databases in VMware Data Services Manager to Automation Service Broker in VMware Aria Automation.
To create the catalog item, you run a Python script. The script creates the custom resources in VMware Aria Automation that are required for using VMware Data Services Manager for database provisioning.
Prerequisites
- Verify that you have the VMware Aria Automation organization ID.
You can see the ID from Identity and Access Management UI in the top right corner of the VMware Aria Automation console or by using the VMware Aria Automation API.
-
Provide a machine that has the following software installed and has network access to the VMware Data Services Manager and VMware Aria Automation instances.
- Python 3.10
- requests module for Python
- PyYAML
- urllib3
Procedure
Results
For more information on the Python script operation, see the readme.md file in the AriaAutomation_DataServicesManager bundle.