VM Naming Pattern

Hi Team

Is there any way to use “value” field from a custom option list to be used in VM Naming policy ?

Example: VM Name requirement is DCV-{Environment}-{Seq}

Due to customer requirement for VM provisioning, I am using “Environment” option list (manual dataset). Is there any way to fetch the value according to Environment selection for VM naming ?

You can use any Pre-Provision Vars in the naming policy. The list can be found here Variables — Morpheus Docs documentation

To do a custom option you can use ${customOptions.fieldName}

2 Likes