Add an additional network interface on RHEV virtual machines

Posted by cjung on Fri, Aug 5, 2016

Similar to the previous post on how to add additional disks for existing virtual machines running on RHEV, this article describes how to add additional network interfaces to virtual machines running in RHEV.

The implementation follows the same concept:

  • use a dynamic drop down list to make the selection of available networks available to the user

  • specify the name of the new interface

  • create a button to call the action

  • and the actual code which adds the network interfaces to the specified virtual machine

Since the setup is very similar to what was described in the previous post, here are the links to the Service Dialog and the Automate Code.