We have a CMDB database, and they want all VMs provisioned to land into this database at time of provision, and to be removed when deprovisioned. Is there a way to specify a provisioning workflow that is “global” across all instance types, all clouds, etc?
Happy Friday!
Yes, that is possible. I have an example where I have created a Policy that enforces a Workflow across my entire environment, even applies to the subtenants. In this case, when a VM is provisioned, reconfigured, or destroyed, an API call is sent to a ticketing software and creates a ticket. The concept should be the same as what you are looking for.
Example of my policy:
Additional Information on Policies:
https://docs.morpheusdata.com/en/latest/administration/policies/policies.html
Hope that helps!
2 Likes
I forgot about this feature! Thanks!