delphix / dxtoolkit

Scripts that remotely interact with Delphix engine APIs
Apache License 2.0
38 stars 32 forks source link

DEC-04-2020 -- Add support for Custom Environment Variables in dx_provision_vdb #164

Closed d15serge closed 3 years ago

d15serge commented 3 years ago

Please add support for managing Custom Environment Variables when provisioning VDBs using dx_provision_vdb.

Use Case: Full automatization of VDB provisioning through API calls is currently deployed at this customer. A new use case requires them to now provision VDBs with mandatory Custom Environment Variables (CEVs) that are specifying an Environment File for each RAC node.

When provisioning a VDB using the GUI, users are allowed to specify CVEs (for each RAC node) as either a file (that need to be present on the target server) or as key/pair values.

This Feature Request is to, at minimum, add support in dx_provision_vdb for Custom Environment Variables with the file method in a RAC configuration. This project could be completed at a later time if other RFE requests comes in to support key/pair values.

image002