An administrator wants to simplify the cloud configuration are much as possible. Recently the administrator was asked to simplify the cloud template creanV~ and requesting process. The goal is to create a single cloud template that can be deployed to different cloud accounts available in the environment. Depending on the cloud, the appropriate template should be used.
Which vRealize Automation construct can the administrator use to achieve this goal?
in the blueprint, for instance
properties:
constraints:
tags:${input.SelectCloud}
and then
customizationSpec:${SelectCloud==AWS -> Action A, selectCloud=Azure -> Action B}
CustomSpec would enable to use the same blueprint because it would prompt the user to select a tag which can be mapped to an Image Mapping, a Flavor Mapping or a Storage Policy
Currently there are no comments in this discussion, be the first to comment!