VMware Cloud Community
kilodelta
Contributor
Contributor

vRealize Automation 7 - Blueprint - Build Information

Hi - I need to change the clone from of build information on the component of a blue print from vRO - can anyone help out here?

pastedImage_0.png

0 Kudos
2 Replies
vasan22in
Enthusiast
Enthusiast

Hi,

You can do this from Even & Subscription from vRA 7. You need to choose the proper events and condition to run this successfully. Event & Subscription will travel from vRA to vRO and server as a payload.

You can chose the proper lifecycle properties from the group VMPSMasterWorkflow32. Also, refer the below properties.

Extensibility.Lifecycle.Properties.VMPSMasterWorkflow32.MachineProvisioned

Extensibility.Lifecycle.Properties.VMPSMasterWorkflow32.BuildingMachine

Extensibility.Lifecycle.Properties.VMPSMasterWorkflow32.Disposing

Extensibility.Lifecycle.Properties.VMPSMasterWorkflow32.MachineActivated

Extensibility.Lifecycle.Properties.VMPSMasterWorkflow32.UnprovisionMachine

-Srini

Please consider marking this answer "correct" or "helpful" if you think your query have been answered correctly. Thanks, Srini
0 Kudos
unhappyvra
Enthusiast
Enthusiast

You need to override this VM properties during the event "VMPSMasterWorkflows32.Requested" in PRE-state:

__clonefrom : Your_desired_template_name

__clonefromid : Your_desired_template_ID

__ - Double underscore!

0 Kudos