Hi.
Just started working with vco, and have a question thats been bugging me.
We run a very strict naming policy for both hosts and vm's, and I'm trying to do a small self-service portal where the users get asked about a new vm's name.
The next input should be a list of possible hosts where he can choose to put his vm. I use an action to populate the input for that, and i works if I hardcode the host tabel into the action, but what i need to do is feed the vm's name to that action so it get more dynamic.
To better understand the reasoning behinde this, all vmname and host names has a 5 char prefix that defines country and site so the nameing could be vm = xxyyyvm01 and the hosts = xxyyhost01.domain.com up to xxyyhostxx.domain.com depending of the number of hosts.
Hope someone can explain how this is done.
/Per