Hello all,
I am currently at my internship where I have to implement a ManageIQ environment with certain features. I’ve got a part of my Service Dialogs working, users can request Services which are deployed from our vCenter. However I still need to implement the same features on a Hyper-V environment. I might run into a few roadblocks:
-
Users need to set up a remote console to their Services/VM’s. (Got that working with HTML5 and vCenter). Is this much different from a Hyper-V environment?
-
Users should be able to handle their power-states for their own virtual machines/services. This would be nice if that works through the Self Service portal.
-
And the last thing; It would be nice if users will be able to mount/dismount ISO’s during their own installation of their virtual machines. (Templates won’t work in our dynamic environment). Same question, is this even possible throughout the Self Service Portal? Like a dynamic dropdown menu for ISO files or something like that.
Thanks in advance guys!