VMware Cloud Community
atfrys
Hot Shot
Hot Shot

VCAC 5.2 VCO 5.1 - Isses with waiting for the On state when provisioning a VM using the Vcac Plugin in VCO

Background:

I am performing all my workflow actions from VCO and calling vCAC.


I am having a difficult time leveraging "Await virtual machine state change" workflow in VCO.  I have setup the output of the blueprint provision results to a VCAC:Entity and sent that output into the "Await virtual machine state change" workflow.  It will not read the virtual machine state if I ask for more than 1 machine from a blueprint.  Does anyone know why I am seeing this behavior?

Thank you

0 Kudos
1 Reply
atfrys
Hot Shot
Hot Shot

I was not able to figure out why this workflow would not work when provisioning multiple VM's so I went ahead and wrote my own wait workflow that spawns off the same Await virtual machine status" workflow in parallel collecting the tokens per entity I enumerate and pass that to another script task that loops through my workflow tokens requesting status untill it returns complete for all my workflows related to the machine request session.