vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
13 stars 6 forks source link

Add additional registry handling options #370

Closed kjrokos closed 2 weeks ago

kjrokos commented 3 weeks ago

Is your feature request related to a problem? Please describe.

There is no way to use the default registry value from VMware Aria Ops' global settings with generated pak files.

There is no way to specify separate paths for pushing and pulling an image.

Describe the solution you'd like

There should be a way - likely a setting in config.json to tell mp-build omit the REGISTRY key/value pair in the generated <adapterName>.conf file.

Describe alternatives you've considered

Currently the only way to do either of these is by manually editing the pak file once it is built, which is not an acceptable solution.

Additional context

No response