I'm creating a service blueprint that will basically allow the user to change the memory and/or CPU count of a vCenter VM. The tricky part I'm running into is dynamically adjusting the memory and CPU values in the blueprint whenever a different VM is selected. I'm using a drop-down for the VM selection, which goes to our Orchestrator server and runs an Action to get a list of VM's (depending on some read-only values in the form for things like the server and folder). The drop-down with the VMs is populating fine. However, now when a user selects a VM from the drop-down, I want the memory and CPU sliders to automatically adjust to the memory and CPU values for that particular VM selected. I created two other Orchestrator actions to do this, but I can't tie them into these two blueprint widgets. I'm assuming because I am using the VM drop-down field as one of the parameters (which itself is dynamically created). Anyone know a way to do this?
↧