I'm trying to create a workflow that will take two arguments - a host and a destination cluster. Then I'd like the workflow to remove it from the current cluster, if it is in one, do a bunch of storage related things on the SAN, and add it to the destination cluster. I thought the VMware bits for this would be easy, but apparently they aren't.
If I have a parameter of type VcHostSystem, I can't select a host that isn't in a cluster because it is of type VcComputeResource. So I'm not even sure how I'd run the workflow vCenter / Host Management / Basic / Move host into Cluster. That workflow takes a hostsystem, and I can't seem to select the host that isn't in a cluster. Hoping I'm missing something here.